mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
18 lines
413 B
Python
18 lines
413 B
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"
|
|
}
|