How to get coverArtImage metadata from a mp3?
Unsolved
Mobile and Embedded
-
Hello,
I'm not able to extract the coverArt metadata from a mp3 file.
The QtMetaData class : https://doc.qt.io/qt-5/qmediametadata.html#details
says it's a type of QImage.While the QmetaData.h says it's QString type.( QString CoverArtImage;).
Please help how to extract and update the same in qml Image source.
Thanks. -
Hi,
If you take a close look at the content of qmediametatype.h, you'll see that its enclosed in an ifdef for qdoc thus it's there only for qdoc's processing.
-
thanks this helped
-
You can use a QQuickImageProvider