Compare commits
74 Commits
f3c4d1b7ab
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 46878b2ccb | |||
| 26af889b56 | |||
| da1e6dcee6 | |||
| d4c9fffdcc | |||
| cfe3c650e7 | |||
| 449f353747 | |||
| 63b76aaf0a | |||
| d66d39f692 | |||
| 0dc1355627 | |||
| cbe48bd98a | |||
| 174608845b | |||
| 8dae16e93a | |||
| f9590fa942 | |||
| 56151b972d | |||
| 994938b16f | |||
| 0b9228766c | |||
| 95a484dd5a | |||
| 93f4778d12 | |||
| 557073f140 | |||
| 0c0ab39e63 | |||
| 9f12e45c25 | |||
| 45bacdd450 | |||
| 892f55ff29 | |||
| 7267769364 | |||
| 5d1ca04dee | |||
| 0d2e8965d2 | |||
| 17a895970c | |||
| 205270a6b2 | |||
| dbb48744ab | |||
| 1a680ac9a4 | |||
| 414d4483a7 | |||
| e4945959fb | |||
| 1636147a70 | |||
| 5adf3c24df | |||
| 8610806063 | |||
| f5b3b8c7f9 | |||
| feae16bf1b | |||
| f4bae90897 | |||
| acac44e0c1 | |||
| 5d1d238f2b | |||
| 53cc6eb51f | |||
| 4baffd92de | |||
| 1b6a199bcc | |||
| c9c863a08e | |||
| 1c6364131f | |||
| 9075511009 | |||
| 2bb6b1b642 | |||
| f8f3dddc18 | |||
| ea73ae16c7 | |||
| 7ff3138fa3 | |||
| 65ad82d46b | |||
| db5def818f | |||
| 3aa650a62f | |||
| 3ed77cc971 | |||
| 04d8b7f5d9 | |||
| 5690406823 | |||
| 77a2841d6b | |||
| 96dcc7ecb0 | |||
| 2576ffb5ed | |||
| 0f78d26af6 | |||
| aa9af3168e | |||
| 5665995ff2 | |||
| 32492de809 | |||
| a52f877735 | |||
| f4c9165c19 | |||
| 9c621ab413 | |||
| 675e62d7e3 | |||
| e3850976d3 | |||
| 2b1142462a | |||
| 826c5c5c9c | |||
| 74060fdc36 | |||
| d17a69d30e | |||
| e62c3cb5f8 | |||
| b226843a2f |
@@ -4,7 +4,7 @@
|
||||
"all": [
|
||||
{"is": {"loved": true}}
|
||||
],
|
||||
"sort": "lastPlayed",
|
||||
"sort": "dateLoved",
|
||||
"order": "desc",
|
||||
"limit": 1000
|
||||
}
|
||||
14
^ Admin Favs - Country🎵.NSP
Normal file
14
^ Admin Favs - Country🎵.NSP
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "-Admin Favs - Country ;)",
|
||||
"comment": "Favorite country songs by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Country"}}
|
||||
]},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"is": {"loved": true}}
|
||||
],
|
||||
"sort": "dateLoved",
|
||||
"order": "desc",
|
||||
"limit": 1000
|
||||
}
|
||||
17
^ Admin Favs - Hip Hop🎵.NSP
Normal file
17
^ Admin Favs - Hip Hop🎵.NSP
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"title": "-Admin Favs - Hip Hop ;)",
|
||||
"comment": "Favorite Hip Hop songs by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "hip-hop"}},
|
||||
{"contains": {"genre": "hip hop"}},
|
||||
{"contains": {"genre": "Rap"}}
|
||||
]},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"is": {"loved": true}}
|
||||
],
|
||||
"sort": "dateLoved",
|
||||
"order": "desc",
|
||||
"limit": 1000
|
||||
}
|
||||
14
^ Admin Favs - Metal🎵.NSP
Normal file
14
^ Admin Favs - Metal🎵.NSP
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "-Admin Favs - Metal ;)",
|
||||
"comment": "Favorite Metal songs by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Metal"}}
|
||||
]},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"is": {"loved": true}}
|
||||
],
|
||||
"sort": "dateLoved",
|
||||
"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 - Rock ;)",
|
||||
"comment": "Favorite Rock songs by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Rock"}}
|
||||
]},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"is": {"loved": true}}
|
||||
],
|
||||
"sort": "dateLoved",
|
||||
"order": "desc",
|
||||
"limit": 1000
|
||||
}
|
||||
25
^ Jukebox A 🎵.NSP
Normal file
25
^ Jukebox A 🎵.NSP
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"title": "-Jukebox All ;)",
|
||||
"comment": "The highest rated music on random, discounting recently played.",
|
||||
"any": [
|
||||
{ "all": [
|
||||
{"is": {"rating": 3}},
|
||||
{"notInTheLast": {"lastPlayed": 90}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"rating": 4}},
|
||||
{"notInTheLast": {"lastPlayed": 30}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"rating": 5}},
|
||||
{"notInTheLast": {"lastPlayed": 15}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"loved": true}},
|
||||
{"notInTheLast": {"lastPlayed": 10}}
|
||||
]}
|
||||
],
|
||||
"sort": "lastPlayed",
|
||||
"order": "asc",
|
||||
"limit": 1000
|
||||
}
|
||||
28
^ Jukebox P 🎵.NSP
Normal file
28
^ Jukebox P 🎵.NSP
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"title": "-Jukebox Played ;)",
|
||||
"comment": "The highest rated music on random, discounting recently played. At least 1 play before.",
|
||||
"any": [
|
||||
{ "all": [
|
||||
{"is": {"rating": 3}},
|
||||
{"notInTheLast": {"lastPlayed": 90}},
|
||||
{"isNot": {"playcount": 0}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"rating": 4}},
|
||||
{"notInTheLast": {"lastPlayed": 30}},
|
||||
{"isNot": {"playcount": 0}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"rating": 5}},
|
||||
{"notInTheLast": {"lastPlayed": 15}},
|
||||
{"isNot": {"playcount": 0}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"loved": true}},
|
||||
{"notInTheLast": {"lastPlayed": 10}}
|
||||
]}
|
||||
],
|
||||
"sort": "lastPlayed",
|
||||
"order": "asc",
|
||||
"limit": 1000
|
||||
}
|
||||
24
^ Jukebox U 🎵.NSP
Normal file
24
^ Jukebox U 🎵.NSP
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"title": "-Jukebox Unplayed;)",
|
||||
"comment": "The highest rated unplayed music on random.",
|
||||
"any": [
|
||||
{ "all": [
|
||||
{"is": {"rating": 3}},
|
||||
{"is": {"playcount": 0}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"rating": 4}},
|
||||
{"is": {"playcount": 0}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"rating": 5}},
|
||||
{"is": {"playcount": 0}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"loved": true}},
|
||||
{"is": {"playcount": 0}}
|
||||
]}
|
||||
],
|
||||
"sort": "random",
|
||||
"limit": 1000
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"title": "-Jukebox ;)",
|
||||
"comment": "The highest rated music on random, discounting recently played.",
|
||||
"any": [
|
||||
{ "all": [
|
||||
{"is": {"rating": "3"}},
|
||||
{"notInTheLast": {"lastPlayed": "5"}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"rating": "4"}},
|
||||
{"notInTheLast": {"lastPlayed": "3"}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"rating": "5"}},
|
||||
{"notInTheLast": {"lastPlayed": "1"}}
|
||||
]}
|
||||
],
|
||||
"sort": "random",
|
||||
"limit": 1000
|
||||
}
|
||||
@@ -5,9 +5,7 @@
|
||||
{"any": [
|
||||
{"inTheLast": {"dateadded": "90"}}
|
||||
]},
|
||||
{"notContains": {"genre": "Podcasts"}},
|
||||
{"isNot": {"artist": "Graham Cluley & Carole Theriault"}},
|
||||
{"isNot": {"artist": "freeCodeCamp Podcast"}}
|
||||
{"notContains": {"genre": "Podcasts"}}
|
||||
],
|
||||
"sort": "dateadded",
|
||||
"order": "desc",
|
||||
|
||||
13
^ Top 2000s Music.NSP
Normal file
13
^ Top 2000s Music.NSP
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"title": "-Top 2000s Music ;)",
|
||||
"comment": "Top rated songs from the 2000's by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{ "is": { "loved": true } },
|
||||
{ "gt": { "rating": 2 } }]
|
||||
},
|
||||
{ "inTheRange": { "year": [2001, 2011] } }
|
||||
],
|
||||
"sort": "-year,-rating,title",
|
||||
"limit": 1000
|
||||
}
|
||||
13
^ Top 2010s Music.NSP
Normal file
13
^ Top 2010s Music.NSP
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"title": "-Top 2010s Music ;)",
|
||||
"comment": "Top rated songs from the 2010's by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{ "is": { "loved": true } },
|
||||
{ "gt": { "rating": 2 } }]
|
||||
},
|
||||
{ "inTheRange": { "year": [2011, 2021] } }
|
||||
],
|
||||
"sort": "-year,-rating,title",
|
||||
"limit": 1000
|
||||
}
|
||||
13
^ Top 70s Music.NSP
Normal file
13
^ Top 70s Music.NSP
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"title": "-Top 70s Music ;)",
|
||||
"comment": "Top rated songs from the 1970's by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{ "is": { "loved": true } },
|
||||
{ "gt": { "rating": 2 } }]
|
||||
},
|
||||
{ "inTheRange": { "year": [1971, 1980] } }
|
||||
],
|
||||
"sort": "-year,-rating,title",
|
||||
"limit": 1000
|
||||
}
|
||||
13
^ Top 80s Music.NSP
Normal file
13
^ Top 80s Music.NSP
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"title": "-Top 80s Music ;)",
|
||||
"comment": "Top rated songs from the 1980's by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{ "is": { "loved": true } },
|
||||
{ "gt": { "rating": 2 } }]
|
||||
},
|
||||
{ "inTheRange": { "year": [1981, 1990] } }
|
||||
],
|
||||
"sort": "-year,-rating,title",
|
||||
"limit": 1000
|
||||
}
|
||||
13
^ Top 90s Music.NSP
Normal file
13
^ Top 90s Music.NSP
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"title": "-Top 90s Music ;)",
|
||||
"comment": "Top rated songs from the 1990's by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{ "is": { "loved": true } },
|
||||
{ "gt": { "rating": 2 } }]
|
||||
},
|
||||
{ "inTheRange": { "year": [1991, 2000] } }
|
||||
],
|
||||
"sort": "-year,-rating,title",
|
||||
"limit": 1000
|
||||
}
|
||||
@@ -6,12 +6,14 @@
|
||||
{"contains": {"genre": "Alternative Rock"}}
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"isNot": {"artist": "Alec Benjamin"}},
|
||||
{"isNot": {"artist": "Bad Bunny"}},
|
||||
{"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"}},
|
||||
|
||||
@@ -4,9 +4,13 @@
|
||||
"all": [
|
||||
{"contains": {"genre": "Alternative"}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Alternative Dance"}},
|
||||
{"notContains": {"genre": "Alternative Hip Hop"}},
|
||||
{"notContains": {"genre": "Alternative Pop"}},
|
||||
{"notContains": {"genre": "Alternative R&B"}},
|
||||
{"notContains": {"genre": "Latin"}}
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"notContains": {"album": "instrumental"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"limit": 1000
|
||||
|
||||
13
^ Top Ambient 📈.NSP
Normal file
13
^ Top Ambient 📈.NSP
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"title": "-Top Ambient ;)",
|
||||
"comment": "The highest rated Ambient music.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Ambient"}}
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"limit": 1000
|
||||
}
|
||||
@@ -5,7 +5,10 @@
|
||||
{"contains": {"genre": "Blues"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Acid Jazz"}},
|
||||
{"notContains": {"genre": "Blues Rock"}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"notContains": {"genre": "Rhythm and Blues"}},
|
||||
{"isNot": {"artist": "3OH!3"}},
|
||||
{"isNot": {"artist": "2Pac"}},
|
||||
{"isNot": {"artist": "50 Cent"}},
|
||||
@@ -13,6 +16,7 @@
|
||||
{"isNot": {"artist": "Adele"}},
|
||||
{"isNot": {"artist": "Air"}},
|
||||
{"isNot": {"artist": "Alan Jackson"}},
|
||||
{"isNot": {"artist": "Alessia Cara"}},
|
||||
{"isNot": {"artist": "Amy Winehouse"}},
|
||||
{"isNot": {"artist": "The Black Crowes"}},
|
||||
{"isNot": {"artist": "Black Eyed Peas"}},
|
||||
@@ -39,6 +43,7 @@
|
||||
{"isNot": {"artist": "George Strait"}},
|
||||
{"isNot": {"artist": "Gin Blossoms"}},
|
||||
{"isNot": {"artist": "Good Charlotte"}},
|
||||
{"isNot": {"artist": "Hank Williams, Jr."}},
|
||||
{"isNot": {"artist": "Hozier"}},
|
||||
{"isNot": {"artist": "Jessie Reyez"}},
|
||||
{"isNot": {"artist": "Jessie Reyez & Lil Wayne"}},
|
||||
@@ -46,9 +51,13 @@
|
||||
{"isNot": {"artist": "Justin Timberlake"}},
|
||||
{"isNot": {"artist": "Justine & The Victorian Punks"}},
|
||||
{"isNot": {"artist": "Juvenile"}},
|
||||
{"isNot": {"artist": "Kehlani"}},
|
||||
{"isNot": {"artist": "Khruangbin"}},
|
||||
{"isNot": {"artist": "Kid Rock"}},
|
||||
{"isNot": {"artist": "Lana Del Rey"}},
|
||||
{"isNot": {"artist": "Led Zeppelin"}},
|
||||
{"isNot": {"artist": "Lil’ Kim"}},
|
||||
{"isNot": {"artist": "Lil' Kim"}},
|
||||
{"isNot": {"artist": "Linkin Park"}},
|
||||
{"isNot": {"artist": "Live"}},
|
||||
{"isNot": {"artist": "Ludacris"}},
|
||||
@@ -60,14 +69,18 @@
|
||||
{"isNot": {"artist": "Nirvana"}},
|
||||
{"isNot": {"artist": "Project Pat"}},
|
||||
{"isNot": {"artist": "Rihanna"}},
|
||||
{"isNot": {"artist": "Sam Smith"}},
|
||||
{"isNot": {"artist": "Slightly Stoopid"}},
|
||||
{"isNot": {"artist": "Snoop Dogg"}},
|
||||
{"isNot": {"artist": "Swedish House Mafia"}},
|
||||
{"isNot": {"artist": "Tom Misch"}},
|
||||
{"isNot": {"artist": "The Beach Boys"}},
|
||||
{"isNot": {"artist": "Theory of a Deadman"}},
|
||||
{"isNot": {"artist": "Three Days Grace"}},
|
||||
{"isNot": {"artist": "Two Feet"}},
|
||||
{"isNot": {"artist": "Usher"}},
|
||||
{"isNot": {"artist": "Van Morrison"}},
|
||||
{"isNot": {"artist": "Wings"}},
|
||||
{"isNot": {"artist": "Whiskey Myers"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
@@ -4,9 +4,14 @@
|
||||
"all": [
|
||||
{"gt": {"rating": 2}},
|
||||
{"any": [
|
||||
{"contains": {"genre": "Christmas Music"}},
|
||||
{"contains": {"album": "Christmas"}},
|
||||
{"contains": {"title": "Rudolph"}}
|
||||
]}
|
||||
{"contains": {"title": "Christmas"}},
|
||||
{"contains": {"title": "Rudolph"}},
|
||||
]},
|
||||
{"isNot": {"artist": "Kodak Black"}},
|
||||
{"isNot": {"artist": "Troy Ave"}},
|
||||
{"isNot": {"album": "AN ICEBERG BIG CHRISTMAS"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@@ -4,6 +4,14 @@
|
||||
"all": [
|
||||
{"contains": {"genre": "Classical"}},
|
||||
{"gt": {"rating": 2}}
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Classical Crossover"}},
|
||||
{"notContains": {"genre": "Electronic"}},
|
||||
{"notContains": {"genre": "Modern Classical"}},
|
||||
{"isNot": {"artist": "Sugar Ray"}},
|
||||
{"notContains": {"album": "Despicable Me 2"}},
|
||||
{"notContains": {"album": "Despicable Me 3"}},
|
||||
{"notContains": {"album": "Despicable Me 4"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"comment": "The highest rated Country Contemporary music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Contemporary Country"}},
|
||||
{"gt": {"rating": 3}}
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"all": [
|
||||
{"contains": {"genre": "country"}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"isNot": {"artist": "Eagles"}},
|
||||
{"isNot": {"artist": "Khruangbin"}},
|
||||
{"isNot": {"artist": "Lil Nas X"}},
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
{"contains": {"genre": "Dance"}}
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"isNot": {"artist": "BTS"}},
|
||||
{"isNot": {"artist": "Postmodern Jukebox"}}
|
||||
],
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
{"contains": {"genre": "Dub Techno"}}
|
||||
]},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"isNot": {"artist": "Polo G"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
@@ -12,10 +12,10 @@
|
||||
{"contains": {"genre": "Edm"}},
|
||||
{"contains": {"genre": "Indietronica"}},
|
||||
{"contains": {"genre": "Trance"}},
|
||||
{"contains": {"genre": "Synth"}},
|
||||
{"notContains": {"genre": "Latin"}}
|
||||
{"contains": {"genre": "Synth"}}
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"isNot": {"artist": "Brooke Eden"}},
|
||||
{"isNot": {"artist": "Doja Cat"}}
|
||||
],
|
||||
|
||||
15
^ Top Emo 📈.NSP
Normal file
15
^ Top Emo 📈.NSP
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Emo"}}
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"isNot": {"artist": "BTS"}},
|
||||
{"isNot": {"artist": "Postmodern Jukebox"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
"limit": 1000
|
||||
}
|
||||
@@ -3,8 +3,12 @@
|
||||
"comment": "The highest rated Folk music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Folk"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Indie Folk"}}
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Folk Pop"}},
|
||||
{"notContains": {"genre": "Folk Rock"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"isNot": {"artist": "Creed"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@@ -5,9 +5,13 @@
|
||||
{"contains": {"genre": "Christian"}},
|
||||
{"contains": {"genre": "Praise & Worship"}}
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"isNot": {"artist": "Amy Winehouse"}},
|
||||
{"isNot": {"artist": "Elvis Presley"}},
|
||||
{"isNot": {"artist": "Josh Turner"}}
|
||||
{"isNot": {"artist": "Josh Turner"}},
|
||||
{"isNot": {"artist": "Ye"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"limit": 1000
|
||||
|
||||
@@ -9,12 +9,15 @@
|
||||
{"contains": {"genre": "trap soul"}}
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "instrumental"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"notContains": {"genre": "Podcasts"}},
|
||||
{"notContains": {"genre": "Rap Metal"}},
|
||||
{"notContains": {"genre": "Trap Edm"}},
|
||||
{"isNot": {"artist": "¥$"}},
|
||||
{"isNot": {"artist": "3OH!3"}},
|
||||
{"isNot": {"artist": "Adina Howard"}},
|
||||
{"isNot": {"artist": "Akon"}},
|
||||
{"isNot": {"artist": "Alessia Cara"}},
|
||||
{"isNot": {"artist": "Alicia Keys"}},
|
||||
@@ -30,11 +33,13 @@
|
||||
{"isNot": {"artist": "Black Eyed Peas"}},
|
||||
{"isNot": {"artist": "blackbear"}},
|
||||
{"isNot": {"artist": "BLACKPINK"}},
|
||||
{"isNot": {"artist": "Bobby Brown"}},
|
||||
{"isNot": {"artist": "BROCKHAMPTON"}},
|
||||
{"isNot": {"artist": "Bruno Mars"}},
|
||||
{"isNot": {"artist": "BTS"}},
|
||||
{"isNot": {"artist": "Camila Cabello"}},
|
||||
{"isNot": {"artist": "Chase Atlantic"}},
|
||||
{"isNot": {"artist": "Ciara"}},
|
||||
{"isNot": {"artist": "Clams Casino"}},
|
||||
{"isNot": {"artist": "Coldplay"}},
|
||||
{"isNot": {"artist": "Daniel Caesar"}},
|
||||
@@ -47,6 +52,7 @@
|
||||
{"isNot": {"artist": "Ella Mai"}},
|
||||
{"isNot": {"artist": "Emmit Fenn"}},
|
||||
{"isNot": {"artist": "Erykah Badu"}},
|
||||
{"isNot": {"artist": "Esbe"}},
|
||||
{"isNot": {"artist": "Evanescence"}},
|
||||
{"isNot": {"artist": "Everlast"}},
|
||||
{"isNot": {"artist": "Gwen Stefani"}},
|
||||
@@ -60,14 +66,18 @@
|
||||
{"isNot": {"artist": "Jack Ü"}},
|
||||
{"isNot": {"artist": "Jay Sean"}},
|
||||
{"isNot": {"artist": "Jessie J"}},
|
||||
{"isNot": {"artist": "Jhené Aiko"}},
|
||||
{"isNot": {"artist": "John Legend"}},
|
||||
{"isNot": {"artist": "Joji"}},
|
||||
{"isNot": {"artist": "Jordin Sparks"}},
|
||||
{"isNot": {"artist": "Justin Bieber"}},
|
||||
{"isNot": {"artist": "Justin Timberlake"}},
|
||||
{"isNot": {"artist": "K. Michelle"}},
|
||||
{"isNot": {"artist": "Kali Uchis"}},
|
||||
{"isNot": {"artist": "Katy Perry"}},
|
||||
{"isNot": {"artist": "Keri Hilson"}},
|
||||
{"isNot": {"artist": "Kero Kero Bonito"}},
|
||||
{"isNot": {"artist": "Keyshia Cole"}},
|
||||
{"isNot": {"artist": "Khalid"}},
|
||||
{"isNot": {"artist": "Kid Rock"}},
|
||||
{"isNot": {"artist": "KIDS SEE GHOSTS"}},
|
||||
@@ -100,9 +110,11 @@
|
||||
{"isNot": {"artist": "Postmodern Jukebox"}},
|
||||
{"isNot": {"artist": "Rage Against the Machine"}},
|
||||
{"isNot": {"artist": "Red Hot Chili Peppers"}},
|
||||
{"isNot": {"artist": "Rex Orange County"}},
|
||||
{"isNot": {"artist": "Rihanna"}},
|
||||
{"isNot": {"artist": "Rvssian"}},
|
||||
{"isNot": {"artist": "Saliva"}},
|
||||
{"isNot": {"artist": "Salt-N-Pepa"}},
|
||||
{"isNot": {"artist": "Sam Hunt"}},
|
||||
{"isNot": {"artist": "Sean Kingston"}},
|
||||
{"isNot": {"artist": "Sean Paul"}},
|
||||
@@ -110,6 +122,7 @@
|
||||
{"isNot": {"artist": "Shiloh Dynasty"}},
|
||||
{"isNot": {"artist": "Sia"}},
|
||||
{"isNot": {"artist": "Silk Sonic"}},
|
||||
{"isNot": {"artist": "Sir Mix-A-Lot"}},
|
||||
{"isNot": {"artist": "Slipknot"}},
|
||||
{"isNot": {"artist": "Steve Lacy"}},
|
||||
{"isNot": {"artist": "Sublime"}},
|
||||
@@ -132,11 +145,18 @@
|
||||
{"isNot": {"artist": "Usher"}},
|
||||
{"isNot": {"artist": "Zara Larsson"}},
|
||||
{"isNot": {"artist": "Zedd"}},
|
||||
{"isNot": {"album": "Hollywood's Bleeding"}},
|
||||
{"isNot": {"album": "Double Life (From "Despicable Me 4")"}},
|
||||
{"isNot": {"album": "East Atlanta Love Letter"}},
|
||||
{"isNot": {"album": "One Right Now"}},
|
||||
{"notContains": {"album": "Black Panther: The Album"}},
|
||||
{"notContains": {"album": "Despicable Me 2"}},
|
||||
{"notContains": {"album": "Despicable Me 3"}},
|
||||
{"notContains": {"album": "Despicable Me 4"}},
|
||||
{"notContains": {"album": "instrumental"}},
|
||||
{"notContains": {"album": "Hollywood's Bleeding"}},
|
||||
{"isNot": {"album": "iris"}},
|
||||
{"isNot": {"album": "Tempo"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
"limit": 2000
|
||||
"limit": 2500
|
||||
}
|
||||
@@ -7,8 +7,10 @@
|
||||
{"contains": {"genre": "hip hop"}}
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "instrumental"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"notContains": {"genre": "Podcasts"}},
|
||||
{"isNot": {"artist": "3OH!3"}},
|
||||
{"isNot": {"artist": "Amy Winehouse"}},
|
||||
{"isNot": {"artist": "Bad Bunny"}},
|
||||
@@ -37,9 +39,11 @@
|
||||
{"isNot": {"artist": "Sugar Ray"}},
|
||||
{"isNot": {"artist": "twenty one pilots"}},
|
||||
{"isNot": {"artist": "Unlike Pluto"}},
|
||||
{"notContains": {"album": "Black Panther: The Album"}},
|
||||
{"notContains": {"album": "instrumental"}},
|
||||
{"isNot": {"album": "Tempo"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
"limit": 2000
|
||||
"limit": 2500
|
||||
}
|
||||
@@ -5,7 +5,9 @@
|
||||
{ "any": [
|
||||
{"contains": {"genre": "House"}}
|
||||
]},
|
||||
{"gt": {"rating": 2}}
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@@ -5,7 +5,9 @@
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Indie"}}
|
||||
]},
|
||||
{"gt": {"rating": 2}}
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"limit": 2000
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
"all": [
|
||||
{"contains": {"genre": "Jazz"}},
|
||||
{"notcontains": {"genre": "Acid Jazz"}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notcontains": {"genre": "Indie Pop"}},
|
||||
{"notcontains": {"genre": "Jazz Pop"}},
|
||||
{"notcontains": {"genre": "Jazz Rap"}},
|
||||
{"notcontains": {"genre": "Latin Jazz"}},
|
||||
{"notcontains": {"genre": "Pop Rock"}},
|
||||
{"gt": {"rating": 2}},
|
||||
@@ -13,18 +15,23 @@
|
||||
{"isNot": {"artist": "A Tribe Called Quest"}},
|
||||
{"isNot": {"artist": "AC/DC"}},
|
||||
{"isNot": {"artist": "Adele"}},
|
||||
{"isNot": {"artist": "Bad Bunny"}},
|
||||
{"isNot": {"artist": "Bow Wow"}},
|
||||
{"isNot": {"artist": "Chance the Rapper"}},
|
||||
{"isNot": {"artist": "Coldplay"}},
|
||||
{"isNot": {"artist": "Cordae"}},
|
||||
{"isNot": {"artist": "Drake"}},
|
||||
{"isNot": {"artist": "Ed Sheeran"}},
|
||||
{"isNot": {"artist": "Elvis Presley"}},
|
||||
{"isNot": {"artist": "Jhené Aiko"}},
|
||||
{"isNot": {"artist": "Kendrick Lamar"}},
|
||||
{"isNot": {"artist": "Metallica"}},
|
||||
{"isNot": {"artist": "Morgan Wade"}},
|
||||
{"isNot": {"artist": "Rex Orange County"}},
|
||||
{"isNot": {"artist": "Van Morrison"}},
|
||||
{"isNot": {"artist": "XXXTENTACION"}},
|
||||
{"isNot": {"artist": "The Weeknd"}}
|
||||
{"isNot": {"artist": "The Weeknd"}},
|
||||
{"notContains": {"album": "Black Panther: The Album"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@@ -7,8 +7,9 @@
|
||||
{"contains": {"genre": "Chillwave"}},
|
||||
{"contains": {"genre": "Downtempo"}}
|
||||
]},
|
||||
|
||||
{"gt": {"rating": 2}}
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"comment": "The highest rated Metal music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Metal"}},
|
||||
{"gt": {"rating": 2}}
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
{"contains": {"genre": "Post-Hardcore"}},
|
||||
{"contains": {"genre": "Punk"}}
|
||||
]},
|
||||
{"gt": {"rating": 2}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Cyberpunk"}},
|
||||
{"notContains": {"genre": "Dance-Punk"}},
|
||||
{"notContains": {"genre": "Pop Punk"}},
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
"comment": "The highest rated Pop music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Pop"}},
|
||||
{"gt": {"rating": 4}},
|
||||
{"notcontains": {"album": "Christmas"}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"isNot": {"artist": "2Pac"}},
|
||||
{"isNot": {"artist": "3 Doors Down"}},
|
||||
{"isNot": {"artist": "50 Cent"}},
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
"comment": "The highest rated Post-Hardcore music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Post-Hardcore"}},
|
||||
{"gt": {"rating": 2}}
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@@ -3,8 +3,10 @@
|
||||
"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": "Latin"}},
|
||||
{"notContains": {"genre": "Proto-Punk"}},
|
||||
{"isNot": {"artist": "The Goo Goo Dolls"}},
|
||||
{"isNot": {"artist": "Olivia Rodrigo"}},
|
||||
|
||||
@@ -6,7 +6,10 @@
|
||||
{"contains": {"genre": "Rap"}}
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "instrumental"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"notContains": {"genre": "Rap Metal"}},
|
||||
{"notContains": {"genre": "Trap Edm"}},
|
||||
{"isNot": {"artist": "Beastie Boys"}},
|
||||
{"isNot": {"artist": "Black Eyed Peas"}},
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
"all": [
|
||||
{"contains": {"genre": "Reggae"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"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
|
||||
}
|
||||
@@ -4,16 +4,20 @@
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "R&B"}},
|
||||
{"contains": {"genre": "R & B"}}
|
||||
{"contains": {"genre": "R & B"}},
|
||||
{"contains": {"genre": "Rhythm And Blues"}}
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notcontains": {"genre": "Blues"}},
|
||||
{"notcontains": {"genre": "Electropop"}},
|
||||
{"notcontains": {"genre": "Jazz"}},
|
||||
{"notcontains": {"genre": "Pop Rap"}},
|
||||
{"notContains": {"genre": "Blues"}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Electropop"}},
|
||||
{"notContains": {"genre": "Jazz"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"notContains": {"genre": "Pop Rap"}},
|
||||
{"isNot": {"artist": "Coldplay"}},
|
||||
{"isNot": {"artist": "Justin Bieber"}},
|
||||
{"isNot": {"artist": "P!nk"}}
|
||||
{"isNot": {"artist": "P!nk"}},
|
||||
{"notContains": {"album": "Black Panther: The Album"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@@ -4,7 +4,16 @@
|
||||
"all": [
|
||||
{"contains": {"genre": "Rock"}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"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",
|
||||
|
||||
13
^ Top Singer-Songwriter 📈.NSP
Normal file
13
^ Top Singer-Songwriter 📈.NSP
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"title": "-Top Singer-Songwriter ;)",
|
||||
"comment": "The highest rated Singer-Songwriter music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Singer-Songwriter"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
"limit": 1000
|
||||
}
|
||||
@@ -3,7 +3,10 @@
|
||||
"comment": "The highest rated Synth music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Synth"}},
|
||||
{"gt": {"rating": 3}}
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"notContains": {"genre": "Synth-Pop"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@@ -2,10 +2,9 @@
|
||||
"title": "-Top Trance ;)",
|
||||
"comment": "The highest rated Trance music.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Trance"}}
|
||||
]},
|
||||
{"gt": {"rating": 2}}
|
||||
{"contains": {"genre": "Trance"}}
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
"comment": "The highest rated Vocal music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Vocal"}},
|
||||
{"gt": {"rating": 2}}
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@@ -3,9 +3,7 @@
|
||||
"comment": "Songs that have not been played yet.",
|
||||
"all": [
|
||||
{"is": {"playCount": 0}},
|
||||
{"notContains": {"genre": "Podcasts"}},
|
||||
{"isNot": {"artist": "Graham Cluley & Carole Theriault"}},
|
||||
{"isNot": {"artist": "freeCodeCamp Podcast"}}
|
||||
{"notContains": {"genre": "Podcasts"}}
|
||||
],
|
||||
"sort": "dateadded",
|
||||
"order": "desc",
|
||||
|
||||
@@ -3,9 +3,7 @@
|
||||
"comment": "Songs that need to be rated.",
|
||||
"all": [
|
||||
{"is": {"rating": 0}},
|
||||
{"notContains": {"genre": "Podcasts"}},
|
||||
{"isNot": {"artist": "Graham Cluley & Carole Theriault"}},
|
||||
{"isNot": {"artist": "freeCodeCamp Podcast"}}
|
||||
{"notContains": {"genre": "Podcasts"}}
|
||||
],
|
||||
"sort": "dateadded",
|
||||
"order": "desc",
|
||||
|
||||
@@ -1,9 +1,14 @@
|
||||
{
|
||||
"title": "' Christmas Music ;)",
|
||||
"comment": "All Christmas Music",
|
||||
"any": [
|
||||
{"contains": {"album": "Christmas"}},
|
||||
{"contains": {"title": "Rudolph"}}
|
||||
"all": [
|
||||
{"any": [
|
||||
{"contains": {"genre": "Christmas Music"}},
|
||||
{"contains": {"album": "Christmas"}},
|
||||
{"contains": {"title": "Christmas"}},
|
||||
{"contains": {"title": "Rudolph"}}
|
||||
]},
|
||||
{"isNot": {"album": "AN ICEBERG BIG CHRISTMAS"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
Reference in New Issue
Block a user