mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
76 lines
1.9 KiB
Python
76 lines
1.9 KiB
Python
ARTIST_SPLIT_IGNORE_LIST = {
|
|
"AC/DC",
|
|
"Bob marley & the wailers",
|
|
"Crosby, Stills, Nash & Young",
|
|
"Smith & Thell",
|
|
"Peter, Paul & Mary",
|
|
"Simon & Garfunkel",
|
|
"Judy & Mary",
|
|
"Florence & The Machine",
|
|
"Belle & Sebastian",
|
|
"C&C Music Factory",
|
|
"C & C Music Factory",
|
|
"FO&O",
|
|
"The Product G&B",
|
|
"Big Brother and the Holding Company",
|
|
"Tyler, The Creator",
|
|
"Eric B. & Rakim",
|
|
"DJ Jazzy Jeff & The Fresh Prince",
|
|
"Rob Base & DJ E-Z Rock",
|
|
"Nick Cave & the Bad Seeds",
|
|
"For King + Country",
|
|
"For King & Country",
|
|
"Robson & Jerome",
|
|
"Charles & Eddie",
|
|
"Womack & Womack",
|
|
"Pepsi & Shirlie",
|
|
"Mel & Kim",
|
|
"Wendy & Lisa",
|
|
"Tony! Toni! Toné!",
|
|
"Phillips, Craig & Dean",
|
|
"Crosby & Nash",
|
|
"Blood, Sweat & Tears",
|
|
"Mike + The Mechanics",
|
|
"Earth, Wind & Fire",
|
|
"Emerson, Lake & Palmer",
|
|
"Mumford & Sons",
|
|
"Hall & Oates",
|
|
"Tom Petty & The Heartbreakers",
|
|
"Sly & the Family Stone",
|
|
"Booker T. & the M.G.'s",
|
|
"KC & the Sunshine Band",
|
|
"Huey Lewis & the News",
|
|
"Joan Jett & the Blackhearts",
|
|
"Echo & the Bunnymen",
|
|
"Katrina & the Waves",
|
|
"Gladys Knight & the Pips",
|
|
"Martha & the Vandellas",
|
|
"? and the Mysterians",
|
|
"Kool & the Gang",
|
|
"Josie & the Pussycats",
|
|
"Dan + Shay",
|
|
"Brooks & Dunn",
|
|
"Peaches & Herb",
|
|
"Seals & Crofts",
|
|
"Loggins & Messina",
|
|
"England Dan & John Ford Coley",
|
|
"Ashford & Simpson",
|
|
"Sam & Dave",
|
|
"Ike & Tina Turner",
|
|
"Sonny & Cher",
|
|
"Captain & Tennille",
|
|
"Hootie & the Blowfish",
|
|
"Diana Ross & the Supremes",
|
|
"Herb Alpert & the Tijuana Brass",
|
|
"The Mamas & the Papas",
|
|
"Gerry & the Pacemakers",
|
|
"Chloe x Halle",
|
|
"Durand Jones & The Indications",
|
|
"St. Paul & The Broken Bones",
|
|
"Nathaniel Rateliff & The Night Sweats",
|
|
"Aly & AJ",
|
|
"Maddie & Tae",
|
|
"Nico & Vinz",
|
|
"Yusuf / Cat Stevens"
|
|
}
|