6f9d110a5b39c56b4864d2153a7bde6ed16d995e
[libquvi-scripts.git] / doc / man7 / libquvi-scripts.7.txt
blob6f9d110a5b39c56b4864d2153a7bde6ed16d995e
1 libquvi-scripts(7)
2 ==================
4 NAME
5 ----
6 libquvi-scripts - Overview of the library scripts
8 DESCRIPTION
9 -----------
10 libquvi-scripts contains the Lua scripts for libquvi that it uses to parse
11 the different properties, such as the media properties.
13 TYPES
14 -----
16 Common scripts
17 ~~~~~~~~~~~~~~
19 The common scripts are modules that may be loaded from other scripts,
20 e.g. the 'quvi-modules(7)'.
22 These scripts are typically installed at::
23   $prefix/share/libquvi-scripts/$major_ver.$minor_ver/common/
25 Media scripts
26 ~~~~~~~~~~~~~
28 The media scripts are responsible for parsing the media properties,
29 e.g. the media stream URLs. There is usually a media script for
30 each supported website.
32 These scripts are typically installed at::
33   $prefix/share/libquvi-scripts/$major_ver.$minor_ver/media/
35 Playlist scripts
36 ~~~~~~~~~~~~~~~~
38 The playlist scripts are responsible for parsing the playlist
39 properties. There is usually a playlist script for each supported
40 website.
42 These scripts are typically installed at::
43   $prefix/share/libquvi-scripts/$major_ver.$minor_ver/playlist/
45 Scan scripts
46 ~~~~~~~~~~~~
48 The scan scripts are used to scan an URL for embedded media URLs.
50 These scripts are typically installed at::
51   $prefix/share/libquvi-scripts/$major_ver.$minor_ver/scan/
53 Subtitlte scripts
54 ~~~~~~~~~~~~~~~~~
56 The subtitle scripts are responsible for retrieving subtitle data for
57 the media as well as exporting the data to another format, e.g. SubRip.
59 These scripts are typically installed at::
60   $prefix/share/libquvi-scripts/$major_ver.$minor_ver/subtitle/
61   $prefix/share/libquvi-scripts/$major_ver.$minor_ver/subtitle/export/
63 Utility scripts
64 ~~~~~~~~~~~~~~~
66 The utility scripts are used by libquvi to perform misc. tasks, such as
67 parsing file extension from a content-type, or converting HTML entities
68 to UTF-8 characters.
70 These scripts are typically installed at::
71   $prefix/share/libquvi-scripts/$major_ver.$minor_ver/util/
73 ENVIRONMENT
74 -----------
76 LIBQUVI_SCRIPTS_VERBOSE::
77   When defined, enables the output from any libquvi scripts using the
78   debug facility ('quvi/debug' module).
80 FURTHER RESOURCES
81 -----------------
83 The development code may be cloned from
84 `git://repo.or.cz/libquvi-scripts.git`.
85 The gitweb is accessible at `http://repo.or.cz/w/libquvi-scripts.git`.
87 Authors
88 -------
89 Toni Gundogdu <legatvs@gmail.com>::
90   Author.
92 Reporting bugs
93 --------------
94 Report bugs to the quvi-devel mailing list
95 <quvi-devel@lists.sourceforge.net> where the development and the
96 maintenance is primarily done.  You do not have to be subscribed
97 to the list to send a message there.
99 LICENSE
100 -------
101 libquvi-scripts is Free Software licensed under the GNU Affero GPLv3+
103 SEE ALSO
104 --------
105 'libquvi(3)', 'quvi(1)'