rating requires 3, exclude folk pop/rock, and artist creed.
This commit is contained in:
parent
414d4483a7
commit
1a680ac9a4
@ -3,9 +3,11 @@
|
|||||||
"comment": "The highest rated Folk music.",
|
"comment": "The highest rated Folk music.",
|
||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Folk"}},
|
{"contains": {"genre": "Folk"}},
|
||||||
{"gt": {"rating": 2}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
{"notContains": {"genre": "Indie Folk"}}
|
{"notContains": {"genre": "Folk Pop"}},
|
||||||
|
{"notContains": {"genre": "Folk Rock"}},
|
||||||
|
{"isNot": {"artist": "Creed"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user