]> git.sesse.net Git - vlc/blob - share/lua/extensions/README.txt
Extensions: an example Lua script: IMDb
[vlc] / share / lua / extensions / README.txt
1 Instructions to code your own VLC Lua extension script.
2 $Id: $
3
4 See lua/README.txt for generic documentation about Lua usage in VLC.
5
6 Examples: imdb.lua, lastfm.lua, subtitles.lua
7
8 TODO :-)
9
10 VLC defines a global vlc object with the following members:
11 All the VLC specific Lua modules are available, even Extension and Dialog.