perezpaya / Spotijay

Useful tool that allows you to get tracks from your premium subscription in 320kbps and keep them synced
MIT License
90 stars 11 forks source link

IDv3 tags including special characters are not written correctly #7

Open tim-gp opened 9 years ago

tim-gp commented 9 years ago

Try The xx - Reunion (Âme Remix)

perezpaya commented 9 years ago

That's a known bug, I've always wanted to fix. The problem is that eyeD3 it's returns error when you try to tag a song with some special characters in the title, album, etc.

perezpaya commented 9 years ago

One possible solution could be to use a iconv or something like that to convert the special chars to a similar character. For example: ç will be c or ñ will be n

tim-gp commented 9 years ago

Have you tried --set-encoding with eyeD3?

On 13 Jan 2015, at 21:55, Alejandro Perezpayá notifications@github.com wrote:

One possible solution could be to use a iconv or something like that to convert the special chars to a similar character. For example: ç will be c or ñ will be n

— Reply to this email directly or view it on GitHub.