diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-09-03 13:35:55 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-09-03 13:35:55 +0200 |
commit | 06117cbaab3e8bf347fa59fe194210cf627e553a (patch) | |
tree | ed6679f38f85f2c2b376a06205009ae9e9f4d7c2 /HISTORY | |
parent | a964a8d732e81f4b2518b356f41a4eea47c38f54 (diff) | |
download | vdr-06117cbaab3e8bf347fa59fe194210cf627e553a.tar.gz vdr-06117cbaab3e8bf347fa59fe194210cf627e553a.tar.bz2 |
Implemented option '--vfat'; replaced ':' with '.' in recording names
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3783,3 +3783,9 @@ Video Disk Recorder Revision History the static function cRemote::CallPlugin(). - The SVDRP command PLUG now has a new option 'main' which can be used to initiate a call to the main menu function of a plugin (using part of a patch by Hardy Flor). +- The new command line option '--vfat' can be used to make VDR encode special + characters in recording file names, even if it wasn't compiled with VFAT=1 + (suggested by Peter Bieringer). The compile time option VFAT still exists and + creates a VDR that always behaves as if it were called with '--vfat'. +- Replaced the ':' delimiter between hour and minute in recording file names with + a '.' under Linux, too. Existing recordings with ':' as delimiter will still work. |