Added the id3v2 frame USLT to read lyrics.

This commit is contained in:
Daniel Önnerby 2008-06-02 21:15:05 +00:00
parent c162f0e665
commit 26d6abf31d

View File

@ -223,6 +223,7 @@ bool TagReaderTaglib::GetID3v2Tag(musik::core::Track *track){
this->SetSlashSeparatedValues("org.artist",aAllTags["TOPE"],track);
this->SetTagValues("language",aAllTags["TLAN"],track);
this->SetTagValues("disc",aAllTags["TPOS"],track);
this->SetTagValues("lyrics",aAllTags["USLT"],track);
//////////////////////////////////////////////////////////////////////////////
// GENRES