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

13
-Top Dance ;).NSP Normal file
View File

@@ -0,0 +1,13 @@
{
"all": [
{ "any": [
{"contains": {"genre": "Dance"}}
]},
{"gt": {"rating": 3}},
{"isNot": {"artist": "BTS"}},
{"isNot": {"artist": "Postmodern Jukebox"}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1000
}