Qt 6.11 is out! See what's new in the release
blog
Unable to obtain cover art from QMediaPlayer metaData
-
Hi all,
I'm currently creating a Qt5.6 music application focused on cover art in the media library. With availableMetaData() I'm able to obtain meta data such as AlbumTitle, title, album-artist, etc. However, cover art is not included in the list that is returned by the function. After reading the docs regarding QMediaMetaData, it seems that cover art should be included in the list returned by availableMetaData(). Is this not the case?
Thanks,
Mandeep -
Hi and welcome to devnet,
This will likely be platform dependent. Some plugins might not have access (yet) to all the metadata.
-
Since your running on Linux, you can take a look at the gstreamer plugin