Files
swingmusic-extended/src/swingmusic/data/__init__.py
T
2026-01-02 10:43:59 +03:00

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"
}