Commit 46704c11 authored by Uwe L. Korn's avatar Uwe L. Korn Committed by Jean-Baptiste Kempf

taglib: Support reading AlbumArtist from ID3v2 and Ogg

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent ff555c6d
......@@ -371,6 +371,7 @@ static void ReadMetaFromId3v2( ID3v2::Tag* tag, demux_meta_t* p_demux_meta, vlc_
SET( "TENC", EncodedBy );
SET( "TLAN", Language );
SET( "TPUB", Publisher );
SET( "TPE2", AlbumArtist );
#undef SET
......@@ -517,6 +518,7 @@ static void ReadMetaFromXiph( Ogg::XiphComment* tag, demux_meta_t* p_demux_meta,
SET( "RATING", Rating );
SET( "LANGUAGE", Language );
SET( "MUSICBRAINZ_TRACKID", TrackID );
SET( "ALBUMARTIST", AlbumArtist );
SET_EXTRA( "MUSICBRAINZ_ALBUMID", VLC_META_EXTRA_MB_ALBUMID );
#undef SET
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment