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

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -