21 lines
481 B
Natural
21 lines
481 B
Natural
{
|
|
"title": "-Jukebox ;)",
|
|
"comment": "The highest rated music on random, discounting recently played.",
|
|
"any": [
|
|
{ "all": [
|
|
{"is": {"rating": "3"}},
|
|
{"notInTheLast": {"lastPlayed": "150"}}
|
|
]},
|
|
{ "all": [
|
|
{"is": {"rating": "4"}},
|
|
{"notInTheLast": {"lastPlayed": "90"}}
|
|
]},
|
|
{ "all": [
|
|
{"is": {"rating": "5"}},
|
|
{"notInTheLast": {"lastPlayed": "40"}}
|
|
]}
|
|
],
|
|
"sort": "lastPlayed",
|
|
"order": "desc",
|
|
"limit": 1000
|
|
} |