From 97ed269421157530bed7591dc8abeacef62970ce Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sun, 7 Jun 2026 11:43:31 -0400 Subject: [PATCH] fix: update titles, comments, and rating thresholds for accurate decade playlists --- ^ Top 2000s Music.NSP | 8 ++++---- ^ Top 2010s Music.NSP | 8 ++++---- ^ Top 70s Music.NSP | 8 ++++---- ^ Top 80s Music.NSP | 8 ++++---- ^ Top 90s Music.NSP | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/^ Top 2000s Music.NSP b/^ Top 2000s Music.NSP index 8b0fc82..5e62808 100644 --- a/^ Top 2000s Music.NSP +++ b/^ Top 2000s Music.NSP @@ -1,12 +1,12 @@ { - "title": "-Top 2000s Music ;)", - "comment": "Top rated songs from the 2000's by the admin.", + "title": "^ Top 2000s Music ;)", + "comment": "Top rated songs from the 2000's.", "all": [ { "any": [ { "is": { "loved": true } }, - { "gt": { "rating": 2 } }] + { "gt": { "rating": 3 } }] }, - { "inTheRange": { "year": [2001, 2011] } } + { "inTheRange": { "year": [2000, 2009] } } ], "sort": "-year,-rating,title", "limit": 1000 diff --git a/^ Top 2010s Music.NSP b/^ Top 2010s Music.NSP index c5fc15a..e6f992d 100644 --- a/^ Top 2010s Music.NSP +++ b/^ Top 2010s Music.NSP @@ -1,12 +1,12 @@ { - "title": "-Top 2010s Music ;)", - "comment": "Top rated songs from the 2010's by the admin.", + "title": "^ Top 2010s Music ;)", + "comment": "Top rated songs from the 2010's.", "all": [ { "any": [ { "is": { "loved": true } }, - { "gt": { "rating": 2 } }] + { "gt": { "rating": 3 } }] }, - { "inTheRange": { "year": [2011, 2021] } } + { "inTheRange": { "year": [2010, 2019] } } ], "sort": "-year,-rating,title", "limit": 1000 diff --git a/^ Top 70s Music.NSP b/^ Top 70s Music.NSP index 648ba0c..df8b859 100644 --- a/^ Top 70s Music.NSP +++ b/^ Top 70s Music.NSP @@ -1,12 +1,12 @@ { - "title": "-Top 70s Music ;)", - "comment": "Top rated songs from the 1970's by the admin.", + "title": "^ Top 70s Music ;)", + "comment": "Top rated songs from the 1970's.", "all": [ { "any": [ { "is": { "loved": true } }, - { "gt": { "rating": 2 } }] + { "gt": { "rating": 3 } }] }, - { "inTheRange": { "year": [1971, 1980] } } + { "inTheRange": { "year": [1970, 1979] } } ], "sort": "-year,-rating,title", "limit": 1000 diff --git a/^ Top 80s Music.NSP b/^ Top 80s Music.NSP index defecc1..f1279da 100644 --- a/^ Top 80s Music.NSP +++ b/^ Top 80s Music.NSP @@ -1,12 +1,12 @@ { - "title": "-Top 80s Music ;)", - "comment": "Top rated songs from the 1980's by the admin.", + "title": "^ Top 80s Music ;)", + "comment": "Top rated songs from the 1980's.", "all": [ { "any": [ { "is": { "loved": true } }, - { "gt": { "rating": 2 } }] + { "gt": { "rating": 3 } }] }, - { "inTheRange": { "year": [1981, 1990] } } + { "inTheRange": { "year": [1980, 1989] } } ], "sort": "-year,-rating,title", "limit": 1000 diff --git a/^ Top 90s Music.NSP b/^ Top 90s Music.NSP index a72d810..b830655 100644 --- a/^ Top 90s Music.NSP +++ b/^ Top 90s Music.NSP @@ -1,12 +1,12 @@ { - "title": "-Top 90s Music ;)", - "comment": "Top rated songs from the 1990's by the admin.", + "title": "^ Top 90s Music ;)", + "comment": "Top rated songs from the 1990's.", "all": [ { "any": [ { "is": { "loved": true } }, - { "gt": { "rating": 2 } }] + { "gt": { "rating": 3 } }] }, - { "inTheRange": { "year": [1991, 2000] } } + { "inTheRange": { "year": [1990, 1999] } } ], "sort": "-year,-rating,title", "limit": 1000