From e62c3cb5f8a9dab798b673a20fbe261aab4ef066 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Tue, 24 Dec 2024 21:04:55 -0500 Subject: [PATCH] add few more filters for any function. Found something to delete already if it pops up. --- ^ Top Christmas 📈.NSP | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/^ Top Christmas 📈.NSP b/^ Top Christmas 📈.NSP index 531ca25..a5a76c8 100644 --- a/^ Top Christmas 📈.NSP +++ b/^ Top Christmas 📈.NSP @@ -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",