vlc/share/lua/extensions
Jean-Philippe André 89dbfd7826 Lua: Allocine, grow buffer up to 500k
This seems a lot, but 65k definitively ain't enough for some
movies.
2010-06-06 18:55:36 +08:00
..
allocine-fr.lua Lua: Allocine, grow buffer up to 500k 2010-06-06 18:55:36 +08:00
imdb.lua imdb.lua: Redesign, fix some bugs 2010-06-03 03:18:03 +08:00
README.txt Extensions: Lua documentation (to be completed) 2010-01-24 16:05:16 +01:00

Instructions to code your own VLC Lua extension script.
$Id: $

See lua/README.txt for generic documentation about Lua usage in VLC.

Examples: imdb.lua, lastfm.lua, subtitles.lua

TODO :-)

VLC defines a global vlc object with the following members:
All the VLC specific Lua modules are available, even Extension and Dialog.