1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-11 06:21:30 +02:00
vlc/share/lua/meta/reader
..
filename.lua
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 filename.lua .

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

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

Note, those scripts are supposed to be fast. Read non blocking, no IO.