1LIBQUVI-SCRIPTS(7)          libquvi-scripts Manual          LIBQUVI-SCRIPTS(7)
2
3
4

NAME

6       libquvi-scripts - Overview of the library scripts
7

DESCRIPTION

9       libquvi-scripts contains the Lua scripts for libquvi that it uses to
10       parse the different properties, such as the media properties.
11

TYPES

13   Common scripts
14       The common scripts are modules that may be loaded from other scripts,
15       e.g. the quvi-modules(7).
16
17       These scripts are typically installed at
18           $prefix/share/libquvi-scripts/$major_ver.$minor_ver/common/
19
20   Media scripts
21       The media scripts are responsible for parsing the media properties,
22       e.g. the media stream URLs. There is usually a media script for each
23       supported website.
24
25       These scripts are typically installed at
26           $prefix/share/libquvi-scripts/$major_ver.$minor_ver/media/
27
28   Playlist scripts
29       The playlist scripts are responsible for parsing the playlist
30       properties. There is usually a playlist script for each supported
31       website.
32
33       These scripts are typically installed at
34           $prefix/share/libquvi-scripts/$major_ver.$minor_ver/playlist/
35
36   Scan scripts
37       The scan scripts are used to scan an URL for embedded media URLs.
38
39       These scripts are typically installed at
40           $prefix/share/libquvi-scripts/$major_ver.$minor_ver/scan/
41
42   Subtitlte scripts
43       The subtitle scripts are responsible for retrieving subtitle data for
44       the media as well as exporting the data to another format, e.g. SubRip.
45
46       These scripts are typically installed at
47           $prefix/share/libquvi-scripts/$major_ver.$minor_ver/subtitle/
48           $prefix/share/libquvi-scripts/$major_ver.$minor_ver/subtitle/export/
49
50   Utility scripts
51       The utility scripts are used by libquvi to perform misc. tasks, such as
52       parsing file extension from a content-type, or converting HTML entities
53       to UTF-8 characters.
54
55       These scripts are typically installed at
56           $prefix/share/libquvi-scripts/$major_ver.$minor_ver/util/
57

ENVIRONMENT

59       LIBQUVI_SCRIPTS_VERBOSE
60           When defined, enables the output from any libquvi scripts using the
61           debug facility (quvi/debug module).
62

SEE ALSO

64       libquvi(3), quvi(1)
65

FURTHER RESOURCES

67       Home
68
69           http://quvi.sourceforge.net/
70
71       Development code
72
73           git://repo.or.cz/libquvi-scripts.git
74
75       gitweb
76
77           http://repo.or.cz/w/libquvi-scripts.git
78

AUTHORS

80       Toni Gundogdu <legatvs@gmail.com>
81           Author.
82

REPORTING BUGS

84       Report bugs to the quvi-devel mailing list
85       <quvi-devel@lists.sourceforge.net> where the development and the
86       maintenance is primarily done. You do not have to be subscribed to the
87       list to send a message there.
88

LICENSE

90       libquvi-scripts is Free Software licensed under the GNU Affero GPLv3+
91

LIBQUVI-SCRIPTS

93       Part of the libquvi-scripts(7) suite
94
95
96
97libquvi-scripts 0.9.20131         11/30/2013                LIBQUVI-SCRIPTS(7)
Impressum