<div dir="ltr">Thanks!<br><br><div class="gmail_quote">On Sun, Aug 24, 2008 at 4:50 PM, Derk-Jan Hartman <span dir="ltr"><<a href="mailto:hartman@videolan.org">hartman@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Took a while, but applied<br>
<br>
DJ<br>
<div><div></div><div class="Wj3C7c"><br>
On 2 jul 2008, at 01:46, Vicente Jiménez wrote:<br>
> I've just modified my previous patch for the file browse.xml in the<br>
> requests of the legacy HTTP interface including the function to<br>
> escape html special characters.<br>
><br>
> When you tell me about the lua interface I've just tried to make it<br>
> work in Windows nightly build of 30 June. After that just tried a<br>
> nightly built from May for MacOS X. And the lua interface doesn't<br>
> complaint about don't finding the http script.<br>
><br>
> After a bit of learning Lua and reading about. I just realized that<br>
> the information returned about the directory element of both<br>
> interfaces are differents<br>
><br>
> The legacy C code HTTP interface returns:<br>
> type, size, basename (as name), name (as path), date and ext.<br>
><br>
> but the lua's HTTP interface returns:<br>
> type, size, path, name, access_time, creation_time,<br>
> modification_time, uid, gid, mode.<br>
><br>
> basically name, path and the table returned by vlc.net.stat(). For<br>
> that reason I'm not shure if the table returned is not architecture<br>
> dependant. For example the access_time is normally deactivated for<br>
> performance issues. I've adapted the code to return whatever the<br>
> vlc.net.stat function returns as keys values.<br>
><br>
> Where do I found more information about the vlc extension to the lua<br>
> language? I've noticed for example that the modules changes from<br>
> vlc.fd to <a href="http://vlc.net" target="_blank">vlc.net</a> from May to June, so I supose that this could be<br>
> not well documented as this is still work in progress. I can read<br>
> code if that is the only place to find information.<br>
><br>
> I just finished a few files for the legacy HTTP interface to work<br>
> with JSON and JSONP, and I want to do the same for the lua's HTTP<br>
> interface.<br>
><br>
> vice<br>
</div></div>> <0001-browse.xml-from-lua-s-HTTP-interface-include-all-<br>
> key.patch><0002-Added-extension-information-to-<br>
> browse.xml.patch>_______________________________________________<br>
<div><div></div><div class="Wj3C7c">> vlc-devel mailing list<br>
> To unsubscribe or modify your subscription options:<br>
> <a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br></div>