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:
Aaron 2025-08-24 16:17:14 -04:00
parent 17a895970c
commit 0d2e8965d2

View File

@ -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 Wetzels Wonderland Chapter 2"}}
], ],
"sort": "dateModified", "sort": "dateModified",
"order": "desc", "order": "desc",