diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-15 13:57:39 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-15 13:57:39 +0200 |
commit | 050b7cdebf50eac14c10f31fc1924ab09f7b3987 (patch) | |
tree | af3585e85c973dbcf8648b77d253cac1ec62d16d /HISTORY | |
parent | c9ac6f5196c63d6999ea764f7d9d7a2367f20f51 (diff) | |
download | vdr-050b7cdebf50eac14c10f31fc1924ab09f7b3987.tar.gz vdr-050b7cdebf50eac14c10f31fc1924ab09f7b3987.tar.bz2 |
Implemented instant recording of only the present event
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7235,9 +7235,12 @@ Video Disk Recorder Revision History function in order to make use of this new feature. See, for instance, the function cSkinClassicDisplayMenu::SetButtons() in skinclassic.c for details. -2012-09-14: Version 1.7.31 +2012-09-15: Version 1.7.31 - If regenerating an index file fails and no data is written to the file, VDR now reports this error and removes the empty index file. - Fixed mapping the frame type bits when detecting independent frames in MPEG 4 video (reported by Reinhard Nissl). +- The setup parameter "Recording/Instant rec. time (min)" can now be set to '0', + which means to record only the currently running event (based on a patch from Matti + Lehtimäki). |