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

45
^ Top Hip Hop 📈.NSP Normal file
View File

@@ -0,0 +1,45 @@
{
"title": "-Top Hip Hop ;)",
"comment": "The highest rated Hip Hop music.",
"all": [
{ "any": [
{"contains": {"genre": "hip-hop"}},
{"contains": {"genre": "hip hop"}}
]},
{"gt": {"rating": 3}},
{"notContains": {"genre": "instrumental"}},
{"notContains": {"genre": "Latin"}},
{"isNot": {"artist": "3OH!3"}},
{"isNot": {"artist": "Amy Winehouse"}},
{"isNot": {"artist": "Bad Bunny"}},
{"isNot": {"artist": "Bassti"}},
{"isNot": {"artist": "bbno$"}},
{"isNot": {"artist": "Beastie Boys"}},
{"isNot": {"artist": "Coldplay"}},
{"isNot": {"artist": "eevee"}},
{"isNot": {"artist": "Elijah Who"}},
{"isNot": {"artist": "eevee"}},
{"isNot": {"artist": "Elijah Who"}},
{"isNot": {"artist": "Hollywood Undead"}},
{"isNot": {"artist": "Katy Perry"}},
{"isNot": {"artist": "Kero Kero Bonito"}},
{"isNot": {"artist": "Kid Rock"}},
{"isNot": {"artist": "Mark Ronson"}},
{"isNot": {"artist": "Marko Penn"}},
{"isNot": {"artist": "Michael Jackson"}},
{"isNot": {"artist": "Øneheart"}},
{"isNot": {"artist": "P!nk"}},
{"isNot": {"artist": "Papa Roach"}},
{"isNot": {"artist": "Postmodern Jukebox"}},
{"isNot": {"artist": "Rage Against the Machine"}},
{"isNot": {"artist": "Red Hot Chili Peppers"}},
{"isNot": {"artist": "Selena Gomez"}},
{"isNot": {"artist": "Sugar Ray"}},
{"isNot": {"artist": "twenty one pilots"}},
{"isNot": {"artist": "Unlike Pluto"}},
{"isNot": {"album": "Tempo"}}
],
"sort": "dateModified",
"order": "desc",
"limit": 2000
}