Files
navidrome-smart-playlists/^ Top 80s Music.NSP
T

13 lines
287 B
Natural

{
"title": "^ Top 80s Music ;)",
"comment": "Top rated songs from the 1980's.",
"all": [
{ "any": [
{ "is": { "loved": true } },
{ "gt": { "rating": 3 } }]
},
{ "inTheRange": { "year": [1980, 1989] } }
],
"sort": "-year,-rating,title",
"limit": 1000
}