File: README

package info (click to toggle)
libquvi-scripts 0.9.20131130-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,828 kB
  • sloc: sh: 11,744; ansic: 2,587; makefile: 226
file content (32 lines) | stat: -rw-r--r-- 1,466 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
This directory contains the libquvi-scripts(7) written in Lua.

  subtitle/export/  - Export scripts for the subtitle data
  common/quvi/      - Importable quvi modules, see also quvi-modules(7)
  playlist/         - Playlist property scripts
  subtitle/         - Subtitle property scripts
  media/            - Media property scripts
  scan/             - Scripts for scanning embedded media URLs
  util/             - Utility scripts used by the library

If you are new to Lua:

  http://www.lua.org/manual/5.1/manual.html   -- Lua 5.1 reference manual
  http://www.lua.org/pil/contents.html        -- Programming in Lua (1st ed.)
    (http://www.lua.org/pil/contents.html#20) -- String={patterns, captures}
  http://lua-users.org/wiki/                  -- lua-users wiki
  http://www.luafaq.org/                      -- Lua Unofficial FAQ (uFAQ)
  http://lua.org/                             -- Lua home

Additionally, the following 3rd party Lua modules can also be used:

  http://w3.impa.br/~diego/software/luasocket/  -- LuaSocket
  http://matthewwild.co.uk/projects/luaexpat/   -- LuaExpat
  http://www.eharning.us/wiki/luajson/          -- LuaJSON
  http://bitop.luajit.org                       -- LuaBitop

Recommended manpages:

  libquvi-scripts(7)  -- An overview of the installed scripts
  quvi-modules(7)     -- An overview of 'quvi/*' modules (under 'common')
  quvi-object(7)      -- quvi.* features
  libquvi(3)          -- Environment variables