diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-08 09:24:55 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-08 09:24:55 +0100 |
commit | 7f66e1573e056b26598cb8d37b5f65fe7276eb25 (patch) | |
tree | 29d9d8b4e61d4d07ac4c901875785a1b4c25473b /UPDATE-2.0.0 | |
parent | b16437e7848218025986e87eb972b742dd7c958b (diff) | |
download | vdr-7f66e1573e056b26598cb8d37b5f65fe7276eb25.tar.gz vdr-7f66e1573e056b26598cb8d37b5f65fe7276eb25.tar.bz2 |
New command line option --dirnames
Diffstat (limited to 'UPDATE-2.0.0')
-rw-r--r-- | UPDATE-2.0.0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATE-2.0.0 b/UPDATE-2.0.0 index 02087812..6ecfcbb2 100644 --- a/UPDATE-2.0.0 +++ b/UPDATE-2.0.0 @@ -369,6 +369,12 @@ Recordings: recording, even if there is no mark set at that point. - The new option "Setup/Replay/Pause on mark set" can be used to activate automatically going into Pause mode if an editing mark is set during replay. +- Timers no longer do any special "VFAT" handling to shorten directory names to 40 + characters. When a string is used as a directory name for a recording, the maximum + length of the directory path, as well as the individual directory names, is now + limited to the values specified by the new command line option --dirnames (see + man vdr(1) for details). For backwards compatibility the option --vfat is still + available and has the same effect as --dirnames=250,40,1. SVDRP: |