Compare commits
5 Commits
892f55ff29
...
93f4778d12
| Author | SHA1 | Date | |
|---|---|---|---|
| 93f4778d12 | |||
| 557073f140 | |||
| 0c0ab39e63 | |||
| 9f12e45c25 | |||
| 45bacdd450 |
@ -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"}}
|
||||
],
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"}},
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"isNot": {"artist": "BTS"}},
|
||||
{"isNot": {"artist": "Postmodern Jukebox"}}
|
||||
],
|
||||
|
||||
@ -7,6 +7,7 @@
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Folk Pop"}},
|
||||
{"notContains": {"genre": "Folk Rock"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"isNot": {"artist": "Creed"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
@ -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"}},
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
]},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@ -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"}},
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"}},
|
||||
|
||||
@ -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"}},
|
||||
|
||||
@ -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"}},
|
||||
|
||||
@ -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"}},
|
||||
|
||||
@ -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"}},
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
{"contains": {"genre": "Synth"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"notContains": {"genre": "Synth-Pop"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
"all": [
|
||||
{"contains": {"genre": "Trance"}}
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user