beetbox / beets

music library manager and MusicBrainz tagger
http://beets.io/
MIT License
12.78k stars 1.82k forks source link

Files with names containing non-ASCII characters can't be fingerprinted (chroma + Windows) #569

Closed ogsy closed 10 years ago

ogsy commented 10 years ago
> beet import "C:\[snip]\Music\"
fingerprinting of 'c:\\[snip]\\Music\\Tagging\\21 Caf\xc3\xa9 Del Mar (Solar Stone Remix).mp3' failed: argument encoding failed
sampsyo commented 10 years ago

Thanks for the report. Sadly, this is due to a bug in Python 2 that will never be fixed. :cry:

See also: https://github.com/sampsyo/pyacoustid/blob/master/acoustid.py#L275