navidrome-smart-playlists/^ Top 2010s Music.NSP

13 lines
301 B
Natural

{
"title": "-Top 2010s Music ;)",
"comment": "Top rated songs from the 2010's by the admin.",
"all": [
{ "any": [
{ "is": { "loved": true } },
{ "gt": { "rating": 2 } }]
},
{ "inTheRange": { "year": [2011, 2021] } }
],
"sort": "-year,-rating,title",
"limit": 1000
}