Compare commits

..

3 Commits

3 changed files with 8 additions and 1 deletions

View File

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

View File

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

View File

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