Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bee652903 | |||
| 2563a8bd75 | |||
| e363af7e49 | |||
| a45e10f164 | |||
| 97ed269421 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "-Recently Added ;)",
|
||||
"comment": "Recently added music to the library.",
|
||||
"title": "^ Recently Added ;)",
|
||||
"comment": "Recently added music to the library, within 90 days.",
|
||||
"all": [
|
||||
{"any": [
|
||||
{"inTheLast": {"dateadded": "90"}}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -20,8 +20,6 @@
|
||||
{"isNot": {"artist": "Coldplay"}},
|
||||
{"isNot": {"artist": "eevee"}},
|
||||
{"isNot": {"artist": "Elijah Who"}},
|
||||
{"isNot": {"artist": "eevee"}},
|
||||
{"isNot": {"artist": "Elijah Who"}},
|
||||
{"isNot": {"artist": "Hollywood Undead"}},
|
||||
{"isNot": {"artist": "Katy Perry"}},
|
||||
{"isNot": {"artist": "Kero Kero Bonito"}},
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"comment": "The highest rated Singer-Songwriter music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Singer-Songwriter"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}}
|
||||
],
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "' Christmas Music ;)",
|
||||
"title": "_ Christmas Music ;)",
|
||||
"comment": "All Christmas Music",
|
||||
"all": [
|
||||
{"any": [
|
||||
|
||||
Reference in New Issue
Block a user