rating requires 3, exclude folk pop/rock, and artist creed.

This commit is contained in:
Aaron 2025-08-24 16:15:30 -04:00
parent 414d4483a7
commit 1a680ac9a4

View File

@ -3,9 +3,11 @@
"comment": "The highest rated Folk music.",
"all": [
{"contains": {"genre": "Folk"}},
{"gt": {"rating": 2}},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Indie Folk"}}
{"notContains": {"genre": "Folk Pop"}},
{"notContains": {"genre": "Folk Rock"}},
{"isNot": {"artist": "Creed"}}
],
"sort": "dateModified",
"order": "desc",