From 1a680ac9a46c0911b2d10433b648e444f0b2cae5 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sun, 24 Aug 2025 16:15:30 -0400 Subject: [PATCH] rating requires 3, exclude folk pop/rock, and artist creed. --- ^ Top Folk 📈.NSP | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/^ Top Folk 📈.NSP b/^ Top Folk 📈.NSP index 94422cc..f56c5f6 100644 --- a/^ Top Folk 📈.NSP +++ b/^ Top Folk 📈.NSP @@ -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",