introduce new playlist testing

This commit is contained in:
Aaron 2025-08-10 18:36:40 -04:00
parent f8f3dddc18
commit 2bb6b1b642

13
^ Top Ambient 📈.NSP Normal file
View File

@ -0,0 +1,13 @@
{
"title": "-Top Ambient ;)",
"comment": "The highest rated Ambient music.",
"all": [
{ "any": [
{"contains": {"genre": "Ambient"}}
]},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}}
],
"sort": "dateModified",
"limit": 1000
}