[gstreamer-bugs] [Bug 149274] [PATCH] gst-plug mad gets id3v2 text tags in wrong encoding

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Wed Jan 26 04:47:57 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=149274
 GStreamer | gst-plugins | Ver: 0.8.2





------- Additional Comments From Tim-Philipp Müller  2005-01-26 07:47 -------
Try again with current CVS.

Depending on what your locale encoding is, you might need to set the appropriate
environment variable, e.g. like this (if you use bash):

  % export GST_ID3_TAG_ENCODING=CP1251
  % rhythmbox

or

  % GST_ID3_TAG_ENCODING=CP1251 rhythmbox


With the two test files provided I get (let's see how bugzilla handles unicode):

% GST_ID3_TAG_ENCODING=CP1251 gst-launch-0.8 -t filesrc location=f0000873.mp3 !
decodebin ! audio/x-raw-int ! fakesink
Running pipeline ...
Found tag: found by element »id3demux0«
          Title: Баллада о борьбе
         Artist: Высоцкий Владимир
          Album: http://mp3.tula.ru
        Comment: Средь оплывших свечей и вечерн

 % GST_ID3_TAG_ENCODING=CP1251 gst-launch-0.8 -t filesrc
location=16-7b_-_poslednii_geroi_128_lame_cbr.mp3 ! decodebin ! audio/x-raw-int
! fakesink
Running pipeline ...
Found tag: found by element »id3demux0«
          Title: 7Б - Последний герой
         Artist: Сборники Рок-музыки
          Album: Последний герой - Песни для г
          Genre: Other
           Date: 730851
Cheers 
 -Tim


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list