2002-03-24 14:32:39 +01:00
|
|
|
'\" t
|
|
|
|
.\" ** The above line should force tbl to be a preprocessor **
|
|
|
|
.\" Man page for vdr
|
|
|
|
.\"
|
2006-01-08 11:49:03 +01:00
|
|
|
.\" Copyright (C) 2006 Klaus Schmidinger
|
2002-03-24 14:32:39 +01:00
|
|
|
.\"
|
|
|
|
.\" You may distribute under the terms of the GNU General Public
|
|
|
|
.\" License as specified in the file COPYING that comes with the
|
|
|
|
.\" vdr distribution.
|
|
|
|
.\"
|
2006-01-14 11:10:24 +01:00
|
|
|
.\" $Id: vdr.1 1.22 2006/01/14 11:09:08 kls Exp $
|
2002-03-24 14:32:39 +01:00
|
|
|
.\"
|
2006-01-08 11:53:08 +01:00
|
|
|
.TH vdr 1 "08 Jan 2006" "1.3.38" "Video Disk Recorder"
|
2002-03-24 14:32:39 +01:00
|
|
|
.SH NAME
|
|
|
|
vdr - the Video Disk Recorder
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B vdr
|
|
|
|
[options]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B vdr
|
2004-12-19 09:36:25 +01:00
|
|
|
implements a complete digital Set-Top Box and Video Recorder.
|
2002-03-24 14:32:39 +01:00
|
|
|
It can work with signals received from satellites (DVB-S) as
|
|
|
|
well as cable (DVB-C) and terrestrial (DVB-T) signals.
|
|
|
|
|
|
|
|
At least one DVB card is required to run \fBvdr\fR, but in order
|
|
|
|
to watch one broadcast while recording another, or to start watching
|
|
|
|
a recorded programme before the live broadcast has ended (\fBtime shifting\fR),
|
|
|
|
two DVB cards are necessary. By default \fBvdr\fR can support up to four
|
|
|
|
DVB cards. The primary DVB card (the one your tv set is connected to) has
|
|
|
|
to be a "full featured" card, which means it must contain an MPEG decoder
|
|
|
|
and provide audio and video signal outputs.
|
|
|
|
|
|
|
|
\fBvdr\fR uses the On Screen Display of the DVB card to display its menus.
|
|
|
|
It can be controlled by the PC keyboard, a home built "Remote Control Unit"
|
|
|
|
(RCU) or the "Linux Infrared Remote Control" (LIRC).
|
|
|
|
|
|
|
|
Remote access is possible via the "Simple Video Disk Recorder Protocol" (SVDRP),
|
|
|
|
which can be accessed on port 2001, for instance by \fBtelnet\fR.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.BI \-a\ cmd ,\ \-\-audio= cmd
|
2002-03-24 14:32:39 +01:00
|
|
|
Send Dolby Digital audio to stdin of command \fIcmd\fR.
|
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.BI \-c\ dir ,\ \-\-config= dir
|
2002-03-24 14:32:39 +01:00
|
|
|
Read config files from directory \fIdir\fR
|
|
|
|
(default is to read them from the video directory).
|
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.B \-d, \-\-daemon
|
2005-07-31 11:38:40 +02:00
|
|
|
Run in daemon mode (implies \-\-no\-kbd).
|
2002-03-24 14:32:39 +01:00
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.BI \-D\ num ,\ \-\-device= num
|
2002-03-24 14:32:39 +01:00
|
|
|
Use only the given DVB device (\fInum\fR = 0, 1, 2...).
|
2004-12-18 12:42:41 +01:00
|
|
|
There may be several \fB\-D\fR options (by default all DVB devices will be used).
|
2002-03-24 14:32:39 +01:00
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.BI \-E\ file ,\ \-\-epgfile= file
|
2002-03-24 14:32:39 +01:00
|
|
|
Write the EPG data into the given \fIfile\fR
|
|
|
|
(default is \fI/video/epg.data\fR).
|
2004-12-18 12:42:41 +01:00
|
|
|
Use \fB\-E\-\fR to disable this.
|
2002-03-24 14:32:39 +01:00
|
|
|
If \fIfile\fR is a directory, the file \fIepg.data\fR
|
|
|
|
will be created in that directory.
|
|
|
|
.TP
|
2005-12-30 15:11:16 +01:00
|
|
|
.BI \-g,\ \-\-grab= dir
|
|
|
|
Write images from the SVDRP command GRAB into the
|
|
|
|
given directory \fIdir\fR. \fIdir\fR must be the full path name of an
|
|
|
|
existing directory, without any "..", double '/'
|
|
|
|
or symlinks. By default, or if \fB\-g\-\fR is given,
|
|
|
|
grabbing images to disk is disabled.
|
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.B \-h, \-\-help
|
2002-03-24 14:32:39 +01:00
|
|
|
Print a help message and exit.
|
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.BI \-l\ level ,\ \-\-log= level
|
2002-03-24 14:32:39 +01:00
|
|
|
Set logging to \fIlevel\fR.
|
|
|
|
\fB0\fR\ =\ no logging, \fB1\fR\ =\ errors only,
|
|
|
|
\fB2\fR\ =\ errors and info, \fB3\fR\ =\ errors, info and debug.
|
|
|
|
The default logging level is \fB3\fR.
|
2002-11-24 15:56:24 +01:00
|
|
|
If logging should be done to LOG_LOCALn instead of
|
|
|
|
LOG_USER, add '.n' to LEVEL, as in 3.7 (n=0..7).
|
2002-03-24 14:32:39 +01:00
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.BI \-L\ dir ,\ \-\-lib= dir
|
2002-05-09 16:26:56 +02:00
|
|
|
Search for plugins in directory \fIdir\fR (default is ./PLUGINS/lib).
|
2004-12-18 12:42:41 +01:00
|
|
|
There can be several \fB\-L\fR options with different \fIdir\fR values.
|
|
|
|
Each of them will apply to the \fB\-P\fR options following it.
|
2002-05-09 16:26:56 +02:00
|
|
|
.TP
|
2005-07-31 11:38:40 +02:00
|
|
|
.BI \-\-lirc[= path ]
|
|
|
|
Use a LIRC remote control device.
|
|
|
|
If \fIpath\fR is omitted, vdr uses \fI/dev/lircd\fR.
|
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.B \-m, \-\-mute
|
2002-03-24 14:32:39 +01:00
|
|
|
Mute audio of the primary DVB device at startup.
|
|
|
|
.TP
|
2005-07-31 11:38:40 +02:00
|
|
|
.B \-\-no\-kbd
|
|
|
|
Don't use the keyboard as an input device.
|
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.BI \-p\ port ,\ \-\-port= port
|
2002-03-24 14:32:39 +01:00
|
|
|
Use \fIport\fR for SVDRP. A value of \fB0\fR turns off SVDRP.
|
|
|
|
The default SVDRP port is \fB2001\fR.
|
|
|
|
You need to edit the file \fIsvdrphosts.conf\fR in order to enable
|
|
|
|
access to the SVDRP port.
|
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.BI \-P\ options ,\ \-\-plugin= options
|
2002-05-09 16:26:56 +02:00
|
|
|
Load a plugin, defined by the given \fIoptions\fR.
|
|
|
|
The first word in \fIoptions\fR must be the name of an existing \fBvdr\fR
|
|
|
|
plugin, optionally followed by a blank separated list of command line options
|
|
|
|
for that plugin. If \fIoptions\fR contains any blanks, you need to enclose it
|
|
|
|
in quotes, like for example
|
|
|
|
|
2004-12-18 12:42:41 +01:00
|
|
|
\fBvdr \-P "abc \-a \-b xyz"\fR
|
2002-05-09 16:26:56 +02:00
|
|
|
|
|
|
|
which would load a plugin named \fBabc\fR, giving it the command line options
|
2004-12-18 12:42:41 +01:00
|
|
|
\fB\-a\ \-b\ xyz\fR. If you want to load all available plugins (without any
|
2003-05-03 16:16:05 +02:00
|
|
|
particular options) you can use
|
|
|
|
|
2004-12-18 12:42:41 +01:00
|
|
|
\fBvdr \-P "*"\fR
|
2003-05-03 16:16:05 +02:00
|
|
|
|
|
|
|
(note the quotes around the asterisk to prevent wildcard expansion).
|
2002-05-09 16:26:56 +02:00
|
|
|
.TP
|
2005-07-31 11:38:40 +02:00
|
|
|
.BI \-\-rcu[= path ]
|
|
|
|
Use a serial port remote control device.
|
|
|
|
If \fIpath\fR is omitted, vdr uses \fI/dev/ttyS1\fR.
|
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.BI \-r\ cmd ,\ \-\-record= cmd
|
2002-03-24 14:32:39 +01:00
|
|
|
Call \fIcmd\fR before and after a recording.
|
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.BI \-s\ cmd ,\ \-\-shutdown= cmd
|
2002-03-24 14:32:39 +01:00
|
|
|
Call \fIcmd\fR to shutdown the computer.
|
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.BI \-t\ tty ,\ \-\-terminal= tty
|
2002-03-24 14:32:39 +01:00
|
|
|
Set the controlling terminal.
|
|
|
|
.TP
|
2005-12-31 13:30:11 +01:00
|
|
|
.BI \-u\ user ,\ \-\-user= user
|
|
|
|
Run as user \fIuser\fR in case vdr was started as user 'root'.
|
|
|
|
Starting vdr as 'root' is necessary if the system time shall
|
|
|
|
be set from the transponder data, but for security reasons
|
2006-01-13 16:16:32 +01:00
|
|
|
vdr can switch to a lesser privileged user id during normal
|
|
|
|
operation.
|
2005-12-31 13:30:11 +01:00
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.BI \-v\ dir ,\ \-\-video= dir
|
2002-03-24 14:32:39 +01:00
|
|
|
Use \fIdir\fR as video directory.
|
|
|
|
The default is \fI/video\fR.
|
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.B \-V, \-\-version
|
2002-03-29 10:10:04 +01:00
|
|
|
Print version information and exit.
|
|
|
|
.TP
|
2004-12-18 12:42:41 +01:00
|
|
|
.BI \-w\ sec ,\ \-\-watchdog= sec
|
2002-03-24 14:32:39 +01:00
|
|
|
Activate the watchdog timer with a timeout of \fIsec\fR seconds.
|
|
|
|
A value of \fB0\fR (default) disables the watchdog.
|
|
|
|
.SH EXIT STATUS
|
|
|
|
.TP
|
|
|
|
.B 0
|
|
|
|
Successful program execution.
|
|
|
|
.TP
|
|
|
|
.B 1
|
|
|
|
An error has been detected which requires the DVB driver and \fBvdr\fR
|
2004-12-18 12:42:41 +01:00
|
|
|
to be reloaded.
|
2002-05-09 16:26:56 +02:00
|
|
|
.TP
|
|
|
|
.B 2
|
|
|
|
An non-recoverable error has been detected, \fBvdr\fR has given up.
|
2002-03-24 14:32:39 +01:00
|
|
|
.SH FILES
|
|
|
|
.TP
|
|
|
|
.I channels.conf
|
|
|
|
Channel configuration.
|
|
|
|
.TP
|
|
|
|
.I timers.conf
|
|
|
|
Timer configuration.
|
|
|
|
.TP
|
|
|
|
.I setup.conf
|
|
|
|
User definable setup.
|
|
|
|
.TP
|
|
|
|
.I commands.conf
|
|
|
|
User definable commands (executed from the \fBCommands\fR menu).
|
|
|
|
.TP
|
|
|
|
.I svdrphosts.conf
|
|
|
|
SVDRP host configuration, defining which hosts or networks are given
|
|
|
|
access to the SVDRP port.
|
|
|
|
.TP
|
|
|
|
.I marks.vdr
|
|
|
|
Contains the editing marks defined for a recording.
|
|
|
|
.TP
|
2005-10-09 12:31:52 +02:00
|
|
|
.I info.vdr
|
2002-03-24 14:32:39 +01:00
|
|
|
Contains a description of the recording.
|
|
|
|
.TP
|
|
|
|
.I resume.vdr
|
|
|
|
Contains the index into the recording where the last replay session left off.
|
|
|
|
.TP
|
|
|
|
.I index.vdr
|
|
|
|
Contains the file number, offset and type of each frame of the recording.
|
|
|
|
.TP
|
2004-04-02 08:47:34 +02:00
|
|
|
.I remote.conf
|
2002-03-24 14:32:39 +01:00
|
|
|
Contains the key assignments for the remote control.
|
|
|
|
.TP
|
2004-05-16 12:10:52 +02:00
|
|
|
.I keymacros.conf
|
|
|
|
Contains user defined remote control key macros.
|
|
|
|
.TP
|
2002-03-24 14:32:39 +01:00
|
|
|
.IR 001.vdr\ ...\ 255.vdr
|
|
|
|
The actual data files of a recording.
|
|
|
|
.TP
|
|
|
|
.I epg.data
|
|
|
|
Contains all current EPG data. Can be used for external processing and will
|
|
|
|
also be read at program startup to have the full EPG data available immediately.
|
2004-06-13 20:26:51 +02:00
|
|
|
.TP
|
|
|
|
.I .update
|
|
|
|
If this file is present in the video directory, its last modification time will
|
|
|
|
be used to trigger an update of the list of recordings in the "Recordings" menu.
|
2002-03-24 14:32:39 +01:00
|
|
|
.SH SEE ALSO
|
|
|
|
.BR vdr (5)
|
|
|
|
.SH AUTHOR
|
|
|
|
Written by Klaus Schmidinger, with contributions from many others.
|
2002-03-29 10:10:04 +01:00
|
|
|
See the file \fICONTRIBUTORS\fR in the \fBvdr\fR source distribution.
|
2002-03-24 14:32:39 +01:00
|
|
|
.SH REPORTING BUGS
|
2004-12-18 12:42:41 +01:00
|
|
|
Report bugs to <vdr\-bugs@cadsoft.de>.
|
2002-03-24 14:32:39 +01:00
|
|
|
.SH COPYRIGHT
|
2006-01-08 11:49:03 +01:00
|
|
|
Copyright \(co 2006 Klaus Schmidinger.
|
2002-03-24 14:32:39 +01:00
|
|
|
|
|
|
|
This is free software; see the source for copying conditions. There is NO
|
|
|
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|