exclude piano rock, pop rock, rap rock, and there's this certain album from koe wetzel won't to prevent from adding ever
This commit is contained in:
parent
17a895970c
commit
0d2e8965d2
@ -5,7 +5,14 @@
|
|||||||
{"contains": {"genre": "Rock"}},
|
{"contains": {"genre": "Rock"}},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
{"notContains": {"genre": "Pop Rock"}}
|
{"notContains": {"genre": "Piano Rock"}},
|
||||||
|
{"notContains": {"genre": "Pop Rock"}},
|
||||||
|
{"notContains": {"genre": "Rap Rock"}},
|
||||||
|
{"isNot": {"artist": "Billie Eilish"}},
|
||||||
|
{"isNot": {"artist": "Halsey"}},
|
||||||
|
{"isNot": {"artist": "Lil Nas X"}},
|
||||||
|
{"isNot": {"artist": "Sabrina Carpenter"}},
|
||||||
|
{"notContains": {"album": "Koe Wetzel Presents… Wetzel’s Wonderland Chapter 2"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user