Compare commits

...

5 Commits

22 changed files with 28 additions and 17 deletions

View File

@ -8,8 +8,8 @@
{"contains": {"album": "Christmas"}},
{"contains": {"title": "Christmas"}},
{"contains": {"title": "Rudolph"}},
{"isNot": {"artist": "Kodak Black"}}
]},
{"isNot": {"artist": "Kodak Black"}},
{"isNot": {"artist": "Troy Ave"}},
{"isNot": {"album": "AN ICEBERG BIG CHRISTMAS"}}
],

View File

@ -3,7 +3,7 @@
"comment": "The highest rated Country Contemporary music.",
"all": [
{"contains": {"genre": "Contemporary Country"}},
{"gt": {"rating": 3}}
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}}
],
"sort": "dateModified",

View File

@ -12,8 +12,7 @@
{"contains": {"genre": "Edm"}},
{"contains": {"genre": "Indietronica"}},
{"contains": {"genre": "Trance"}},
{"contains": {"genre": "Synth"}},
{"notContains": {"genre": "Latin"}}
{"contains": {"genre": "Synth"}}
]},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},

View File

@ -5,6 +5,7 @@
]},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}},
{"isNot": {"artist": "BTS"}},
{"isNot": {"artist": "Postmodern Jukebox"}}
],

View File

@ -7,6 +7,7 @@
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Folk Pop"}},
{"notContains": {"genre": "Folk Rock"}},
{"notContains": {"genre": "Latin"}},
{"isNot": {"artist": "Creed"}}
],
"sort": "dateModified",

View File

@ -7,6 +7,7 @@
]},
{"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}},
{"isNot": {"artist": "Amy Winehouse"}},
{"isNot": {"artist": "Elvis Presley"}},
{"isNot": {"artist": "Josh Turner"}},

View File

@ -6,7 +6,8 @@
{"contains": {"genre": "House"}}
]},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}}
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}}
],
"sort": "dateModified",
"order": "desc",

View File

@ -6,7 +6,8 @@
{"contains": {"genre": "Indie"}}
]},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}}
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}}
],
"sort": "dateModified",
"limit": 2000

View File

@ -9,6 +9,7 @@
]},
{"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}}
],
"sort": "dateModified",
"order": "desc",

View File

@ -4,7 +4,8 @@
"all": [
{"contains": {"genre": "Pop"}},
{"gt": {"rating": 3}},
{"notcontains": {"album": "Christmas"}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}},
{"isNot": {"artist": "2Pac"}},
{"isNot": {"artist": "3 Doors Down"}},
{"isNot": {"artist": "50 Cent"}},

View File

@ -4,7 +4,8 @@
"all": [
{"contains": {"genre": "Post-Hardcore"}},
{"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}}
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}}
],
"sort": "dateModified",
"order": "desc",

View File

@ -6,6 +6,7 @@
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Cyberpunk"}},
{"notContains": {"genre": "Latin"}},
{"notContains": {"genre": "Proto-Punk"}},
{"isNot": {"artist": "The Goo Goo Dolls"}},
{"isNot": {"artist": "Olivia Rodrigo"}},

View File

@ -8,6 +8,7 @@
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "instrumental"}},
{"notContains": {"genre": "Latin"}},
{"notContains": {"genre": "Rap Metal"}},
{"notContains": {"genre": "Trap Edm"}},
{"isNot": {"artist": "Beastie Boys"}},

View File

@ -5,6 +5,7 @@
{"contains": {"genre": "Reggae"}},
{"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}},
{"notContains": {"genre": "Reggaeton"}},
{"isNot": {"artist": "Bruno Mars"}},
{"isNot": {"artist": "Don Omar"}},

View File

@ -11,6 +11,7 @@
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Electropop"}},
{"notContains": {"genre": "Jazz"}},
{"notContains": {"genre": "Latin"}},
{"notContains": {"genre": "Pop Rap"}},
{"isNot": {"artist": "Coldplay"}},
{"isNot": {"artist": "Justin Bieber"}},

View File

@ -5,6 +5,7 @@
{"contains": {"genre": "Rock"}},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}},
{"notContains": {"genre": "Piano Rock"}},
{"notContains": {"genre": "Pop Rock"}},
{"notContains": {"genre": "Rap Rock"}},

View File

@ -4,7 +4,8 @@
"all": [
{"contains": {"genre": "Singer-Songwriter"}},
{"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}}
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}}
],
"sort": "dateModified",
"order": "desc",

View File

@ -5,6 +5,7 @@
{"contains": {"genre": "Synth"}},
{"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}},
{"notContains": {"genre": "Synth-Pop"}}
],
"sort": "dateModified",

View File

@ -4,7 +4,7 @@
"all": [
{"contains": {"genre": "Trance"}}
{"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}}
{"notContains": {"genre": "Christmas Music"}},
],
"sort": "dateModified",
"order": "desc",

View File

@ -4,7 +4,8 @@
"all": [
{"contains": {"genre": "Vocal"}},
{"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}}
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}}
],
"sort": "dateModified",
"order": "desc",

View File

@ -3,9 +3,7 @@
"comment": "Songs that have not been played yet.",
"all": [
{"is": {"playCount": 0}},
{"notContains": {"genre": "Podcasts"}},
{"isNot": {"artist": "Graham Cluley & Carole Theriault"}},
{"isNot": {"artist": "freeCodeCamp Podcast"}}
{"notContains": {"genre": "Podcasts"}}
],
"sort": "dateadded",
"order": "desc",

View File

@ -3,9 +3,7 @@
"comment": "Songs that need to be rated.",
"all": [
{"is": {"rating": 0}},
{"notContains": {"genre": "Podcasts"}},
{"isNot": {"artist": "Graham Cluley & Carole Theriault"}},
{"isNot": {"artist": "freeCodeCamp Podcast"}}
{"notContains": {"genre": "Podcasts"}}
],
"sort": "dateadded",
"order": "desc",