diff options
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" |