You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Hugo Beauzée-Luyssen 914983b3fe VLSub: Fix hash generation error handling 8 years ago
..
README.txt Extensions: Lua documentation (to be completed) 16 years ago
VLSub.lua VLSub: Fix hash generation error handling 8 years ago

README.txt

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.