removed, renamed to Jukebox A, P, U, for All, Played, Unplayed
This commit is contained in:
parent
d66d39f692
commit
63b76aaf0a
@ -1,25 +0,0 @@
|
||||
{
|
||||
"title": "-Jukebox ;)",
|
||||
"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": 10}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"loved": true}},
|
||||
{"notInTheLast": {"lastPlayed": 2}}
|
||||
]}
|
||||
],
|
||||
"sort": "lastPlayed",
|
||||
"order": "desc",
|
||||
"limit": 1000
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user