VLC can't load songs from playlist using URL since 1.1.0
Posted: 03 Aug 2010 10:03
I was previously using VLC 1.0.5 and when I upgraded to 1.1.2 yesterday found out that VLC now won't load songs from my XSPF playlists that use a URL (of the form file://localhost/C:/folder/song.mp3 instead of file path C:\folder\song.mp3). It gets an I/O error as if it can't understand the file location string in my XML.
Why has this changed? All my XSPF files are now broken![Sad :(](./images/smilies/icon_sad.gif)
I get the same problem in VLC 1.1.0 and 1.1.1. Am using Windows XP so possibly it's only in the Win32 releases of VLC.
Snippet of problematic XSPF which won't load the song:
Why has this changed? All my XSPF files are now broken
![Sad :(](./images/smilies/icon_sad.gif)
I get the same problem in VLC 1.1.0 and 1.1.1. Am using Windows XP so possibly it's only in the Win32 releases of VLC.
Snippet of problematic XSPF which won't load the song:
Code: Select all
<trackList>
<track>
<location>file://localhost/F:/musik/Franz%20Ferdinand/Franz%20Ferdinand/11%2040'.mp3</location>
<creator>Franz Ferdinand</creator>
<album>Franz Ferdinand</album>
<title>40'</title>
<duration>204486</duration>
</track>
...
</trackList>