From cbe48bd98a3e797e4f0d30f3997b660cbb044c4e Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Thu, 25 Sep 2025 18:22:16 -0400 Subject: [PATCH] trying to create decade smart playlist for navidrome --- ^ Top 2000s Music.NSP | 13 +++++++++++++ ^ Top 2010s Music.NSP | 13 +++++++++++++ ^ Top 70s Music.NSP | 13 +++++++++++++ ^ Top 80s Music.NSP | 13 +++++++++++++ ^ Top 90s Music.NSP | 13 +++++++++++++ 5 files changed, 65 insertions(+) create mode 100644 ^ Top 2000s Music.NSP create mode 100644 ^ Top 2010s Music.NSP create mode 100644 ^ Top 70s Music.NSP create mode 100644 ^ Top 80s Music.NSP create mode 100644 ^ Top 90s Music.NSP diff --git a/^ Top 2000s Music.NSP b/^ Top 2000s Music.NSP new file mode 100644 index 0000000..8b0fc82 --- /dev/null +++ b/^ Top 2000s Music.NSP @@ -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 +} \ No newline at end of file diff --git a/^ Top 2010s Music.NSP b/^ Top 2010s Music.NSP new file mode 100644 index 0000000..c5fc15a --- /dev/null +++ b/^ Top 2010s Music.NSP @@ -0,0 +1,13 @@ +{ + "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 +} \ No newline at end of file diff --git a/^ Top 70s Music.NSP b/^ Top 70s Music.NSP new file mode 100644 index 0000000..648ba0c --- /dev/null +++ b/^ Top 70s Music.NSP @@ -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 +} \ No newline at end of file diff --git a/^ Top 80s Music.NSP b/^ Top 80s Music.NSP new file mode 100644 index 0000000..defecc1 --- /dev/null +++ b/^ Top 80s Music.NSP @@ -0,0 +1,13 @@ +{ + "title": "-Top 80s Music ;)", + "comment": "Top rated songs from the 1980's by the admin.", + "all": [ + { "any": [ + { "is": { "loved": true } }, + { "gt": { "rating": 2 } }] + }, + { "inTheRange": { "year": [1981, 1990] } } + ], + "sort": "-year,-rating,title", + "limit": 1000 +} \ No newline at end of file diff --git a/^ Top 90s Music.NSP b/^ Top 90s Music.NSP new file mode 100644 index 0000000..a72d810 --- /dev/null +++ b/^ Top 90s Music.NSP @@ -0,0 +1,13 @@ +{ + "title": "-Top 90s Music ;)", + "comment": "Top rated songs from the 1990's by the admin.", + "all": [ + { "any": [ + { "is": { "loved": true } }, + { "gt": { "rating": 2 } }] + }, + { "inTheRange": { "year": [1991, 2000] } } + ], + "sort": "-year,-rating,title", + "limit": 1000 +} \ No newline at end of file