navidrome-smart-playlists/^ Jukebox 🎵.NSP

21 lines
467 B
Natural

{
"title": "-Jukebox ;)",
"comment": "The highest rated music on random, discounting recently played.",
"any": [
{ "all": [
{"is": {"rating": 3}},
{"notInTheLast": {"lastPlayed": 30}}
]},
{ "all": [
{"is": {"rating": 4}},
{"notInTheLast": {"lastPlayed": 15}}
]},
{ "all": [
{"is": {"rating": 5}},
{"notInTheLast": {"lastPlayed": 5}}
]}
],
"sort": "lastPlayed",
"order": "desc",
"limit": 1000
}