initialize file, jukebox Played
This commit is contained in:
parent
449f353747
commit
cfe3c650e7
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
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user