[gstreamer-bugs] [Bug 537021] cdio does not propagate the album and artist tag

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jun 9 01:54:49 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=537021

  GStreamer | gst-plugins-good | Ver: HEAD CVS

Benjamin Kampmann changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED




------- Comment #4 from Benjamin Kampmann  2008-06-09 08:54 UTC -------
@ Tim Phillip Müller:
The problem is that cdtext also supports a general Artist and Title for the CD
but the API of cdio does not exactly allow you to give it. Because of this they
have the work-around that you get these values, when you do cdio_get_cdtext for
track 0. Then you get again title and artist, but for the album.

The point is that gst_cdio_get_cdtext always modifies the tags ARTIST and
TITLE. This is meant to be like this because gst-cdio always propagates the
metadata of the current text. This new method I created uses the same
cdio_get_cdtext call (for track 0) but writes the values to other tags (to
GENRE and ALBUM).


@ Sebastian Dröge:
GST_TAG_ARTIST is already used for the Metadata of each track. IMHO (as I don't
exaclty understand the difference between ARTIST and PERFORMER in Gstreamer
context) the Artist of an Album is the Main-Artist that is responsible for the
whole recording and then you have the PERFORMER(s) for a single Track. That is
even better usable for Samplers. The problem about this is, that it kind of
brakes the API as cdio at the moment sends the artist as the artist of each
track.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=537021.




More information about the Gstreamer-bugs mailing list