[opensuse] CLI id3 tag editor with UTF-8 support
Is there a command-line id3 tag editor that supports UTF-8? I have tried python-eyeD3 and id3v2, neither seems to properly support UTF-8. To test I tried (among others): id3v2 -a ö test.mp3 eyeD3 -a ö test.mp3 eyeD3 --remove-all --set-encoding utf8 -a ö test.mp3 All of which set the artist field to "ö" and not to "ö" as can be seen in konqueror/amarok. My LANG is set to en_GB.UTF-8 Tom -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 2007. 12. 31., Monday 12:46:57 benefici@fastmail.fm wrote:
Is there a command-line id3 tag editor that supports UTF-8? I have tried python-eyeD3 and id3v2, neither seems to properly support UTF-8.
To test I tried (among others): id3v2 -a ö test.mp3 eyeD3 -a ö test.mp3 eyeD3 --remove-all --set-encoding utf8 -a ö test.mp3
All of which set the artist field to "ö" and not to "ö" as can be seen in konqueror/amarok.
My LANG is set to en_GB.UTF-8
The maintainer of python-eyeD3 has fixed this bug very quickly: http://trac.nicfit.net/eyeD3/changeset/856 Tom -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (1)
-
benefici@fastmail.fm