[gstreamer-bugs] [Bug 167639] Support MusicBrainz metadata tags

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Feb 18 05:16:36 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=167639
 GStreamer | gstreamer (core) | Ver: 0.8.9

Ross Burton changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #37573|0                           |1
        is obsolete|                            |
  Attachment #37572|0                           |1
        is obsolete|                            |



------- Additional Comments From Ross Burton  2005-02-18 08:16 -------
Created an attachment (id=37637)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=37637&action=view)
Map the MB tag names to Ogg tags

OK, how about this.

The patch tells the Ogg tag mapper how to convert from "musicbrainz-trackid"
(etc) to Ogg tags.  If an application wants to use these tags, it has to do
this:

gst_tag_register ("musicbrainz-trackid", GST_TAG_FLAG_META, G_TYPE_STRING,
NULL, NULL, NULL);
(etc)

If this approach is good, I'll try and implement the mapping for ID3 tags too.

------- 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