diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-18 11:10:29 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-18 11:10:29 +0100 |
commit | 3434f061b38c5d809a2fc6630e504cec2f0f093a (patch) | |
tree | b7d36825a43064af0157deb1d60ce2406b349b99 /vdr.1 | |
parent | 3def525dc45f52a5e50f29f0106fe16dcd1b85c9 (diff) | |
download | vdr-3434f061b38c5d809a2fc6630e504cec2f0f093a.tar.gz vdr-3434f061b38c5d809a2fc6630e504cec2f0f093a.tar.bz2 |
Implemented option '-i'
Diffstat (limited to 'vdr.1')
-rw-r--r-- | vdr.1 | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.1 1.33 2008/03/09 16:07:06 kls Exp $ +.\" $Id: vdr.1 2.1 2009/01/18 11:05:56 kls Exp $ .\" .TH vdr 1 "10 Feb 2008" "1.6" "Video Disk Recorder" .SH NAME @@ -71,6 +71,15 @@ grabbing images to disk is disabled. .B \-h, \-\-help Print a help message and exit. .TP +.BI \-i\ instance ,\ \-\-instance= instance +Use \fIinstance\fR as the id of this VDR instance (default is 0). +In an environment where several instances of VDR use the same video +directory, this parameter can be set to a positive integer value +that's unique for each instance, so that they won't interfere with +each other in case they record exactly the same broadcast. +The number given here will be part of the directory name in which +the recordings will be stored. +.TP .BI \-l\ level ,\ \-\-log= level Set logging to \fIlevel\fR. \fB0\fR\ =\ no logging, \fB1\fR\ =\ errors only, |