casualsnek / onthespot

qt based music downloader written in python
GNU General Public License v2.0
741 stars 53 forks source link

Titles/albums/artists are being sanitized #78

Open korororon opened 11 months ago

korororon commented 11 months ago

I noticed the application sanitizes quite a few common symbols like : and even question marks in titles/albums/artists, is it possible to make this string manipulation a toggle instead of the default behavior? That would make it easier to sync last.fm data with the tracks from spotify for example, since the naming could be set up to be the same.

I believe sanitize_data is the one responsible for it in spotify.py

bulasag commented 7 months ago

I've found the opposite: that it fails to sanitise symbols 🤔 For example, song 3:15 by Bazzi- this fails to download for me.

Maybe the bug is inconsistent in nature.,

ojamin commented 5 months ago

Can confirm special chars in track names are causing issues