Commit a86b2cb4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

APE/MPC/WV: support TotalTrack

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent cb4a20b9
......@@ -139,6 +139,13 @@ static void ReadMetaFromAPE( APE::Tag* tag, demux_meta_t*, vlc_meta_t* p_meta )
SET( "PUBLISHER", Publisher );
#undef SET
/* */
item = tag->itemListMap()["TRACK"];
if( !item.isEmpty() )
{
ExtractTrackNumberValues( p_meta, item.toString().toCString( true ) );
}
}
......
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