rename files to show below A-Z playlist names

This commit is contained in:
2024-12-24 15:14:12 -05:00
parent 7aba3be475
commit 210a9b41ce
36 changed files with 2 additions and 3 deletions

18
^ Top Reggae 📈.NSP Normal file
View File

@@ -0,0 +1,18 @@
{
"title": "-Top Reggae ;)",
"comment": "The highest rated Reggae music.",
"all": [
{"contains": {"genre": "Reggae"}},
{"gt": {"rating": 2}},
{"isNot": {"artist": "Bruno Mars"}},
{"isNot": {"artist": "Don Omar"}},
{"isNot": {"artist": "Jawsh 685"}},
{"isNot": {"artist": "Major Lazer"}},
{"isNot": {"artist": "Rihanna"}},
{"isNot": {"artist": "Surfaces"}},
{"isNot": {"artist": "twenty one pilots"}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1000
}