<div dir="ltr">Still no response.<br>I know that you are busy fixing bugs, but if someone can tell me something about those patch.<br><br>Of both, I think the first one is very interesting as it adds a method to don't need to update de file in the Lua HTTP interface when changing the schema of the data.<br>
<br>Also, being files that doesn't change internal code and only handle output format, I think it's very unlikely that it adds more bugs.<br> <br><br><div class="gmail_quote">---------- Forwarded message ----------<br>
From: <b class="gmail_sendername">Vicente Jiménez</b> <<a href="mailto:googuy@gmail.com">googuy@gmail.com</a>><br>Date: Thu, Jul 10, 2008 at 11:17 AM<br>Subject: Fwd: [PATCH] Include more information in both browse.xml version<br>
To: Mailing list for VLC media player developers <<a href="mailto:vlc-devel@videolan.org">vlc-devel@videolan.org</a>><br><br><br>As is writted in the wiki, I ask a week later to some answer about the patches sumitted to the mailing list.<br>
<br>Can somebody check them?<br><br>Thanks. <br><div><div></div><div class="Wj3C7c"><br><div class="gmail_quote">---------- Forwarded message ----------<br>
From: <b class="gmail_sendername">Vicente Jiménez</b> <<a href="mailto:googuy@gmail.com" target="_blank">googuy@gmail.com</a>><br>Date: Wed, Jul 2, 2008 at 1:46 AM<br>Subject: [PATCH] Include more information in both browse.xml version<br>

To: Mailing list for VLC media player developers <<a href="mailto:vlc-devel@videolan.org" target="_blank">vlc-devel@videolan.org</a>><br><br><br>I've just modified my previous patch for the file browse.xml in the requests of the legacy HTTP interface including the function to escape html special characters.<br>

<br>When you tell me about the lua interface I've just tried to make it work in Windows nightly build of 30 June. After that just tried a nightly built from May for MacOS X. And the lua interface doesn't complaint about don't finding the http script.<br>


<br>After a bit of learning Lua and reading about. I just realized that the information returned about the directory element of both 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, modification_time, uid, gid, mode.<br><br>basically name, path and the table returned by vlc.net.stat(). For that reason I'm not shure if the table returned is not architecture dependant. For example the access_time is normally deactivated for performance issues. I've adapted the code to return whatever the vlc.net.stat function returns as keys values.<br>


<br>Where do I found more information about the vlc extension to the lua language? I've noticed for example that the modules changes from vlc.fd to <a href="http://vlc.net" target="_blank">vlc.net</a> from May to June, so I supose that this could be not well documented as this is still work in progress. I can read 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 with JSON and JSONP, and I want to do the same for the lua's HTTP interface.<br><br>vice<br>
</div><br>
</div></div></div><br></div>