Compare commits
3 Commits
46878b2ccb
...
e77bd27ee9
| Author | SHA1 | Date | |
|---|---|---|---|
| e77bd27ee9 | |||
| c1290cf725 | |||
| fb71b72640 |
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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"}}
|
||||||
|
|||||||
Reference in New Issue
Block a user