From 27a572bc9a3422a375d719e8ff841b30f9fdeb5d Mon Sep 17 00:00:00 2001 From: wanji Date: Fri, 2 Jan 2026 11:16:23 +0300 Subject: [PATCH] update artist split ignore list --- src/swingmusic/data/__init__.py | 59 ++++++++++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/src/swingmusic/data/__init__.py b/src/swingmusic/data/__init__.py index 3d6d3f4b..324a7f8c 100644 --- a/src/swingmusic/data/__init__.py +++ b/src/swingmusic/data/__init__.py @@ -13,5 +13,62 @@ ARTIST_SPLIT_IGNORE_LIST = { "FO&O", "The Product G&B", "Big Brother and the Holding Company", - "Tyler, The Creator" + "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" }