Compare commits

..

12 Commits

20 changed files with 85 additions and 16 deletions

View 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
}

View File

@ -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}}
],

View 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
}

View 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
}

View File

@ -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"}},

View File

@ -80,6 +80,7 @@
{"isNot": {"artist": "Two Feet"}},
{"isNot": {"artist": "Usher"}},
{"isNot": {"artist": "Van Morrison"}},
{"isNot": {"artist": "Wings"}},
{"isNot": {"artist": "Whiskey Myers"}}
],
"sort": "dateModified",

View File

@ -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"}}

View File

@ -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",

View File

@ -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"}},

View File

@ -5,7 +5,7 @@
{ "any": [
{"contains": {"genre": "House"}}
]},
{"gt": {"rating": 2}},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}}
],
"sort": "dateModified",

View File

@ -5,7 +5,7 @@
{ "any": [
{"contains": {"genre": "Indie"}}
]},
{"gt": {"rating": 2}},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}}
],
"sort": "dateModified",

View File

@ -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",

View File

@ -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"}},

View File

@ -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"}},

View File

@ -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"}},

View File

@ -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
View 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
}

View File

@ -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 Wetzels Wonderland Chapter 2"}}
],
"sort": "dateModified",
"order": "desc",

View File

@ -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",

View File

@ -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",