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
This commit is contained in:
Adam Miartus 2015-12-10 15:32:06 +01:00 committed by Tim-Philipp Müller
parent a62c7bd54c
commit 2bab28f494

View file

@ -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"},