Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 640b70e0e6eabb3d3adb6f19c2989e5b > files > 47

vlc-3.0.4-1.mga6.x86_64.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