Initialize file, Jukbox Un-played
This commit is contained in:
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
|
||||
}
|
||||
Reference in New Issue
Block a user