exclude christmas music and/or latin music
This commit is contained in:
parent
0c0ab39e63
commit
557073f140
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user