wilsonyu2006 / mutagen

Automatically exported from code.google.com/p/mutagen
GNU General Public License v2.0
0 stars 0 forks source link

UnicodeDecodeError on mp3 #169

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Same issue as here https://github.com/devsnd/tinytag/issues/3 there is aslo 
test file. Mutagen skips artist, and some tags.

Original issue reported on code.google.com by ibrka...@gmail.com on 19 Feb 2014 at 7:30

GoogleCodeExporter commented 8 years ago
Thanks.

The utf-16 encoded text frames contain one trailing NULL byte too much. We 
already ignore them and warn for utf-8 (after encoding), so I guess we could do 
the same for utf-16.

Original comment by reiter.christoph@gmail.com on 22 Feb 2014 at 10:43

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 9e0a51eac671.

Original comment by reiter.christoph@gmail.com on 30 Jun 2014 at 12:19