mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
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:
parent
a62c7bd54c
commit
2bab28f494
1 changed files with 1 additions and 0 deletions
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue