Postby erwan10 » 12 Jul 2009 11:10
On Windows, vlc just changed the way the location is stored in xspf files to fully comply with Microsoft specs. (URI format)
Old xspf playlist may have problems to be read in vlc1.0.0.
If so, a trick can be to save them as a m3u playlist before getting rid of the old version, and then recreate a xspf file out of the m3u file in vlc1.0.0.
Another means is to edit the xspf file and make the small changes (location is now in the form file:///D:/path/file.ext), and it should work.
Erwan10