NBS-LLC / ng-spotify-importer

Import playlists into Spotify.
https://nickwanders.com/projects/ng-spotify-importer/
GNU General Public License v3.0
100 stars 17 forks source link

Remove 'the' from artist name in the Cleanup Unknown Songs feature #236

Open annsilin opened 1 year ago

annsilin commented 1 year ago

I have a csv file where there's a bunch of band names written with the word 'The' in the beginning ('The Red Hot Chili Peppers', 'The Bee Gees', etc.), while those artists names in Spotify are written without 'the' ('Red Hot Chili Peppers', 'Bee Gees', etc.), so the tool couldn't find these artists' songs on Spotify and I had to manually remove 'The' from artists' names. I assume there can be plenty of people who can face the same issue depending on their input data, so I think it would be great if Cleanup Unknown Songs feature had an option to remove the word 'The' in artist name. Overall thank you for your tool, it helped me with my research.