WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [Solved] mp3 tag problem in xmms  (Read 2731 times)

Offline marquitico

  • Newbie
  • *
  • Posts: 41
[Solved] mp3 tag problem in xmms
« on: April 30, 2011, 09:46:23 PM »
The skinny:

Regarding mp3 tags, what does this error mean?

Code: [Select]
Conversion not supported. Charsets: UTF-16 -> ANSI_X3.4-1968
The long-winded version:

Several mp3 files produce garbage characters in xmms's display instead of the file info from the tags (song name, artist name, et cetera). If I run xmms from the command line with the file in question, I get the error quoted above. I have verified that the tags from the same files display correctly in Windows, and also in a few other Linuxes.

I understand locales and character sets very little, so any help is appreciated. These mp3s are Amazon downloads, in case anyone's curious. Other mp3s in my collection have tags that display just fine.

If it's simply a question of adding locale support, I'd prefer to do that rather than running around re-tagging all these songs by hand, as there are quite a few.

MicroCore 2.10, Xorg-7.4, xmms (gtk1 version)

Thank you.
« Last Edit: May 02, 2011, 12:24:44 PM by marquitico »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: mp3 tag problem in xmms
« Reply #1 on: May 01, 2011, 07:54:02 AM »
Short: Install glibc_gconv (or whatever it's called).

Long: glibc character set conversion data is not included by default.
The only barriers that can stop you are the ones you create yourself.

Offline marquitico

  • Newbie
  • *
  • Posts: 41
Re: mp3 tag problem in xmms
« Reply #2 on: May 02, 2011, 12:19:49 PM »
Oh, brilliant. Thank you!