tag: id3: handle publisher, interpreted-by and musical-key tags
authorMatthieu Bouron <matthieu.bouron@collabora.com>
Wed, 14 Aug 2013 15:20:45 +0000 (16:20 +0100)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 20 Aug 2013 12:44:55 +0000 (14:44 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=705999

gst-libs/gst/tag/gstid3tag.c

index c23ac9b..95d6df8 100644 (file)
@@ -110,6 +110,9 @@ static const GstTagEntryMatch tag_matches[] = {
   {GST_TAG_ARTIST_SORTNAME, "TSOP"},
   {GST_TAG_ALBUM_SORTNAME, "TSOA"},
   {GST_TAG_TITLE_SORTNAME, "TSOT"},
+  {GST_TAG_PUBLISHER, "TPUB"},
+  {GST_TAG_INTERPRETED_BY, "TPE4"},
+  {GST_TAG_MUSICAL_KEY, "TKEY"},
   {NULL, NULL}
 };