From 1172a51f1c9c1937c087a2da2e0886a008fc8864 Mon Sep 17 00:00:00 2001 From: Manuel Reimer Date: Thu, 3 Oct 2013 17:24:42 +0200 Subject: Added support for the --dirnames switch --- runvdr.conf.example | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'runvdr.conf.example') 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" -- cgit v1.2.3