Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Extract metaData

Extract metaData

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 3 Posters 1.1k Views
  • 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.
  • B Offline
    B Offline
    BPit
    wrote on last edited by
    #1

    I am trying to extract some metaData from some MP3 files.
    Using Qt Quick, QML, i am able to use something like metaData.author and metaData.title to retreive author and title information. However, I cannot find a way to extract the cover Image. I have the same program written in QWidget app, and it works fine using metaData->ThumbnailImage, However, in QML there is not ThumbnailImage attribute for MetaData. Can anyone Help ?

    raven-worxR 1 Reply Last reply
    0
    • B BPit

      I am trying to extract some metaData from some MP3 files.
      Using Qt Quick, QML, i am able to use something like metaData.author and metaData.title to retreive author and title information. However, I cannot find a way to extract the cover Image. I have the same program written in QWidget app, and it works fine using metaData->ThumbnailImage, However, in QML there is not ThumbnailImage attribute for MetaData. Can anyone Help ?

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @BPit
      In QML you would need to implement a custom QQuickImageProvider which you then pass the path to the MP3 file and return the extracted image.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      1
      • S Offline
        S Offline
        sufyan mughal
        wrote on last edited by
        #3

        @raven-worx can you give me an example i am new to QML and QT?

        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