[gstreamer-bugs] [Bug 629039] New: id3v2mux and id3mux do not pass "compilation" and "albumartist" tags through

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 8 02:32:09 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=629039
  GStreamer | common | unspecified

           Summary: id3v2mux and id3mux do not pass "compilation" and
                    "albumartist" tags through
    Classification: Desktop
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: common
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: barthelemy at crans.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=169744)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=169744)
test script and (copyright free) test audio files

While using gstreamer with id3v2mux to convert flac files to mp3, I noticed
that some tags presents in the flac where not present in the mp3.

Namely, the "compilation=1" and "albumartist=Various Artists" in the tags
should have been converted into "TCMP=1" and "TPE2=Various Artists" in the mp3
file, but are not.

This is patent when you use iTunes, because it screws up cover flow.

Additional tests showed that
1) id3v2mux successfully passed the tags if both input and output files where
mp3
2) id3mux failed with both input files.

In short the test matrix is:

  flac --id3v2mux--> mp3 KO
  flac --id3mux----> mp3 KO
  mp3  --id3v2mux--> mp3 OK
  mp3  --id3mux----> mp3 KO

I use id3v2mux 0.10.21 and id3mux 0.10.18 on an ubuntu lucid computer.

I'll attach the conversion script and the audio files. I created the audio
files for the occasion and tagged them with picard.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list