There is code:
TagLib::FileRef f(file);
PropertyMap properties = f.tag()->properties();
cout << properties.toString() << endl;
It's return all avalible properties except BPM
ARTIST=artist
COMMENT=text
DATE=year
GENRE=genre
TITLE=Song name
What's wrong?
Aucun commentaire:
Enregistrer un commentaire