vendredi 6 novembre 2020

Can't get BPM property from file in TagLib

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