mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-01 17:58:29 +00:00
Added the id3v2 frame USLT to read lyrics.
This commit is contained in:
parent
c162f0e665
commit
26d6abf31d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user