home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 January / maximum-cd-2011-01.iso / DiscContents / vlc-1.1.4-win32.exe / lua / extensions / README.txt < prev   
Encoding:
Text File  |  2010-08-26  |  337 b   |  12 lines

  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.
  12.