summaryrefslogtreecommitdiff
path: root/vdr.1
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-03-12 09:44:46 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-03-12 09:44:46 +0100
commit7100e4c209ce2433359362ab7bb3209ceac027c0 (patch)
tree3f612b2efdc024556a4606295fb661d976a36b62 /vdr.1
parentccbe1905a130df54e91b34d9e53d33b359462a3e (diff)
downloadvdr-7100e4c209ce2433359362ab7bb3209ceac027c0.tar.gz
vdr-7100e4c209ce2433359362ab7bb3209ceac027c0.tar.bz2
The parameters PATH and NAME to the --dirnames command line option may now be left empty to use the default values if only ENC shall be set
Diffstat (limited to 'vdr.1')
-rw-r--r--vdr.15
1 files changed, 3 insertions, 2 deletions
diff --git a/vdr.1 b/vdr.1
index b40dd8e5..dbbb4c4d 100644
--- a/vdr.1
+++ b/vdr.1
@@ -8,7 +8,7 @@
.\" License as specified in the file COPYING that comes with the
.\" vdr distribution.
.\"
-.\" $Id: vdr.1 2.14 2013/03/11 13:16:50 kls Exp $
+.\" $Id: vdr.1 2.15 2013/03/12 09:42:25 kls Exp $
.\"
.TH vdr 1 "31 Mar 2013" "2.0" "Video Disk Recorder"
.SH NAME
@@ -57,12 +57,13 @@ Run in daemon mode (implies \-\-no\-kbd).
Use only the given DVB device (\fInum\fR = 0, 1, 2...).
There may be several \fB\-D\fR options (by default all DVB devices will be used).
.TP
-.BI \-\-dirnames= path[,name[,enc]]
+.BI \-\-dirnames= path [, name [, enc ]]
Set the maximum directory path length to \fIpath\fR (default is the maximum value
allowed on the system). If \fIname\fR is also given, it defines the maximum directory
name length (default is the maximum value allowed on the system). The optional
\fIenc\fR can be 0 or 1, and controls whether special characters in directory names
are encoded as hex values (default: 0).
+If \fIpath\fR or \fIname\fR are left empty (as in ",,1" to only set \fIenc\fR), the defaults apply.
The length of the video directory name and that of the actual recording directory is
subtracted from \fIpath\fR, to make sure the directory path will never become too long.
.TP