fix: update titles, comments, and rating thresholds for accurate decade playlists
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+4
-4
@@ -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
|
||||
|
||||
+4
-4
@@ -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
|
||||
|
||||
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user