qt - Read and Update File Properties -
i'm using folderlistmodel
display lists file names, can't figure out how read additional file properties.
my primary concern read media fields such album, genre, length, etc. i'd able save fields if possible. ideally platform independent, if not possible windows important followed linux , android.
i have been unable find information on this. i'm using qt 5.3.2, upgrade, if necessary.
the properties ask not part of file system, file specific properties, stored meta data, , such, not covered file system model.
you should use qtmultimedia or @ 3rd party solution taglib instead.
last not least, qml audio
, mediaplayer
elements support reading metadata out of box. can use audio
element load each file, extract needed metadata, , populate model each media file. not sure how efficient thou...
Comments
Post a Comment