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 /HISTORY | |
parent | b16437e7848218025986e87eb972b742dd7c958b (diff) | |
download | vdr-7f66e1573e056b26598cb8d37b5f65fe7276eb25.tar.gz vdr-7f66e1573e056b26598cb8d37b5f65fe7276eb25.tar.bz2 |
New command line option --dirnames
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -7534,7 +7534,7 @@ Video Disk Recorder Revision History - Reduced the number of retries in cTransfer::Receive() to avoid blocking recordings in case the primary device can't handle the current live signal. -2013-02-03: Version 1.7.37 +2013-02-08: Version 1.7.37 - Now also using FindHeader() in cMpeg2Fixer::AdjTref() (pointed out by Sören Moch). - Added missing template for DVBDIR to Make.config.template (reported by Derek Kelly). @@ -7570,3 +7570,11 @@ Video Disk Recorder Revision History recommended that plugins that implement an interface to any kind of remote controls also use the parameters Setup.RcRepeatDelay and Setup.RcRepeatDelta for the desired purpose, and remove any setup options they might have that serve the same purpose. +- cTimer no longer does 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. +- The macro MaxFileName is now obsolete and may be removed in future versions. Use + NAME_MAX directly instead. |