Compare commits

..

5 Commits

6 changed files with 16 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
"any": [ "any": [
{ "all": [ { "all": [
{"is": {"rating": 3}}, {"is": {"rating": 3}},
{"notInTheLast": {"lastPlayed": 90}}, {"notInTheLast": {"lastPlayed": 90}}
]}, ]},
{ "all": [ { "all": [
{"is": {"rating": 4}}, {"is": {"rating": 4}},

View File

@@ -5,17 +5,17 @@
{ "all": [ { "all": [
{"is": {"rating": 3}}, {"is": {"rating": 3}},
{"notInTheLast": {"lastPlayed": 90}}, {"notInTheLast": {"lastPlayed": 90}},
{"isNot: {"playcount": 0}} {"isNot": {"playcount": 0}}
]}, ]},
{ "all": [ { "all": [
{"is": {"rating": 4}}, {"is": {"rating": 4}},
{"notInTheLast": {"lastPlayed": 30}}, {"notInTheLast": {"lastPlayed": 30}},
{"isNot: {"playcount": 0}} {"isNot": {"playcount": 0}}
]}, ]},
{ "all": [ { "all": [
{"is": {"rating": 5}}, {"is": {"rating": 5}},
{"notInTheLast": {"lastPlayed": 15}}, {"notInTheLast": {"lastPlayed": 15}},
{"isNot: {"playcount": 0}} {"isNot": {"playcount": 0}}
]}, ]},
{ "all": [ { "all": [
{"is": {"loved": true}}, {"is": {"loved": true}},

View File

@@ -4,19 +4,19 @@
"any": [ "any": [
{ "all": [ { "all": [
{"is": {"rating": 3}}, {"is": {"rating": 3}},
{"is: {"playcount": 0}} {"is": {"playcount": 0}}
]}, ]},
{ "all": [ { "all": [
{"is": {"rating": 4}}, {"is": {"rating": 4}},
{"is: {"playcount": 0}} {"is": {"playcount": 0}}
]}, ]},
{ "all": [ { "all": [
{"is": {"rating": 5}}, {"is": {"rating": 5}},
{"is: {"playcount": 0}} {"is": {"playcount": 0}}
]}, ]},
{ "all": [ { "all": [
{"is": {"loved": true}}, {"is": {"loved": true}},
{"is: {"playcount": 0}} {"is": {"playcount": 0}}
]} ]}
], ],
"sort": "random", "sort": "random",

View File

@@ -7,6 +7,7 @@
{"notContains": {"genre": "Christmas Music"}}, {"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}}, {"notContains": {"genre": "Latin"}},
{"isNot": {"artist": "BTS"}}, {"isNot": {"artist": "BTS"}},
{"isNot": {"artist": "Melanie Martinez"}},
{"isNot": {"artist": "Postmodern Jukebox"}} {"isNot": {"artist": "Postmodern Jukebox"}}
], ],
"sort": "dateModified", "sort": "dateModified",

View File

@@ -8,7 +8,10 @@
{"notContains": {"genre": "Folk Pop"}}, {"notContains": {"genre": "Folk Pop"}},
{"notContains": {"genre": "Folk Rock"}}, {"notContains": {"genre": "Folk Rock"}},
{"notContains": {"genre": "Latin"}}, {"notContains": {"genre": "Latin"}},
{"isNot": {"artist": "Creed"}} {"isNot": {"artist": "Billie Eilish"}},
{"isNot": {"artist": "Creed"}},
{"isNot": {"artist": "Lana Del Ray"}},
{"isNot": {"artist": "Taylor Swift"}}
], ],
"sort": "dateModified", "sort": "dateModified",
"order": "desc", "order": "desc",

View File

@@ -8,6 +8,7 @@
{"contains": {"genre": "Rhythm And Blues"}} {"contains": {"genre": "Rhythm And Blues"}}
]}, ]},
{"gt": {"rating": 3}}, {"gt": {"rating": 3}},
{"notContains": {"genre": "Alternative R&B"}},
{"notContains": {"genre": "Blues"}}, {"notContains": {"genre": "Blues"}},
{"notContains": {"genre": "Christmas Music"}}, {"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Electropop"}}, {"notContains": {"genre": "Electropop"}},
@@ -15,6 +16,8 @@
{"notContains": {"genre": "Latin"}}, {"notContains": {"genre": "Latin"}},
{"notContains": {"genre": "Pop Rap"}}, {"notContains": {"genre": "Pop Rap"}},
{"isNot": {"artist": "Coldplay"}}, {"isNot": {"artist": "Coldplay"}},
{"isNot": {"artist": "Ed Sheeran"}},
{"isNot": {"artist": "Jack Harlow"}},
{"isNot": {"artist": "Justin Bieber"}}, {"isNot": {"artist": "Justin Bieber"}},
{"isNot": {"artist": "P!nk"}}, {"isNot": {"artist": "P!nk"}},
{"notContains": {"album": "Black Panther: The Album"}} {"notContains": {"album": "Black Panther: The Album"}}