XSPF playlist and images
Posted: 10 Jan 2014 15:02
Hello,
I have an XSPF playlit like this :
But VLC don't display my picture
Is it a bug ? Or maybe you choose to not implement this part of the XSPF specification for a technical reason ?
I have an XSPF playlit like this :
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<playlist xmlns="http://xspf.org/ns/0/" version="1">
<title>A Title</title>
<creator>Foo Bar</creator>
<image>file:///H:/music/picture.jpg</image>
<trackList>
<track>
<title>Track Title</title>
<location>file:///H:/music/track.mp3</location>
<duration>178051</duration>
</track>
</trackList>
</playlist>
Is it a bug ? Or maybe you choose to not implement this part of the XSPF specification for a technical reason ?