trying to create decade smart playlist for navidrome
This commit is contained in:
13
^ Top 2000s Music.NSP
Normal file
13
^ Top 2000s Music.NSP
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"title": "-Top 2000s Music ;)",
|
||||
"comment": "Top rated songs from the 2000's by the admin.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{ "is": { "loved": true } },
|
||||
{ "gt": { "rating": 2 } }]
|
||||
},
|
||||
{ "inTheRange": { "year": [2001, 2011] } }
|
||||
],
|
||||
"sort": "-year,-rating,title",
|
||||
"limit": 1000
|
||||
}
|
||||
Reference in New Issue
Block a user