Compare commits

...

5 Commits

9 changed files with 24 additions and 26 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"title": "-Recently Added ;)", "title": "^ Recently Added ;)",
"comment": "Recently added music to the library.", "comment": "Recently added music to the library, within 90 days.",
"all": [ "all": [
{"any": [ {"any": [
{"inTheLast": {"dateadded": "90"}} {"inTheLast": {"dateadded": "90"}}
+4 -4
View File
@@ -1,12 +1,12 @@
{ {
"title": "-Top 2000s Music ;)", "title": "^ Top 2000s Music ;)",
"comment": "Top rated songs from the 2000's by the admin.", "comment": "Top rated songs from the 2000's.",
"all": [ "all": [
{ "any": [ { "any": [
{ "is": { "loved": true } }, { "is": { "loved": true } },
{ "gt": { "rating": 2 } }] { "gt": { "rating": 3 } }]
}, },
{ "inTheRange": { "year": [2001, 2011] } } { "inTheRange": { "year": [2000, 2009] } }
], ],
"sort": "-year,-rating,title", "sort": "-year,-rating,title",
"limit": 1000 "limit": 1000
+4 -4
View File
@@ -1,12 +1,12 @@
{ {
"title": "-Top 2010s Music ;)", "title": "^ Top 2010s Music ;)",
"comment": "Top rated songs from the 2010's by the admin.", "comment": "Top rated songs from the 2010's.",
"all": [ "all": [
{ "any": [ { "any": [
{ "is": { "loved": true } }, { "is": { "loved": true } },
{ "gt": { "rating": 2 } }] { "gt": { "rating": 3 } }]
}, },
{ "inTheRange": { "year": [2011, 2021] } } { "inTheRange": { "year": [2010, 2019] } }
], ],
"sort": "-year,-rating,title", "sort": "-year,-rating,title",
"limit": 1000 "limit": 1000
+4 -4
View File
@@ -1,12 +1,12 @@
{ {
"title": "-Top 70s Music ;)", "title": "^ Top 70s Music ;)",
"comment": "Top rated songs from the 1970's by the admin.", "comment": "Top rated songs from the 1970's.",
"all": [ "all": [
{ "any": [ { "any": [
{ "is": { "loved": true } }, { "is": { "loved": true } },
{ "gt": { "rating": 2 } }] { "gt": { "rating": 3 } }]
}, },
{ "inTheRange": { "year": [1971, 1980] } } { "inTheRange": { "year": [1970, 1979] } }
], ],
"sort": "-year,-rating,title", "sort": "-year,-rating,title",
"limit": 1000 "limit": 1000
+4 -4
View File
@@ -1,12 +1,12 @@
{ {
"title": "-Top 80s Music ;)", "title": "^ Top 80s Music ;)",
"comment": "Top rated songs from the 1980's by the admin.", "comment": "Top rated songs from the 1980's.",
"all": [ "all": [
{ "any": [ { "any": [
{ "is": { "loved": true } }, { "is": { "loved": true } },
{ "gt": { "rating": 2 } }] { "gt": { "rating": 3 } }]
}, },
{ "inTheRange": { "year": [1981, 1990] } } { "inTheRange": { "year": [1980, 1989] } }
], ],
"sort": "-year,-rating,title", "sort": "-year,-rating,title",
"limit": 1000 "limit": 1000
+4 -4
View File
@@ -1,12 +1,12 @@
{ {
"title": "-Top 90s Music ;)", "title": "^ Top 90s Music ;)",
"comment": "Top rated songs from the 1990's by the admin.", "comment": "Top rated songs from the 1990's.",
"all": [ "all": [
{ "any": [ { "any": [
{ "is": { "loved": true } }, { "is": { "loved": true } },
{ "gt": { "rating": 2 } }] { "gt": { "rating": 3 } }]
}, },
{ "inTheRange": { "year": [1991, 2000] } } { "inTheRange": { "year": [1990, 1999] } }
], ],
"sort": "-year,-rating,title", "sort": "-year,-rating,title",
"limit": 1000 "limit": 1000
-2
View File
@@ -20,8 +20,6 @@
{"isNot": {"artist": "Coldplay"}}, {"isNot": {"artist": "Coldplay"}},
{"isNot": {"artist": "eevee"}}, {"isNot": {"artist": "eevee"}},
{"isNot": {"artist": "Elijah Who"}}, {"isNot": {"artist": "Elijah Who"}},
{"isNot": {"artist": "eevee"}},
{"isNot": {"artist": "Elijah Who"}},
{"isNot": {"artist": "Hollywood Undead"}}, {"isNot": {"artist": "Hollywood Undead"}},
{"isNot": {"artist": "Katy Perry"}}, {"isNot": {"artist": "Katy Perry"}},
{"isNot": {"artist": "Kero Kero Bonito"}}, {"isNot": {"artist": "Kero Kero Bonito"}},
+1 -1
View File
@@ -3,7 +3,7 @@
"comment": "The highest rated Singer-Songwriter music.", "comment": "The highest rated Singer-Songwriter music.",
"all": [ "all": [
{"contains": {"genre": "Singer-Songwriter"}}, {"contains": {"genre": "Singer-Songwriter"}},
{"gt": {"rating": 2}}, {"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}}, {"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}} {"notContains": {"genre": "Latin"}}
], ],
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"title": "' Christmas Music ;)", "title": "_ Christmas Music ;)",
"comment": "All Christmas Music", "comment": "All Christmas Music",
"all": [ "all": [
{"any": [ {"any": [