Compare commits

...

20 Commits

Author SHA1 Message Date
e77bd27ee9 feat: add exclusions for Ed Sheeran and Jack Harlow in RnB playlist filter 2025-11-24 17:28:40 -05:00
c1290cf725 feat: add additional artist exclusions to Folk playlist filter 2025-11-24 17:28:22 -05:00
fb71b72640 fix: exclude Melanie Martinez from playlist filter 2025-11-24 17:23:19 -05:00
46878b2ccb forgot a closing " 2025-10-26 14:21:13 -04:00
26af889b56 trailing commas not allowed 2025-10-26 14:20:52 -04:00
da1e6dcee6 remove unnecessary content now, I've excluded podcasts from showing, but may be a good idea for others to add if neccessary, so left it in 2025-10-21 17:04:39 -04:00
d4c9fffdcc Initialize file, Jukbox Un-played 2025-10-20 20:32:53 -04:00
cfe3c650e7 initialize file, jukebox Played 2025-10-20 19:12:22 -04:00
449f353747 initialize file, jukebox All 2025-10-20 19:10:46 -04:00
63b76aaf0a removed, renamed to Jukebox A, P, U, for All, Played, Unplayed 2025-10-20 19:07:02 -04:00
d66d39f692 Sort Favs, by dateLoved 2025-10-02 23:17:01 -04:00
0dc1355627 want to remove keyshia cole from this list. 2025-09-28 11:51:19 -04:00
cbe48bd98a trying to create decade smart playlist for navidrome 2025-09-25 18:22:16 -04:00
174608845b could be spelled out rhythm and blues 2025-09-25 17:54:57 -04:00
8dae16e93a adding another stipulation so less loved songs play if I recently listened to them. Since I play my hearted list most. 2025-09-20 10:34:33 -04:00
f9590fa942 missing comma 2025-09-17 19:17:35 -04:00
56151b972d works now, just needed to remove "" around numbers 2025-09-13 18:51:53 -04:00
994938b16f trying to get this playlist working, not showing anything since i tried 2025-09-13 18:21:27 -04:00
0b9228766c forgot a comma... 2025-08-29 19:16:13 -04:00
95a484dd5a include rap songs 2025-08-26 15:55:43 -04:00
19 changed files with 163 additions and 34 deletions

View File

@@ -4,7 +4,7 @@
"all": [
{"is": {"loved": true}}
],
"sort": "dateModified",
"sort": "dateLoved",
"order": "desc",
"limit": 1000
}

View File

@@ -8,7 +8,7 @@
{"notContains": {"genre": "Christmas Music"}},
{"is": {"loved": true}}
],
"sort": "dateModified",
"sort": "dateLoved",
"order": "desc",
"limit": 1000
}

View File

@@ -4,13 +4,14 @@
"all": [
{ "any": [
{"contains": {"genre": "hip-hop"}},
{"contains": {"genre": "hip hop"}}
{"contains": {"genre": "hip hop"}},
{"contains": {"genre": "Rap"}}
]},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}}
{"notContains": {"genre": "Latin"}},
{"is": {"loved": true}}
],
"sort": "dateModified",
"sort": "dateLoved",
"order": "desc",
"limit": 1000
}

View File

@@ -8,7 +8,7 @@
{"notContains": {"genre": "Christmas Music"}},
{"is": {"loved": true}}
],
"sort": "dateModified",
"sort": "dateLoved",
"order": "desc",
"limit": 1000
}

View File

@@ -8,7 +8,7 @@
{"notContains": {"genre": "Christmas Music"}},
{"is": {"loved": true}}
],
"sort": "dateModified",
"sort": "dateLoved",
"order": "desc",
"limit": 1000
}

25
^ Jukebox A 🎵.NSP Normal file
View 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
View 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
View 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
}

View File

@@ -1,21 +0,0 @@
{
"title": "-Jukebox ;)",
"comment": "The highest rated music on random, discounting recently played.",
"any": [
{ "all": [
{"is": {"rating": "3"}},
{"notInTheLast": {"lastPlayed": "150"}}
]},
{ "all": [
{"is": {"rating": "4"}},
{"notInTheLast": {"lastPlayed": "90"}}
]},
{ "all": [
{"is": {"rating": "5"}},
{"notInTheLast": {"lastPlayed": "40"}}
]}
],
"sort": "lastPlayed",
"order": "desc",
"limit": 1000
}

View File

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

View File

@@ -7,6 +7,7 @@
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}},
{"isNot": {"artist": "BTS"}},
{"isNot": {"artist": "Melanie Martinez"}},
{"isNot": {"artist": "Postmodern Jukebox"}}
],
"sort": "dateModified",

View File

@@ -8,7 +8,10 @@
{"notContains": {"genre": "Folk Pop"}},
{"notContains": {"genre": "Folk Rock"}},
{"notContains": {"genre": "Latin"}},
{"isNot": {"artist": "Creed"}}
{"isNot": {"artist": "Billie Eilish"}},
{"isNot": {"artist": "Creed"}},
{"isNot": {"artist": "Lana Del Ray"}},
{"isNot": {"artist": "Taylor Swift"}}
],
"sort": "dateModified",
"order": "desc",

View File

@@ -77,6 +77,7 @@
{"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"}},
@@ -152,7 +153,7 @@
{"notContains": {"album": "Despicable Me 4"}},
{"notContains": {"album": "instrumental"}},
{"notContains": {"album": "Hollywood's Bleeding"}},
{"isNot": {"album": "iris"}}
{"isNot": {"album": "iris"}},
{"isNot": {"album": "Tempo"}}
],
"sort": "dateModified",

View File

@@ -4,9 +4,11 @@
"all": [
{ "any": [
{"contains": {"genre": "R&B"}},
{"contains": {"genre": "R & B"}}
{"contains": {"genre": "R & B"}},
{"contains": {"genre": "Rhythm And Blues"}}
]},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Alternative R&B"}},
{"notContains": {"genre": "Blues"}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Electropop"}},
@@ -14,6 +16,8 @@
{"notContains": {"genre": "Latin"}},
{"notContains": {"genre": "Pop Rap"}},
{"isNot": {"artist": "Coldplay"}},
{"isNot": {"artist": "Ed Sheeran"}},
{"isNot": {"artist": "Jack Harlow"}},
{"isNot": {"artist": "Justin Bieber"}},
{"isNot": {"artist": "P!nk"}},
{"notContains": {"album": "Black Panther: The Album"}}