]> git.sesse.net Git - vlc/blob - share/lua/meta/fetcher/README.txt
lua: Add a tvrage.lua meta fetcher.
[vlc] / share / lua / meta / fetcher / README.txt
1 Instructions to code your own VLC Lua meta script.
2 $Id$
3
4 See lua/README.txt for generic documentation about Lua usage in VLC.
5
6 Examples: See filename.lua .
7
8 VLC Lua "meta fetcher" modules should define one of the following functions:
9  * fetch_meta(): returns a path to an artwork for the given item
10
11 Available VLC specific Lua modules: msg, stream, strings, variables, item,
12 objects and misc. See lua/README.txt