<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Meta Data artwork with VLC-QT in QML]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">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.</p>
<p dir="auto">I know libvlc is able to do that but can I do that in QML?</p>
<p dir="auto">the code can may be be like:</p>
<pre><code>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
        }
    }
}
</code></pre>
<p dir="auto">thanks for your help</p>
]]></description><link>https://forum.qt.io/topic/94162/meta-data-artwork-with-vlc-qt-in-qml</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 04:22:17 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/94162.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 30 Aug 2018 11:03:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Meta Data artwork with VLC-QT in QML on Thu, 30 Aug 2018 19:19:56 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">That's a question you should ask to the authors of the project, they will have better insight on the interaction with libVLC.</p>
]]></description><link>https://forum.qt.io/post/478933</link><guid isPermaLink="true">https://forum.qt.io/post/478933</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 30 Aug 2018 19:19:56 GMT</pubDate></item></channel></rss>