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.
 
 
 
 
 
 
Rafaël Carré 9a746cfa30 Fix xspf reading/writing 17 years ago
..
01_musicbrainz.lua lua: fix cornercase on musicbrainz-lua script. 17 years ago
10_googleimage.lua Fix xspf reading/writing 17 years ago
README.txt Add new functions to Lua API. 18 years ago

README.txt

Instructions to code your own VLC Lua meta script.
$Id$

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

Examples: See googleimage.lua .

VLC Lua meta modules should define one of the following functions:
* fetch_art(): returns a path to an artwork for the given item

Available VLC specific Lua modules: msg, stream, strings, variables,
objects and misc. See lua/README.txt