blob: b31a72a9b7fb9fb077ec970e5fbc24f8d62508cb (
plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
'\" -*- coding: us-ascii -*-
.if \n(.g .ds T< \\FC
.if \n(.g .ds T> \\F[\n[.fam]]
.de URL
\\$2 \(la\\$1\(ra\\$3
..
.if \n(.g .mso www.tmac
.TH xxvd 1 "April 05, 2010" "" ""
.SH NAME
XXV \- means "Xtreme eXtension for VDR" and is a central service for the administration of the VDR and his environment.
.SH SYNOPSIS
'nh
.fi
.ad l
\fBxxvd\fR \kx
.if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
'in \n(.iu+\nxu
[\fB--configfile=\fR \fIFILE\fR] [\fB--logfile=\fR \fIFILE\fR] [\fB--pidfile=\fR \fIFILE\fR] [\fB--localedir=\fR \fIDIRECTORY\fR] [\fB--moduledir=\fR \fIDIRECTORY\fR] [\fB--docudir=\fR \fIDIRECTORY\fR] [\fB--poddir=\fR \fIDIRECTORY\fR] [\fB--htmldir=\fR \fIDIRECTORY\fR] [\fB--fontdir=\fR \fIDIRECTORY\fR] [\fB--newsmods=\fR \fIDIRECTORY\fR] [\fB--newstmpl=\fR \fIDIRECTORY\fR] [\fB--xmltv=\fR \fIDIRECTORY\fR] [\fB--verbose=\fR \fILEVEL\fR] [\fB--version\fR] [\fB--nofork\fR] [\fB--kill\fR]
'in \n(.iu-\nxu
.ad b
'hy
.SH DESCRIPTION
\fBxxvd\fR is daemon behind XXV.
XXV provides a central service to administer VDR, it's contain
a http daemon, a telnet server and a WAP server among other services.
And is extendable by plugins and skins. XXV allows to manage
timers, auto timers, channels, recordings and much more provided by VDR
.SH OPTIONS
.TP
--configfile=\fIFILE\fR
Use \*(T<\fIFILE\fR\*(T> as config file for XXV.
The config file is modified by XXV, so it shall not be read-only.
.TP
--logfile=\fIFILE\fR.
Output all log messages to \*(T<\fIFILE\fR\*(T>.
.TP
--pidfile=\fIFILE\fR
Write process id of \fBxxvd\fR daemon to \*(T<\fIFILE\fR\*(T>.
.TP
--localedir=\fIDIRECTORY\fR
Search for locales in \*(T<\fIDIRECTORY\fR\*(T>.
\*(T<\fIDIRECTORY\fR\*(T> should contain the typical locales structure
with XXV's translations. (eg. de/LC_MESSAGES/xxv.mo)
.TP
--moduledir=\fIDIRECTORY\fR
Search for modules (plugins) in \*(T<\fIDIRECTORY\fR\*(T>.
.TP
--docudir=\fIDIRECTORY\fR
\*(T<\fIDIRECTORY\fR\*(T> with template files used for generate documentation.
.TP
--poddir=\fIDIRECTORY\fR
Generate the selfdocumentation files in \*(T<\fIDIRECTORY\fR\*(T>.
Documentation files are generated by XXV, so it shall be writable.
.TP
--htmldir=\fIDIRECTORY\fR
XXV searchs for it's html templates in \*(T<\fIDIRECTORY\fR\*(T>.
Each subdirectory in \*(T<\fIDIRECTORY\fR\*(T> is seen as a set of
templates (Skin).
.TP
--fontdir=\fIDIRECTORY\fR
XXV searchs usable fonts in \*(T<\fIDIRECTORY\fR\*(T>.
.TP
--contrib=\fIDIRECTORY\fR
XXV use some external scripts in \*(T<\fIDIRECTORY\fR\*(T>.
.TP
--newsmods=\fIDIRECTORY\fR
\fBxxvd\fR search for news modules (news plugins) in \*(T<\fIDIRECTORY\fR\*(T>.
.TP
--newstmpl=\fIDIRECTORY\fR
XXV searches for news templates in \*(T<\fIDIRECTORY\fR\*(T>.
.TP
--xmltv=\fIDIRECTORY\fR
In this \*(T<\fIDIRECTORY\fR\*(T> XXV searchs usable files or templates to import epg data from xmltv sources.
.TP
--verbose=\fILEVEL\fR
Select the verbose \fILEVEL\fR of the logged
messages of XXV.
.RS
.TP 0.2i
\(bu
0 - Don't log messages
.TP 0.2i
\(bu
1 - Errors only
.TP 0.2i
\(bu
2 - Messages depends user action
.TP 0.2i
\(bu
3 - More events
.TP 0.2i
\(bu
5 - Lots of messages
.TP 0.2i
\(bu
>5 - Messages with dump of caller stack
.RE
.TP
--version
Display the version number and exit.
.TP
--nofork
Debug mode: don't fork to the background.
.TP
--kill
Kill daemon \fBxxvd\fR.
.SH AUTHOR
This manual page was written by Tobias Grimm <<\*(T<tg@e\-tobi.net\*(T>>>.
.PP
(April 05, 2010)
|