<br><br><div class="gmail_quote">28. helmikuuta 2012 20.13 Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org">jb@videolan.org</a>></span> kirjoitti:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
Since 52d4b4bb1c, vlc.misc.* are not available outside of lua<br>
interfaces, notably for extensions and sds.<br>
It seems indeed that vlc.misc was over-exposing things, like should_die<br>
or quit.<br>
<br>
However, some things were useful, like version() or copyright() or<br>
cachedir().<br>
<br>
Therefore, I suggest to allow back some of those things for other lua<br>
modules, and keep the other ones only for intf. I will do the work of<br>
splitting, but I would need feedback.<br>
<br>
Here is the list of things:<br>
<br>
Those seems safe to explose:<br>
"version"<br>
"copyright"<br>
"license"<br>
<br>
"datadir"<br>
"userdatadir"<br>
"homedir"<br>
"configdir"<br>
"cachedir"<br>
"datadir_list"<br></blockquote><div><br></div><div>Do these contain full paths? (e.g. /home/myname or c:\users\peter.jackson)</div><div>Because some people might complain about privacy violations, like they did with automatic album art downloads.</div>
<div><br></div><div>Best solution for LUA would be permission based model, but I don't know if anyone wants code that.  </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
"action_id"<br>
<br>
Those, I do not know:<br>
"mdate"<br>
"mwait"<br>
<br>
"lock_and_wait"<br>
"timer"<br>
<br>
Those seems wrong to expose outside of intf:<br>
<br>
"should_die"<br>
"quit"<br>
<br>
<br>
Opinions?<br>
<br>
Best regards,<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" target="_blank">http://www.jbkempf.com/</a> - <a href="tel:%2B33%20672%20704%20734" value="+33672704734">+33 672 704 734</a><br>
Sent from my Electronic Device<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>
</font></span></blockquote></div><br>