[vlc-devel] [Patch] fix enqueue button in web interface
Rémi Denis-Courmont
remi at remlab.net
Mon Sep 19 00:10:35 CEST 2011
Hello,
On Sunday 18 September 2011, Rob wrote:
> it wasn't sending in file:// format
This does not look correct to me. For instance, '/1/2/3' would turn into
'file://%2f1%2f2%2f3' whereas 'file:///1/2/3' is expected.
I don't know how this translates in LUA, but make_path() should be used.
Better yet, this component should only receive URIs to begin with.
--
Rémi Denis-Courmont
http://www.remlab.info
More information about the vlc-devel
mailing list