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.
 
 
 
 
 
 

406 B

Instructions to code your own VLC Lua meta script.

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

Examples: See filename.lua .

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

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