From 0d2e8965d2fa8cf4df0738acd708d4ef83a5da90 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sun, 24 Aug 2025 16:17:14 -0400 Subject: [PATCH] exclude piano rock, pop rock, rap rock, and there's this certain album from koe wetzel won't to prevent from adding ever --- ^ Top Rock 📈.NSP | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/^ Top Rock 📈.NSP b/^ Top Rock 📈.NSP index 9fe8a59..531098e 100644 --- a/^ Top Rock 📈.NSP +++ b/^ Top Rock 📈.NSP @@ -5,7 +5,14 @@ {"contains": {"genre": "Rock"}}, {"gt": {"rating": 3}}, {"notContains": {"genre": "Christmas Music"}}, - {"notContains": {"genre": "Pop Rock"}} + {"notContains": {"genre": "Piano Rock"}}, + {"notContains": {"genre": "Pop Rock"}}, + {"notContains": {"genre": "Rap Rock"}}, + {"isNot": {"artist": "Billie Eilish"}}, + {"isNot": {"artist": "Halsey"}}, + {"isNot": {"artist": "Lil Nas X"}}, + {"isNot": {"artist": "Sabrina Carpenter"}}, + {"notContains": {"album": "Koe Wetzel Presents… Wetzel’s Wonderland Chapter 2"}} ], "sort": "dateModified", "order": "desc",