read #GENRE tag from DWI files
This commit is contained in:
@@ -422,6 +422,12 @@ bool DWILoader::LoadFromDir( const RString &sPath_, Song &out, set<RString> &Bla
|
|||||||
ConvertString( out.m_sArtist, "utf-8,english" );
|
ConvertString( out.m_sArtist, "utf-8,english" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else if( 0==stricmp(sValueName,"GENRE") )
|
||||||
|
{
|
||||||
|
out.m_sGenre = sParams[1];
|
||||||
|
ConvertString( out.m_sArtist, "utf-8,english" );
|
||||||
|
}
|
||||||
|
|
||||||
else if( 0==stricmp(sValueName,"CDTITLE") )
|
else if( 0==stricmp(sValueName,"CDTITLE") )
|
||||||
out.m_sCDTitleFile = sParams[1];
|
out.m_sCDTitleFile = sParams[1];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user