Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Unable to obtain cover art from QMediaPlayer metaData
Qt 6.11 is out! See what's new in the release blog

Unable to obtain cover art from QMediaPlayer metaData

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 2 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mandeepbM Offline
    mandeepbM Offline
    mandeepb
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      This will likely be platform dependent. Some plugins might not have access (yet) to all the metadata.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • mandeepbM Offline
        mandeepbM Offline
        mandeepb
        wrote on last edited by
        #3

        Thanks, this makes sense. I'm currently running a Debian derivative. If I wanted to investigate further, do you know where I could start my search?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Since your running on Linux, you can take a look at the gstreamer plugin

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • mandeepbM Offline
            mandeepbM Offline
            mandeepb
            wrote on last edited by
            #5

            Thanks for the replies SGaist. For the time being I'm using a third party library to obtain the meta data that I need.

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved