24 lines
482 B
Natural
24 lines
482 B
Natural
{
|
|
"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
|
|
} |