File: README.txt

package info (click to toggle)
vlc 3.0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 208,024 kB
  • sloc: ansic: 443,448; cpp: 111,223; objc: 36,399; sh: 6,737; makefile: 6,627; javascript: 4,902; xml: 1,611; asm: 1,355; yacc: 644; python: 321; lex: 88; perl: 77; sed: 16
file content (13 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
Instructions to code your own VLC Lua meta script.

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 xml. See lua/README.txt

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