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. How to Extract COVER ART from Audio Files ?
Forum Updated to NodeBB v4.3 + New Features

How to Extract COVER ART from Audio Files ?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 551 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.
  • B Offline
    B Offline
    BPit
    wrote on last edited by A Former User
    #1

    I am trying to extract some metaData from some Audio files.
    Using Qt Quick, QML, i am able to use something like <metaData.author> and <metaData.title> to extract the author and title information. However, I cannot find a way to extract the cover Image.
    I have the same program written in C++. and using < metaData->ThumbnailImage > i can extract and display the cover image of the audio file. However, in QML there is no ThumbnailImage option for MetaData. I tried coverArtUrlSmall , and coverArtUrlLong. but none would work.

    Duplicate of https://forum.qt.io/topic/71764 -- @Wieland

    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