kalbhor / MusicRepair

Fixes music metadata and adds album art.
MIT License
596 stars 43 forks source link

Improve songname funciton #6

Closed moyiz closed 7 years ago

moyiz commented 7 years ago

Improve songname: Replacing the repls dict with a list of characters to replace with space, and a list of words (case insensitive) to remove Improve extracting filename without the extension Remove duplicate and unnecessary spaces

kalbhor commented 7 years ago

This makes more sense and is more readable. Thanks for helping out.