README.txt
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:

midi

开发平台:

Unix_Linux

  1. Instructions to code your own VLC Lua meta script.
  2. $Id$
  3. See lua/README.txt for generic documentation about Lua usage in VLC.
  4. Examples: See googleimage.lua .
  5. VLC Lua meta modules should define one of the following functions:
  6.  * fetch_art(): returns a path to an artwork for the given item
  7. Available VLC specific Lua modules: msg, stream, strings, variables,
  8. objects and misc. See lua/README.txt