Compare commits
10 Commits
d66d39f692
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e77bd27ee9 | |||
| c1290cf725 | |||
| fb71b72640 | |||
| 46878b2ccb | |||
| 26af889b56 | |||
| da1e6dcee6 | |||
| d4c9fffdcc | |||
| cfe3c650e7 | |||
| 449f353747 | |||
| 63b76aaf0a |
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "-Jukebox ;)",
|
||||
"title": "-Jukebox All ;)",
|
||||
"comment": "The highest rated music on random, discounting recently played.",
|
||||
"any": [
|
||||
{ "all": [
|
||||
@@ -12,14 +12,14 @@
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"rating": 5}},
|
||||
{"notInTheLast": {"lastPlayed": 10}}
|
||||
{"notInTheLast": {"lastPlayed": 15}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"loved": true}},
|
||||
{"notInTheLast": {"lastPlayed": 2}}
|
||||
{"notInTheLast": {"lastPlayed": 10}}
|
||||
]}
|
||||
],
|
||||
"sort": "lastPlayed",
|
||||
"order": "desc",
|
||||
"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
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"isNot": {"artist": "BTS"}},
|
||||
{"isNot": {"artist": "Melanie Martinez"}},
|
||||
{"isNot": {"artist": "Postmodern Jukebox"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
{"contains": {"genre": "Rhythm And Blues"}}
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Alternative R&B"}},
|
||||
{"notContains": {"genre": "Blues"}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Electropop"}},
|
||||
@@ -15,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"}}
|
||||
|
||||
Reference in New Issue
Block a user