remove albums containing instrumental in the title
This commit is contained in:
parent
675e62d7e3
commit
9c621ab413
@ -14,6 +14,7 @@
|
|||||||
{"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"}},
|
||||||
@ -139,6 +140,7 @@
|
|||||||
{"isNot": {"album": "Hollywood's Bleeding"}},
|
{"isNot": {"album": "Hollywood's Bleeding"}},
|
||||||
{"notContains": {"album": "Despicable Me 3"}},
|
{"notContains": {"album": "Despicable Me 3"}},
|
||||||
{"notContains": {"album": "Despicable Me 4"}},
|
{"notContains": {"album": "Despicable Me 4"}},
|
||||||
|
{"notContains": {"album": "instrumental"}},
|
||||||
{"isNot": {"album": "Tempo"}}
|
{"isNot": {"album": "Tempo"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user