Compare commits
12 Commits
f5b3b8c7f9
...
7267769364
| Author | SHA1 | Date | |
|---|---|---|---|
| 7267769364 | |||
| 5d1ca04dee | |||
| 0d2e8965d2 | |||
| 17a895970c | |||
| 205270a6b2 | |||
| dbb48744ab | |||
| 1a680ac9a4 | |||
| 414d4483a7 | |||
| e4945959fb | |||
| 1636147a70 | |||
| 5adf3c24df | |||
| 8610806063 |
14
^ Admin Favs - Country🎵.NSP
Normal file
14
^ Admin Favs - Country🎵.NSP
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "-Admin Favs - Hip Hop ;)",
|
||||
"comment": "Favorite Hip Hop songs by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Country"}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
]},
|
||||
{"is": {"loved": true}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
"limit": 1000
|
||||
}
|
||||
@ -1,10 +1,12 @@
|
||||
{
|
||||
"title": "-Admin Favourites Hip Hop ;)",
|
||||
"title": "-Admin Favs - Hip Hop ;)",
|
||||
"comment": "Favorite Hip Hop songs by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contaiasdfns": {"genre": "hip-hop"}},
|
||||
{"contains": {"genre": "hip hop"}}
|
||||
{"contains": {"genre": "hip-hop"}},
|
||||
{"contains": {"genre": "hip hop"}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}}
|
||||
]},
|
||||
{"is": {"loved": true}}
|
||||
],
|
||||
|
||||
14
^ Admin Favs - Metal🎵.NSP
Normal file
14
^ Admin Favs - Metal🎵.NSP
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "-Admin Favs - Hip Hop ;)",
|
||||
"comment": "Favorite Hip Hop songs by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Metal"}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
]},
|
||||
{"is": {"loved": true}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
"limit": 1000
|
||||
}
|
||||
14
^ Admin Favs - Rock🎵.NSP
Normal file
14
^ Admin Favs - Rock🎵.NSP
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "-Admin Favs - Hip Hop ;)",
|
||||
"comment": "Favorite Hip Hop songs by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Rock"}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
]},
|
||||
{"is": {"loved": true}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
"limit": 1000
|
||||
}
|
||||
@ -13,6 +13,7 @@
|
||||
{"isNot": {"artist": "Billie Eilish"}},
|
||||
{"isNot": {"artist": "Drake"}},
|
||||
{"isNot": {"artist": "Ed Sheeran"}},
|
||||
{"isNot": {"artist": "EDEN"}},
|
||||
{"isNot": {"artist": "Halsey"}},
|
||||
{"isNot": {"artist": "James Blunt"}},
|
||||
{"isNot": {"artist": "Jessie J"}},
|
||||
|
||||
@ -80,6 +80,7 @@
|
||||
{"isNot": {"artist": "Two Feet"}},
|
||||
{"isNot": {"artist": "Usher"}},
|
||||
{"isNot": {"artist": "Van Morrison"}},
|
||||
{"isNot": {"artist": "Wings"}},
|
||||
{"isNot": {"artist": "Whiskey Myers"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
{"contains": {"genre": "Christmas Music"}},
|
||||
{"contains": {"album": "Christmas"}},
|
||||
{"contains": {"title": "Christmas"}},
|
||||
{"contains": {"title": "Rudolph"}}
|
||||
{"contains": {"title": "Rudolph"}},
|
||||
{"isNot": {"artist": "Kodak Black"}}
|
||||
]},
|
||||
{"isNot": {"artist": "Troy Ave"}},
|
||||
{"isNot": {"album": "AN ICEBERG BIG CHRISTMAS"}}
|
||||
|
||||
@ -3,9 +3,11 @@
|
||||
"comment": "The highest rated Folk music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Folk"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Indie Folk"}}
|
||||
{"notContains": {"genre": "Folk Pop"}},
|
||||
{"notContains": {"genre": "Folk Rock"}},
|
||||
{"isNot": {"artist": "Creed"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
{"contains": {"genre": "Christian"}},
|
||||
{"contains": {"genre": "Praise & Worship"}}
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"isNot": {"artist": "Amy Winehouse"}},
|
||||
{"isNot": {"artist": "Elvis Presley"}},
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
{ "any": [
|
||||
{"contains": {"genre": "House"}}
|
||||
]},
|
||||
{"gt": {"rating": 2}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Indie"}}
|
||||
]},
|
||||
{"gt": {"rating": 2}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"comment": "The highest rated Metal music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Metal"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
{"contains": {"genre": "Post-Hardcore"}},
|
||||
{"contains": {"genre": "Punk"}}
|
||||
]},
|
||||
{"gt": {"rating": 2}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Cyberpunk"}},
|
||||
{"notContains": {"genre": "Dance-Punk"}},
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"comment": "The highest rated Pop music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Pop"}},
|
||||
{"gt": {"rating": 4}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notcontains": {"album": "Christmas"}},
|
||||
{"isNot": {"artist": "2Pac"}},
|
||||
{"isNot": {"artist": "3 Doors Down"}},
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"comment": "The highest rated Punk music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Punk"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Cyberpunk"}},
|
||||
{"notContains": {"genre": "Proto-Punk"}},
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
{"contains": {"genre": "Reggae"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Reggaeton"}},
|
||||
{"isNot": {"artist": "Bruno Mars"}},
|
||||
{"isNot": {"artist": "Don Omar"}},
|
||||
{"isNot": {"artist": "Jawsh 685"}},
|
||||
|
||||
12
^ Top Reggaeton 📈.NSP
Normal file
12
^ Top Reggaeton 📈.NSP
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"title": "-Top Reggaeton ;)",
|
||||
"comment": "The highest rated Reggaeton music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Reggaeton"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
"limit": 1000
|
||||
}
|
||||
@ -5,7 +5,14 @@
|
||||
{"contains": {"genre": "Rock"}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Pop Rock"}}
|
||||
{"notContains": {"genre": "Piano Rock"}},
|
||||
{"notContains": {"genre": "Pop Rock"}},
|
||||
{"notContains": {"genre": "Rap Rock"}},
|
||||
{"isNot": {"artist": "Billie Eilish"}},
|
||||
{"isNot": {"artist": "Halsey"}},
|
||||
{"isNot": {"artist": "Lil Nas X"}},
|
||||
{"isNot": {"artist": "Sabrina Carpenter"}},
|
||||
{"notContains": {"album": "Koe Wetzel Presents… Wetzel’s Wonderland Chapter 2"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
{"contains": {"genre": "Singer-Songwriter"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
{"isNot": {"artist": "The Goo Goo Dolls"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@ -3,8 +3,9 @@
|
||||
"comment": "The highest rated Synth music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Synth"}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Synth-Pop"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user