diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2013-10-03 17:24:42 +0200 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2013-10-03 17:24:42 +0200 |
commit | 1172a51f1c9c1937c087a2da2e0886a008fc8864 (patch) | |
tree | 6c073863f543c01c74289692e162afc534e2571b /runvdr.conf.example | |
parent | 3d28e13ec115fee5ca466f9a48a01f1e65befc50 (diff) | |
download | runvdr-extreme-1172a51f1c9c1937c087a2da2e0886a008fc8864.tar.gz runvdr-extreme-1172a51f1c9c1937c087a2da2e0886a008fc8864.tar.bz2 |
Added support for the --dirnames switch
Diffstat (limited to 'runvdr.conf.example')
-rw-r--r-- | runvdr.conf.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runvdr.conf.example b/runvdr.conf.example index 03aa6b6..2d03d4c 100644 --- a/runvdr.conf.example +++ b/runvdr.conf.example @@ -160,8 +160,17 @@ RCU= # encode special characters in recording names to avoid problems # with VFAT file systems +# for backwards compatibility (same as DIRNAMES=250,40,1) VFAT= +# DIRNAMES=PATH[,NAME[,ENC]] +# set the maximum directory path length to PATH; +# if NAME is also given, it defines the maximum directory name length; +# the optional ENC can be 0 or 1, and controls whether special characters in +# directory names are encoded as hex values (default: 0); if PATH or NAME are +# left empty (as in ",,1" to only set ENC), the defaults apply +DIRNAMES= + # Allow coredumps if USER= is given (debugging) # USERDUMP="1" |