summaryrefslogtreecommitdiff
path: root/vdradmind.pl.1
blob: a9be20a19bce9637a6fd5efef4fb70b52d562211 (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
.\" Man page for vdradmind 

.TH vdradmind 8

.SH NAME
vdradmind \- Web-based administration tool for VDR

.SH SYNOPSIS

.B vdradmind [OPTION]...

.SH DESCRIPTION
.B vdradmind
provides a webinterface for managing the Linux Video Disk Recorder (VDR), it has a virtual remote to control your VDR, you can view live-tv as a small slideshow, you can search for certain shows in the EPG....
.PP
By default 
.B vdradmind 
will listen on port 8001.
.PP
.B Note: Your VDR must be configured to be accessible via SVDRP from the machine, you run vdradmind from.

.SH OPTIONS

.IP "\-\-nofork / -n"
Do not fork on start of vdradmind. (vdradmind does not go into daemon-mode)

.IP "\-\-config / -c"
Ask some questions, to interactively generate the config-file /etc/vdradmin/vdradmind.conf

.IP "\-\-cfgdir dir/ -d dir"
Path to the directory containing the VDRAdmin-AM config files.

.IP "\-\-kill / -k" 
Kill a forked vdradmind.

.IP "\-\-pid pidfile / -p pidfile" 
Set the pidfile to use.

.IP "\-\-ipv6 / \-6"
use IPv6. [EXPERIMENTAL!]

.IP "\-\-ssl / -s"
only accept https:// connections.

.B NOTE:
this requires server-cert.pem and server-key.pem in the "certs" directory.

You can create them for example like this:

# openssl req -new -x509 -days 9999 -keyout server-rsa-key.pem -out server-cert.pem

# openssl rsa -in server-rsa-key.pem > server-key.pem

.IP	"\-\-log level / \-l level"
set log level for this session [0 - 7].

.IP "\-\-help / -h" 
Display a short message about the options of vdradmind.

.SH AUTHOR
This man-page has been written by Thomas Schmidt <thomas@thsnet.de> and has been updated by Andreas Mair <amair.sob@googlemail.com>.
.PP
Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU General Public License, Version 2 any
later version published by the Free Software Foundation.
.PP
On Debian systems, the complete text of the GNU General Public
License can be found in /usr/share/common\-licenses/GPL.