1 This directory contains the libquvi-scripts(7) written in Lua.
3 subtitle/export/ - Export scripts for the subtitle data
4 common/quvi/ - Importable quvi modules, see also quvi-modules(7)
5 playlist/ - Playlist property scripts
6 subtitle/ - Subtitle property scripts
7 media/ - Media property scripts
8 scan/ - Scripts for scanning embedded media URLs
9 util/ - Utility scripts used by the library
11 If you are new to Lua:
13 http://www.lua.org/manual/5.1/manual.html -- Lua 5.1 reference manual
14 http://www.lua.org/pil/contents.html -- Programming in Lua (1st ed.)
15 (http://www.lua.org/pil/contents.html#20) -- String={patterns, captures}
16 http://lua-users.org/wiki/ -- lua-users wiki
17 http://lua.org/ -- Lua home
19 Additionally, the following 3rd party Lua modules can also be used:
21 http://w3.impa.br/~diego/software/luasocket/ -- LuaSocket
22 http://matthewwild.co.uk/projects/luaexpat/ -- LuaExpat
23 http://www.eharning.us/wiki/luajson/ -- LuaJSON
24 http://bitop.luajit.org -- LuaBitop
28 libquvi-scripts(7) -- An overview of the installed scripts
29 quvi-modules(7) -- An overview of 'quvi/*' modules (under 'common')
30 quvi-object(7) -- quvi.* features
31 libquvi(3) -- Environment variables