From 2bab28f4944eebc96b7693f849207850baed326c Mon Sep 17 00:00:00 2001 From: Adam Miartus Date: Thu, 10 Dec 2015 15:32:06 +0100 Subject: [PATCH] tag: id3v2: read conductor tag ID3v2 features the TPE3 info frame, which contains information about the conductor. https://bugzilla.gnome.org/show_bug.cgi?id=762451 --- gst-libs/gst/tag/gstid3tag.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/tag/gstid3tag.c b/gst-libs/gst/tag/gstid3tag.c index 383e411..e2cec57 100644 --- a/gst-libs/gst/tag/gstid3tag.c +++ b/gst-libs/gst/tag/gstid3tag.c @@ -95,6 +95,7 @@ static const GstTagEntryMatch tag_matches[] = { {GST_TAG_ARTIST, "TPE1"}, {GST_TAG_ALBUM_ARTIST, "TPE2"}, {GST_TAG_COMPOSER, "TCOM"}, + {GST_TAG_CONDUCTOR, "TPE3"}, {GST_TAG_COPYRIGHT, "TCOP"}, {GST_TAG_COPYRIGHT_URI, "WCOP"}, {GST_TAG_ENCODED_BY, "TENC"}, -- 2.7.4