Oops, remove dummy code
[vlc/davidf-public.git] / share / lua / meta / README.txt
blob0d5d6feb17ddd5ac2ada7681eb423d7a42db6819
1 Instructions to code your own VLC Lua meta script.
2 $Id$
4 See lua/README.txt for generic documentation about Lua usage in VLC.
6 Examples: See googleimage.lua .
8 VLC Lua meta modules should define one of the following functions:
9  * fetch_art(): returns a path to an artwork for the given item
11 Available VLC specific Lua modules: msg, stream, strings, variables,
12 objects and misc. See lua/README.txt