Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Meta Data artwork with VLC-QT in QML
Qt 6.11 is out! See what's new in the release blog

Meta Data artwork with VLC-QT in QML

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
2 Posts 2 Posters 804 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.
  • F Offline
    F Offline
    filipdns
    wrote on last edited by
    #1

    Hello,

    I have project to use VLC-QT to make mediaplayer but I don't know how VLC get Art Cover from mp3 without any url on it.

    I know libvlc is able to do that but can I do that in QML?

    the code can may be be like:

    import QtQuick 2.0
    import VLCQt 1.0
    
    Rectangle {
        width: 640
        height: 480
        color: "black"
    
        VlcVideoPlayer {
            id: vidwidget
            anchors.fill: parent
            url: "file:///d:/test.mp3"
        }
        Rectangle{
            VlcVideoObject{
                    artwork:vidwidget
            }
        }
    }
    

    thanks for your help

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

      Hi,

      That's a question you should ask to the authors of the project, they will have better insight on the interaction with libVLC.

      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

      • Login

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