add few more filters for any function. Found something to delete already if it pops up.

This commit is contained in:
Aaron 2024-12-24 21:04:55 -05:00
parent b226843a2f
commit e62c3cb5f8

View File

@ -4,9 +4,12 @@
"all": [
{"gt": {"rating": 2}},
{"any": [
{"contains": {"genre": "Christmas Music"}},
{"contains": {"album": "Christmas"}},
{"contains": {"title": "Christmas"}},
{"contains": {"title": "Rudolph"}}
]}
]},
{"isNot": {"album": "AN ICEBERG BIG CHRISTMAS"}},
],
"sort": "dateModified",
"order": "desc",