filter out blues rock, rhythm and blues, and few artists that are supposedly "blues" related but not really.
This commit is contained in:
parent
2bb6b1b642
commit
9075511009
@ -5,8 +5,10 @@
|
||||
{"contains": {"genre": "Blues"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Acid Jazz"}},
|
||||
{"notContains": {"genre": "Blues Rock"}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"notContains": {"genre": "Rhythm and Blues"}},
|
||||
{"isNot": {"artist": "3OH!3"}},
|
||||
{"isNot": {"artist": "2Pac"}},
|
||||
{"isNot": {"artist": "50 Cent"}},
|
||||
@ -14,6 +16,7 @@
|
||||
{"isNot": {"artist": "Adele"}},
|
||||
{"isNot": {"artist": "Air"}},
|
||||
{"isNot": {"artist": "Alan Jackson"}},
|
||||
{"isNot": {"artist": "Alessia Cara"}},
|
||||
{"isNot": {"artist": "Amy Winehouse"}},
|
||||
{"isNot": {"artist": "The Black Crowes"}},
|
||||
{"isNot": {"artist": "Black Eyed Peas"}},
|
||||
@ -40,6 +43,7 @@
|
||||
{"isNot": {"artist": "George Strait"}},
|
||||
{"isNot": {"artist": "Gin Blossoms"}},
|
||||
{"isNot": {"artist": "Good Charlotte"}},
|
||||
{"isNot": {"artist": "Hank Williams, Jr."}},
|
||||
{"isNot": {"artist": "Hozier"}},
|
||||
{"isNot": {"artist": "Jessie Reyez"}},
|
||||
{"isNot": {"artist": "Jessie Reyez & Lil Wayne"}},
|
||||
@ -47,9 +51,13 @@
|
||||
{"isNot": {"artist": "Justin Timberlake"}},
|
||||
{"isNot": {"artist": "Justine & The Victorian Punks"}},
|
||||
{"isNot": {"artist": "Juvenile"}},
|
||||
{"isNot": {"artist": "Kehlani"}},
|
||||
{"isNot": {"artist": "Khruangbin"}},
|
||||
{"isNot": {"artist": "Kid Rock"}},
|
||||
{"isNot": {"artist": "Lana Del Rey"}},
|
||||
{"isNot": {"artist": "Led Zeppelin"}},
|
||||
{"isNot": {"artist": "Lil’ Kim"}},
|
||||
{"isNot": {"artist": "Lil' Kim"}},
|
||||
{"isNot": {"artist": "Linkin Park"}},
|
||||
{"isNot": {"artist": "Live"}},
|
||||
{"isNot": {"artist": "Ludacris"}},
|
||||
@ -61,10 +69,13 @@
|
||||
{"isNot": {"artist": "Nirvana"}},
|
||||
{"isNot": {"artist": "Project Pat"}},
|
||||
{"isNot": {"artist": "Rihanna"}},
|
||||
{"isNot": {"artist": "Sam Smith"}},
|
||||
{"isNot": {"artist": "Slightly Stoopid"}},
|
||||
{"isNot": {"artist": "Snoop Dogg"}},
|
||||
{"isNot": {"artist": "Swedish House Mafia"}},
|
||||
{"isNot": {"artist": "Tom Misch"}},
|
||||
{"isNot": {"artist": "The Beach Boys"}},
|
||||
{"isNot": {"artist": "Theory of a Deadman"}},
|
||||
{"isNot": {"artist": "Three Days Grace"}},
|
||||
{"isNot": {"artist": "Two Feet"}},
|
||||
{"isNot": {"artist": "Usher"}},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user