diff options
Diffstat (limited to 'vdradmind.pl.1')
-rw-r--r-- | vdradmind.pl.1 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/vdradmind.pl.1 b/vdradmind.pl.1 new file mode 100644 index 0000000..f64da84 --- /dev/null +++ b/vdradmind.pl.1 @@ -0,0 +1,44 @@ +.\" Man page for vdradmind.pl + +.TH vdradmind.pl 1 + +.SH NAME +vdradmind.pl + +.SH SYNOPSIS + +.B vdradmind.pl [ \-\-nofork ] [ \-\-config ] [ \-\-kill ] + +.SH DESCRIPTION +.B vdradmind.pl +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.pl +will listen on port 8001. +.PP +.B Note: Your VDR must be configured to be accesable vie SVDRP from the machine, you run vdradmind.pl from. + +.SH OPTIONS + +.IP "\-\-nofork / -nf" +Do not fork on start of vdradmin. (vdradmin does not go into daemon-mode) + +.IP "\-\-config / -c" +Ask some questions, to interactively generate the config-file /etc/vdradmin/vdradmind.conf + +.IP "\-\-kill / -k" +Kill a forked vdradmin. + +.IP "\-\-help" +Display a short message about the options of the tool. + +.SH AUTHOR +This man-page has been written by Thomas Schmidt <thomas@thsnet.de> +.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. |