add few more filters for any function. Found something to delete already if it pops up.
This commit is contained in:
parent
b226843a2f
commit
e62c3cb5f8
@ -4,9 +4,12 @@
|
|||||||
"all": [
|
"all": [
|
||||||
{"gt": {"rating": 2}},
|
{"gt": {"rating": 2}},
|
||||||
{"any": [
|
{"any": [
|
||||||
|
{"contains": {"genre": "Christmas Music"}},
|
||||||
{"contains": {"album": "Christmas"}},
|
{"contains": {"album": "Christmas"}},
|
||||||
|
{"contains": {"title": "Christmas"}},
|
||||||
{"contains": {"title": "Rudolph"}}
|
{"contains": {"title": "Rudolph"}}
|
||||||
]}
|
]},
|
||||||
|
{"isNot": {"album": "AN ICEBERG BIG CHRISTMAS"}},
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user