Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 8794e96358fef13ac19e205b2afec798 > files > 48

vlc-3.0.11.1-1.mga7.armv7hl.rpm

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

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