trying to get this playlist working, not showing anything since i tried
This commit is contained in:
parent
0b9228766c
commit
994938b16f
@ -3,16 +3,16 @@
|
|||||||
"comment": "The highest rated music on random, discounting recently played.",
|
"comment": "The highest rated music on random, discounting recently played.",
|
||||||
"any": [
|
"any": [
|
||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": "3"}},
|
{"is": {"rating": 3}},
|
||||||
{"notInTheLast": {"lastPlayed": "150"}}
|
{"notInTheLast": {"lastPlayed": 30}}
|
||||||
]},
|
]},
|
||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": "4"}},
|
{"is": {"rating": 4}},
|
||||||
{"notInTheLast": {"lastPlayed": "90"}}
|
{"notInTheLast": {"lastPlayed": 15}}
|
||||||
]},
|
]},
|
||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": "5"}},
|
{"is": {"rating": 5}},
|
||||||
{"notInTheLast": {"lastPlayed": "40"}}
|
{"notInTheLast": {"lastPlayed": 5}}
|
||||||
]}
|
]}
|
||||||
],
|
],
|
||||||
"sort": "lastPlayed",
|
"sort": "lastPlayed",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user