mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
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
This commit is contained in:
5
vdr.1
5
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
|
||||
|
||||
Reference in New Issue
Block a user