Compare commits

...

3 Commits

Author SHA1 Message Date
32492de809 cleanup 2025-01-31 17:30:58 -05:00
a52f877735 remove instrumentals 2025-01-31 17:30:52 -05:00
f4c9165c19 remove instrumentals 2025-01-31 17:30:33 -05:00
3 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
{"notContains": {"genre": "Alternative Pop"}}, {"notContains": {"genre": "Alternative Pop"}},
{"notContains": {"genre": "Alternative R&B"}}, {"notContains": {"genre": "Alternative R&B"}},
{"notContains": {"genre": "Christmas Music"}}, {"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}} {"notContains": {"genre": "Latin"}},
{"notContains": {"album": "instrumental"}}
], ],
"sort": "dateModified", "sort": "dateModified",
"limit": 1000 "limit": 1000

View File

@@ -14,7 +14,6 @@
{"notContains": {"genre": "Latin"}}, {"notContains": {"genre": "Latin"}},
{"notContains": {"genre": "Podcasts"}}, {"notContains": {"genre": "Podcasts"}},
{"notContains": {"genre": "Trap Edm"}}, {"notContains": {"genre": "Trap Edm"}},
{"isNot": {"artist": "¥$"}}, {"isNot": {"artist": "¥$"}},
{"isNot": {"artist": "3OH!3"}}, {"isNot": {"artist": "3OH!3"}},
{"isNot": {"artist": "Akon"}}, {"isNot": {"artist": "Akon"}},

View File

@@ -39,6 +39,7 @@
{"isNot": {"artist": "Sugar Ray"}}, {"isNot": {"artist": "Sugar Ray"}},
{"isNot": {"artist": "twenty one pilots"}}, {"isNot": {"artist": "twenty one pilots"}},
{"isNot": {"artist": "Unlike Pluto"}}, {"isNot": {"artist": "Unlike Pluto"}},
{"notContains": {"album": "instrumental"}},
{"isNot": {"album": "Tempo"}} {"isNot": {"album": "Tempo"}}
], ],
"sort": "dateModified", "sort": "dateModified",