Project

General

Profile

Bug #236

cannot open file loading external xspf playlist

Added by Paolo Patruno over 11 years ago. Updated over 11 years ago.

Status:
Rejected
Priority:
Minor
Assignee:
-
Category:
-
Target version:
-
Start date:
January 05, 2013
Due date:
% Done:

0%

Estimated time:
Affects version:

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

autoplayer.xspf (1.29 KB) autoplayer.xspf xspf playlist Paolo Patruno, January 05, 2013 12:33

History

#1 Updated by John Lindgren over 11 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 over 11 years ago

Running "sed -i s/file%3A/file:/ autoplayer.xspf" will fix the playlist.

Also available in: Atom PDF