intialize files

This commit is contained in:
2024-12-24 09:49:55 -05:00
commit 7aba3be475
36 changed files with 811 additions and 0 deletions

21
-Top RnB ;).NSP Normal file
View File

@@ -0,0 +1,21 @@
{
"title": "-Top RnB ;)",
"comment": "The highest rated RnB music.",
"all": [
{ "any": [
{"contains": {"genre": "R&B"}},
{"contains": {"genre": "R & B"}}
]},
{"gt": {"rating": 3}},
{"notcontains": {"genre": "Blues"}},
{"notcontains": {"genre": "Electropop"}},
{"notcontains": {"genre": "Jazz"}},
{"notcontains": {"genre": "Pop Rap"}},
{"isNot": {"artist": "Coldplay"}},
{"isNot": {"artist": "Justin Bieber"}},
{"isNot": {"artist": "P!nk"}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1000
}