After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 568122 - gstreamer MP3 tags are NOT compatible with MOST Mp3 Players - Need to add v2.3 tags
gstreamer MP3 tags are NOT compatible with MOST Mp3 Players - Need to add v2....
Status: RESOLVED DUPLICATE of bug 459226
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.x
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-17 20:24 UTC by Rob
Modified: 2009-01-22 13:02 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Rob 2009-01-17 20:24:41 UTC
I just ripped a CD into MP3 tracks and imported the tracks into my Sansa Fuze MP3 Player using Sound Juicer.  The MP3's played just fine but the Fuze did NOT recognize or read the MP3 ID3 Tags.  

After doing some digging, I discovered that Sound Juicer (via gstreamer) created MP3 ID3 Version 2.4 tags.  Most MP3 Players on the market do NOT read version 2.4 tags.  (Sanze Fuze, Sony Walkman MP3 players etc).  But most can read version 2.3 ID3 tags.

I discovered that you can compile and install another gstreamer plugin (called id3v23mux) that will create mp3 ID3 version 2.3 tags.  In Sound Juicer or Rhythmbox, you cam modify the gstreamer pipeline for the MP3 encoding and replace the default tag generator, id3v2mux, with a tag generator that creates version 2.3 tags, id3v23mux.  I tried it and it works great.

See http://bugzilla.gnome.org/show_bug.cgi?id=459226
Emmanuel Rodriguez did a great job developing the necessary code.  A link to the source code is in this post.

It would be great if this id3v23mux plugin was also included in gstreamer.  It would give people the option of encoding mp3 ID3 tags into the version 2.3 format.  As mentioned, many, if not most, MP3 players today can only read version 2.3 tags (NOT version 2.4 tags).

Rob
P.S.  Tested Sound Juicer (and Rhythmbox) on Ubuntu Hardy Heron with a Sanza Fuze MP3 Player.
Comment 1 Sebastian Dröge (slomo) 2009-01-22 13:02:28 UTC

*** This bug has been marked as a duplicate of 459226 ***