trying to create decade smart playlist for navidrome

This commit is contained in:
2025-09-25 18:22:16 -04:00
parent 174608845b
commit cbe48bd98a
5 changed files with 65 additions and 0 deletions

13
^ Top 70s Music.NSP Normal file
View File

@@ -0,0 +1,13 @@
{
"title": "-Top 70s Music ;)",
"comment": "Top rated songs from the 1970's by the admin.",
"all": [
{ "any": [
{ "is": { "loved": true } },
{ "gt": { "rating": 2 } }]
},
{ "inTheRange": { "year": [1971, 1980] } }
],
"sort": "-year,-rating,title",
"limit": 1000
}