Compare commits
44 Commits
4baffd92de
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e77bd27ee9 | |||
| c1290cf725 | |||
| fb71b72640 | |||
| 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 |
@@ -4,7 +4,7 @@
|
|||||||
"all": [
|
"all": [
|
||||||
{"is": {"loved": true}}
|
{"is": {"loved": true}}
|
||||||
],
|
],
|
||||||
"sort": "lastPlayed",
|
"sort": "dateLoved",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
"limit": 1000
|
"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": [
|
{"any": [
|
||||||
{"inTheLast": {"dateadded": "90"}}
|
{"inTheLast": {"dateadded": "90"}}
|
||||||
]},
|
]},
|
||||||
{"notContains": {"genre": "Podcasts"}},
|
{"notContains": {"genre": "Podcasts"}}
|
||||||
{"isNot": {"artist": "Graham Cluley & Carole Theriault"}},
|
|
||||||
{"isNot": {"artist": "freeCodeCamp Podcast"}}
|
|
||||||
],
|
],
|
||||||
"sort": "dateadded",
|
"sort": "dateadded",
|
||||||
"order": "desc",
|
"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
|
||||||
|
}
|
||||||
@@ -13,6 +13,7 @@
|
|||||||
{"isNot": {"artist": "Billie Eilish"}},
|
{"isNot": {"artist": "Billie Eilish"}},
|
||||||
{"isNot": {"artist": "Drake"}},
|
{"isNot": {"artist": "Drake"}},
|
||||||
{"isNot": {"artist": "Ed Sheeran"}},
|
{"isNot": {"artist": "Ed Sheeran"}},
|
||||||
|
{"isNot": {"artist": "EDEN"}},
|
||||||
{"isNot": {"artist": "Halsey"}},
|
{"isNot": {"artist": "Halsey"}},
|
||||||
{"isNot": {"artist": "James Blunt"}},
|
{"isNot": {"artist": "James Blunt"}},
|
||||||
{"isNot": {"artist": "Jessie J"}},
|
{"isNot": {"artist": "Jessie J"}},
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Alternative"}},
|
{"contains": {"genre": "Alternative"}},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 3}},
|
||||||
|
{"notContains": {"genre": "Alternative Dance"}},
|
||||||
|
{"notContains": {"genre": "Alternative Hip Hop"}},
|
||||||
{"notContains": {"genre": "Alternative Pop"}},
|
{"notContains": {"genre": "Alternative Pop"}},
|
||||||
{"notContains": {"genre": "Alternative R&B"}},
|
{"notContains": {"genre": "Alternative R&B"}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
|||||||
@@ -80,6 +80,7 @@
|
|||||||
{"isNot": {"artist": "Two Feet"}},
|
{"isNot": {"artist": "Two Feet"}},
|
||||||
{"isNot": {"artist": "Usher"}},
|
{"isNot": {"artist": "Usher"}},
|
||||||
{"isNot": {"artist": "Van Morrison"}},
|
{"isNot": {"artist": "Van Morrison"}},
|
||||||
|
{"isNot": {"artist": "Wings"}},
|
||||||
{"isNot": {"artist": "Whiskey Myers"}}
|
{"isNot": {"artist": "Whiskey Myers"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
|
|||||||
@@ -7,8 +7,9 @@
|
|||||||
{"contains": {"genre": "Christmas Music"}},
|
{"contains": {"genre": "Christmas Music"}},
|
||||||
{"contains": {"album": "Christmas"}},
|
{"contains": {"album": "Christmas"}},
|
||||||
{"contains": {"title": "Christmas"}},
|
{"contains": {"title": "Christmas"}},
|
||||||
{"contains": {"title": "Rudolph"}}
|
{"contains": {"title": "Rudolph"}},
|
||||||
]},
|
]},
|
||||||
|
{"isNot": {"artist": "Kodak Black"}},
|
||||||
{"isNot": {"artist": "Troy Ave"}},
|
{"isNot": {"artist": "Troy Ave"}},
|
||||||
{"isNot": {"album": "AN ICEBERG BIG CHRISTMAS"}}
|
{"isNot": {"album": "AN ICEBERG BIG CHRISTMAS"}}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"comment": "The highest rated Country Contemporary music.",
|
"comment": "The highest rated Country Contemporary music.",
|
||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Contemporary Country"}},
|
{"contains": {"genre": "Contemporary Country"}},
|
||||||
{"gt": {"rating": 3}}
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}}
|
{"notContains": {"genre": "Christmas Music"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
|
|||||||
@@ -12,8 +12,7 @@
|
|||||||
{"contains": {"genre": "Edm"}},
|
{"contains": {"genre": "Edm"}},
|
||||||
{"contains": {"genre": "Indietronica"}},
|
{"contains": {"genre": "Indietronica"}},
|
||||||
{"contains": {"genre": "Trance"}},
|
{"contains": {"genre": "Trance"}},
|
||||||
{"contains": {"genre": "Synth"}},
|
{"contains": {"genre": "Synth"}}
|
||||||
{"notContains": {"genre": "Latin"}}
|
|
||||||
]},
|
]},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
|||||||
@@ -5,7 +5,9 @@
|
|||||||
]},
|
]},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"notContains": {"genre": "Latin"}},
|
||||||
{"isNot": {"artist": "BTS"}},
|
{"isNot": {"artist": "BTS"}},
|
||||||
|
{"isNot": {"artist": "Melanie Martinez"}},
|
||||||
{"isNot": {"artist": "Postmodern Jukebox"}}
|
{"isNot": {"artist": "Postmodern Jukebox"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
|
|||||||
@@ -3,9 +3,15 @@
|
|||||||
"comment": "The highest rated Folk music.",
|
"comment": "The highest rated Folk music.",
|
||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Folk"}},
|
{"contains": {"genre": "Folk"}},
|
||||||
{"gt": {"rating": 2}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
{"notContains": {"genre": "Indie Folk"}}
|
{"notContains": {"genre": "Folk Pop"}},
|
||||||
|
{"notContains": {"genre": "Folk Rock"}},
|
||||||
|
{"notContains": {"genre": "Latin"}},
|
||||||
|
{"isNot": {"artist": "Billie Eilish"}},
|
||||||
|
{"isNot": {"artist": "Creed"}},
|
||||||
|
{"isNot": {"artist": "Lana Del Ray"}},
|
||||||
|
{"isNot": {"artist": "Taylor Swift"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
@@ -5,8 +5,9 @@
|
|||||||
{"contains": {"genre": "Christian"}},
|
{"contains": {"genre": "Christian"}},
|
||||||
{"contains": {"genre": "Praise & Worship"}}
|
{"contains": {"genre": "Praise & Worship"}}
|
||||||
]},
|
]},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 2}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"notContains": {"genre": "Latin"}},
|
||||||
{"isNot": {"artist": "Amy Winehouse"}},
|
{"isNot": {"artist": "Amy Winehouse"}},
|
||||||
{"isNot": {"artist": "Elvis Presley"}},
|
{"isNot": {"artist": "Elvis Presley"}},
|
||||||
{"isNot": {"artist": "Josh Turner"}},
|
{"isNot": {"artist": "Josh Turner"}},
|
||||||
|
|||||||
@@ -77,6 +77,7 @@
|
|||||||
{"isNot": {"artist": "Katy Perry"}},
|
{"isNot": {"artist": "Katy Perry"}},
|
||||||
{"isNot": {"artist": "Keri Hilson"}},
|
{"isNot": {"artist": "Keri Hilson"}},
|
||||||
{"isNot": {"artist": "Kero Kero Bonito"}},
|
{"isNot": {"artist": "Kero Kero Bonito"}},
|
||||||
|
{"isNot": {"artist": "Keyshia Cole"}},
|
||||||
{"isNot": {"artist": "Khalid"}},
|
{"isNot": {"artist": "Khalid"}},
|
||||||
{"isNot": {"artist": "Kid Rock"}},
|
{"isNot": {"artist": "Kid Rock"}},
|
||||||
{"isNot": {"artist": "KIDS SEE GHOSTS"}},
|
{"isNot": {"artist": "KIDS SEE GHOSTS"}},
|
||||||
@@ -152,7 +153,7 @@
|
|||||||
{"notContains": {"album": "Despicable Me 4"}},
|
{"notContains": {"album": "Despicable Me 4"}},
|
||||||
{"notContains": {"album": "instrumental"}},
|
{"notContains": {"album": "instrumental"}},
|
||||||
{"notContains": {"album": "Hollywood's Bleeding"}},
|
{"notContains": {"album": "Hollywood's Bleeding"}},
|
||||||
{"isNot": {"album": "iris"}}
|
{"isNot": {"album": "iris"}},
|
||||||
{"isNot": {"album": "Tempo"}}
|
{"isNot": {"album": "Tempo"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
|
|||||||
@@ -5,8 +5,9 @@
|
|||||||
{ "any": [
|
{ "any": [
|
||||||
{"contains": {"genre": "House"}}
|
{"contains": {"genre": "House"}}
|
||||||
]},
|
]},
|
||||||
{"gt": {"rating": 2}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}}
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"notContains": {"genre": "Latin"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
@@ -5,8 +5,9 @@
|
|||||||
{ "any": [
|
{ "any": [
|
||||||
{"contains": {"genre": "Indie"}}
|
{"contains": {"genre": "Indie"}}
|
||||||
]},
|
]},
|
||||||
{"gt": {"rating": 2}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}}
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"notContains": {"genre": "Latin"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"limit": 2000
|
"limit": 2000
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
]},
|
]},
|
||||||
{"gt": {"rating": 2}},
|
{"gt": {"rating": 2}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"notContains": {"genre": "Latin"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"comment": "The highest rated Metal music.",
|
"comment": "The highest rated Metal music.",
|
||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Metal"}},
|
{"contains": {"genre": "Metal"}},
|
||||||
{"gt": {"rating": 2}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}}
|
{"notContains": {"genre": "Christmas Music"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
{"contains": {"genre": "Post-Hardcore"}},
|
{"contains": {"genre": "Post-Hardcore"}},
|
||||||
{"contains": {"genre": "Punk"}}
|
{"contains": {"genre": "Punk"}}
|
||||||
]},
|
]},
|
||||||
{"gt": {"rating": 2}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
{"notContains": {"genre": "Cyberpunk"}},
|
{"notContains": {"genre": "Cyberpunk"}},
|
||||||
{"notContains": {"genre": "Dance-Punk"}},
|
{"notContains": {"genre": "Dance-Punk"}},
|
||||||
|
|||||||
@@ -3,8 +3,9 @@
|
|||||||
"comment": "The highest rated Pop music.",
|
"comment": "The highest rated Pop music.",
|
||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Pop"}},
|
{"contains": {"genre": "Pop"}},
|
||||||
{"gt": {"rating": 4}},
|
{"gt": {"rating": 3}},
|
||||||
{"notcontains": {"album": "Christmas"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"notContains": {"genre": "Latin"}},
|
||||||
{"isNot": {"artist": "2Pac"}},
|
{"isNot": {"artist": "2Pac"}},
|
||||||
{"isNot": {"artist": "3 Doors Down"}},
|
{"isNot": {"artist": "3 Doors Down"}},
|
||||||
{"isNot": {"artist": "50 Cent"}},
|
{"isNot": {"artist": "50 Cent"}},
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Post-Hardcore"}},
|
{"contains": {"genre": "Post-Hardcore"}},
|
||||||
{"gt": {"rating": 2}},
|
{"gt": {"rating": 2}},
|
||||||
{"notContains": {"genre": "Christmas Music"}}
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"notContains": {"genre": "Latin"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
@@ -3,9 +3,10 @@
|
|||||||
"comment": "The highest rated Punk music.",
|
"comment": "The highest rated Punk music.",
|
||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Punk"}},
|
{"contains": {"genre": "Punk"}},
|
||||||
{"gt": {"rating": 2}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
{"notContains": {"genre": "Cyberpunk"}},
|
{"notContains": {"genre": "Cyberpunk"}},
|
||||||
|
{"notContains": {"genre": "Latin"}},
|
||||||
{"notContains": {"genre": "Proto-Punk"}},
|
{"notContains": {"genre": "Proto-Punk"}},
|
||||||
{"isNot": {"artist": "The Goo Goo Dolls"}},
|
{"isNot": {"artist": "The Goo Goo Dolls"}},
|
||||||
{"isNot": {"artist": "Olivia Rodrigo"}},
|
{"isNot": {"artist": "Olivia Rodrigo"}},
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
{"notContains": {"genre": "instrumental"}},
|
{"notContains": {"genre": "instrumental"}},
|
||||||
|
{"notContains": {"genre": "Latin"}},
|
||||||
{"notContains": {"genre": "Rap Metal"}},
|
{"notContains": {"genre": "Rap Metal"}},
|
||||||
{"notContains": {"genre": "Trap Edm"}},
|
{"notContains": {"genre": "Trap Edm"}},
|
||||||
{"isNot": {"artist": "Beastie Boys"}},
|
{"isNot": {"artist": "Beastie Boys"}},
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
{"contains": {"genre": "Reggae"}},
|
{"contains": {"genre": "Reggae"}},
|
||||||
{"gt": {"rating": 2}},
|
{"gt": {"rating": 2}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"notContains": {"genre": "Latin"}},
|
||||||
|
{"notContains": {"genre": "Reggaeton"}},
|
||||||
{"isNot": {"artist": "Bruno Mars"}},
|
{"isNot": {"artist": "Bruno Mars"}},
|
||||||
{"isNot": {"artist": "Don Omar"}},
|
{"isNot": {"artist": "Don Omar"}},
|
||||||
{"isNot": {"artist": "Jawsh 685"}},
|
{"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,15 +4,20 @@
|
|||||||
"all": [
|
"all": [
|
||||||
{ "any": [
|
{ "any": [
|
||||||
{"contains": {"genre": "R&B"}},
|
{"contains": {"genre": "R&B"}},
|
||||||
{"contains": {"genre": "R & B"}}
|
{"contains": {"genre": "R & B"}},
|
||||||
|
{"contains": {"genre": "Rhythm And Blues"}}
|
||||||
]},
|
]},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 3}},
|
||||||
|
{"notContains": {"genre": "Alternative R&B"}},
|
||||||
{"notContains": {"genre": "Blues"}},
|
{"notContains": {"genre": "Blues"}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
{"notContains": {"genre": "Electropop"}},
|
{"notContains": {"genre": "Electropop"}},
|
||||||
{"notContains": {"genre": "Jazz"}},
|
{"notContains": {"genre": "Jazz"}},
|
||||||
|
{"notContains": {"genre": "Latin"}},
|
||||||
{"notContains": {"genre": "Pop Rap"}},
|
{"notContains": {"genre": "Pop Rap"}},
|
||||||
{"isNot": {"artist": "Coldplay"}},
|
{"isNot": {"artist": "Coldplay"}},
|
||||||
|
{"isNot": {"artist": "Ed Sheeran"}},
|
||||||
|
{"isNot": {"artist": "Jack Harlow"}},
|
||||||
{"isNot": {"artist": "Justin Bieber"}},
|
{"isNot": {"artist": "Justin Bieber"}},
|
||||||
{"isNot": {"artist": "P!nk"}},
|
{"isNot": {"artist": "P!nk"}},
|
||||||
{"notContains": {"album": "Black Panther: The Album"}}
|
{"notContains": {"album": "Black Panther: The Album"}}
|
||||||
|
|||||||
@@ -5,7 +5,15 @@
|
|||||||
{"contains": {"genre": "Rock"}},
|
{"contains": {"genre": "Rock"}},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
{"notContains": {"genre": "Pop Rock"}}
|
{"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",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Singer-Songwriter"}},
|
{"contains": {"genre": "Singer-Songwriter"}},
|
||||||
{"gt": {"rating": 2}},
|
{"gt": {"rating": 2}},
|
||||||
{"notContains": {"genre": "Christmas Music"}}
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
{"isNot": {"artist": "The Goo Goo Dolls"}}
|
{"notContains": {"genre": "Latin"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
@@ -3,8 +3,10 @@
|
|||||||
"comment": "The highest rated Synth music.",
|
"comment": "The highest rated Synth music.",
|
||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Synth"}},
|
{"contains": {"genre": "Synth"}},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 2}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"notContains": {"genre": "Latin"}},
|
||||||
|
{"notContains": {"genre": "Synth-Pop"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Trance"}}
|
{"contains": {"genre": "Trance"}}
|
||||||
{"gt": {"rating": 2}},
|
{"gt": {"rating": 2}},
|
||||||
{"notContains": {"genre": "Christmas Music"}}
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Vocal"}},
|
{"contains": {"genre": "Vocal"}},
|
||||||
{"gt": {"rating": 2}},
|
{"gt": {"rating": 2}},
|
||||||
{"notContains": {"genre": "Christmas Music"}}
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"notContains": {"genre": "Latin"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
@@ -3,9 +3,7 @@
|
|||||||
"comment": "Songs that have not been played yet.",
|
"comment": "Songs that have not been played yet.",
|
||||||
"all": [
|
"all": [
|
||||||
{"is": {"playCount": 0}},
|
{"is": {"playCount": 0}},
|
||||||
{"notContains": {"genre": "Podcasts"}},
|
{"notContains": {"genre": "Podcasts"}}
|
||||||
{"isNot": {"artist": "Graham Cluley & Carole Theriault"}},
|
|
||||||
{"isNot": {"artist": "freeCodeCamp Podcast"}}
|
|
||||||
],
|
],
|
||||||
"sort": "dateadded",
|
"sort": "dateadded",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
@@ -3,9 +3,7 @@
|
|||||||
"comment": "Songs that need to be rated.",
|
"comment": "Songs that need to be rated.",
|
||||||
"all": [
|
"all": [
|
||||||
{"is": {"rating": 0}},
|
{"is": {"rating": 0}},
|
||||||
{"notContains": {"genre": "Podcasts"}},
|
{"notContains": {"genre": "Podcasts"}}
|
||||||
{"isNot": {"artist": "Graham Cluley & Carole Theriault"}},
|
|
||||||
{"isNot": {"artist": "freeCodeCamp Podcast"}}
|
|
||||||
],
|
],
|
||||||
"sort": "dateadded",
|
"sort": "dateadded",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
Reference in New Issue
Block a user