1QUVI-INFO(1) quvi Manual QUVI-INFO(1)
2
3
4
6 quvi-info - The daft information tool
7
9 quvi info [OPTIONS]
10
12 This command shows information about the quvi suite.
13
15 The command will print information about the installed libquvi media
16 scripts.
17
19 -E, --print-subtitle-export-formats
20 Print the available export formats for the media subtitles. The
21 current selection is provided by libquvi-scripts(7).
22
23 -D, --print-media-domains
24 Print the supported media domains. The current selection is
25 provided by libquvi-scripts(7).
26
27 -V, --print-config-values
28 Print the value of all configuration options.
29
30 -P, --print-config-paths
31 Print the quvirc(5) search paths. See also quvirc(5) for notes.
32
33 -p, --script-property PROPERTY
34 Print the specified script property. PROPERTY may be one of the
35 following values:
36
37 · export.format - subtitle export scripts only
38
39 · filepath - all scripts
40
41 · filename - all scripts
42
43 · domains - {playlist,subtitle,media} scripts
44
45 · sha1 - all scripts
46
47 Note
48 This option may be specified multiple times
49
50 -t, --script-type TYPE
51 Select the script type. TYPE may be one of the following values:
52
53 · subtitle.export - media subtitle export scripts
54
55 · subtitle - media subtitle extraction scripts
56
57 · playlist - media playlist scripts
58
59 · media - media scripts
60
61 · scan - embedded media URL scan scripts
62
64 The support for the media hosts is determined by the current selection
65 of libquvi-scripts(7).
66
68 See quvirc(5) for more information about the groups and the variables
69 that quvi parses.
70
72 · Print the supported media domains:
73
74 $ quvi info -D
75
76 · Print information about playlist scripts:
77
78 $ quvi info -t playlist -p domains -p sha1
79
81 See quvi(1)
82
84 Either EXIT_SUCCESS or EXIT_FAILURE. The actual value depends on the
85 platform, on POSIX systems they are 0 (success) and 1 (failure).
86
88 quvirc(5), libquvi(3)
89
91 Home
92
93 http://quvi.sourceforge.net/
94
95 Development code
96
97 git://repo.or.cz/quvi-tool.git
98
99 gitweb
100
101 http://repo.or.cz/w/quvi-tool.git
102
104 Toni Gundogdu <legatvs@gmail.com>
105 Author.
106
108 Report bugs to the quvi-devel mailing list
109 <quvi-devel@lists.sourceforge.net> where the development and the
110 maintenance is primarily done. You do not have to be subscribed to the
111 list to send a message there.
112
114 quvi is Free Software licensed under the GNU Affero GPLv3+
115
117 Part of the quvi(1) suite
118
119
120
121quvi 0.9.5 11/10/2013 QUVI-INFO(1)