summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-09 09:12:47 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-09 09:12:47 +0200
commitbfce2b3dba4f4f7f4e6b009b34b2467d3eef6542 (patch)
treef525c931f3f71ff5c4755785ffc94115bb06e9f5 /HISTORY
parent24b3579d149a45fa3b09cc22aa09a6ac053bd392 (diff)
downloadvdr-bfce2b3dba4f4f7f4e6b009b34b2467d3eef6542.tar.gz
vdr-bfce2b3dba4f4f7f4e6b009b34b2467d3eef6542.tar.bz2
Fixed VPS recording in case there is more than one timer in the VPS margin
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY9
1 files changed, 8 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 1d8edf5b..1045b404 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4456,7 +4456,7 @@ Video Disk Recorder Revision History
EPG event has been explicitly set to SI::RunningStatusNotRunning.
- The check for timers to be deleted is now done only every 30 seconds.
-2006-04-01: Version 1.3.46
+2006-04-09: Version 1.3.46
- Fixed handling broken PMT records (thanks to Marcel Wiesweg for pointing out how
to detect these).
@@ -4471,3 +4471,10 @@ Video Disk Recorder Revision History
- VPS timers now record only events that have exactly the given start time.
This fix also implements recording several subsequent events that have the
same VPS time (like a sports event with intermittent news breaks).
+- When checking for timers that have entered the "VPS margin", any free devices are
+ now used to switch to the needed transponder. This improves cases where more than
+ one VPS timer is about to start.
+- Fixed handling the VPS margin in case the event's duration is shorter than the
+ margin.
+- Fixed handling VPS timers in case the primary device needs to switch to the
+ timer's transponder.