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

13 lines
289 B
Natural

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