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": "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"}}