Bug #236
cannot open file loading external xspf playlist
0%
Description
When I load an external generated xspf playlist I get:
Cannot open /home/pat1/svn/autoradio/trunk/autoplayer/file:///home/pat1/Musica/PAOLO BENVEGNU'/HERMANN/1 - Il pianeta perfetto.flac: No such file or directory.
Cannot open /home/pat1/svn/autoradio/trunk/autoplayer/file:///home/pat1/Musica/1977João GilbertoAmoroso-Brasil12No Tabuleiro Da Baiana.mp3: No such file or directory.
I put playlist in validator http://validator.xspf.org/ and I get
Result: Valid
History
#1 Updated by John Lindgren almost 12 years ago
- Status changed from New to Rejected
Not a bug. The playlist may be valid XSPF, but the URIs in it are clearly wrong. Somehow you managed to percent-encode the colon in "file://" so that it became "file%3A//".
#2 Updated by John Lindgren almost 12 years ago
Running "sed -i s/file%3A/file:/ autoplayer.xspf" will fix the playlist.