GNOME Bugzilla – Bug 414496
[id3demux, id3v2mux] Add support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag
Last modified: 2007-03-12 15:50:41 UTC
The GST_TAG_MUSICBRAINZ_SORTNAME maps the TSOP id3v2.4 tag "Performer sort order". Here are two patches to add read support in gst-plugins-base and write support gst-plugins-good.
Created attachment 83871 [details] [review] Support in gst-plugins-base
Created attachment 83872 [details] [review] id3v2mux support
* gst-libs/gst/tag/gstid3tag.c: Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag. Fixes #414496. * ext/taglib/gstid3v2mux.cc: Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag. Fixes #414496.
Thanks for committing my patch, works fine. (PS. I know it's only a two-line patch, but isn't it normal custom to note the patch contributor by a "Patch by: " in the ChangeLog?)
Yep, sure is. Added in both commits on Wtay's behalf, since he's currently off in Brazil: Patch by: Alex Lancaster <alexl at ...>