tag: id3: handle publisher, interpreted-by and musical-key tags

https://bugzilla.gnome.org/show_bug.cgi?id=705999
This commit is contained in:
Matthieu Bouron 2013-08-14 16:20:45 +01:00 committed by Sebastian Dröge
parent 541c061ee8
commit 45edbacd23

View 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}
};