mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
tag: id3: handle publisher, interpreted-by and musical-key tags
https://bugzilla.gnome.org/show_bug.cgi?id=705999
This commit is contained in:
parent
541c061ee8
commit
45edbacd23
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ static const GstTagEntryMatch tag_matches[] = {
|
||||||
{GST_TAG_ARTIST_SORTNAME, "TSOP"},
|
{GST_TAG_ARTIST_SORTNAME, "TSOP"},
|
||||||
{GST_TAG_ALBUM_SORTNAME, "TSOA"},
|
{GST_TAG_ALBUM_SORTNAME, "TSOA"},
|
||||||
{GST_TAG_TITLE_SORTNAME, "TSOT"},
|
{GST_TAG_TITLE_SORTNAME, "TSOT"},
|
||||||
|
{GST_TAG_PUBLISHER, "TPUB"},
|
||||||
|
{GST_TAG_INTERPRETED_BY, "TPE4"},
|
||||||
|
{GST_TAG_MUSICAL_KEY, "TKEY"},
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue