leosongwei / mutagen

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

No ID3v2 write support!!!! #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you attempt to write an ID3 tag using unicode values you'll get a unicode 
decode error. ID3v2 says you have to support unicode! There's a function 
"MakeID3v1" which returns a tag string from an ID3 object, yet no matching 
function for ID3v2.

Original issue reported on code.google.com by peter.be...@gmail.com on 30 Nov 2010 at 1:56

GoogleCodeExporter commented 9 years ago
I suggest you look through the tutorial, or use EasyID3. I am certain Mutagen's 
unicode support did not break overnight. If you need help with the API, the 
Quod Libet mailing list is the right place to ask.

If you have a concrete bug report, like a traceback or a file that does not 
work, this is the appropriate place to post it.

Original comment by joe.wreschnig@gmail.com on 30 Nov 2010 at 9:43