summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-10-12 13:48:32 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-10-12 13:48:32 +0200
commit8bc6bcf86e8c526bddd1a5d870c879c552fa82f6 (patch)
treeff32d81313bf7b761245b0833a06e0cf2d66bf3f /HISTORY
parent54b3135d59656485b9eda9443fb06bb635a73a9a (diff)
downloadvdr-8bc6bcf86e8c526bddd1a5d870c879c552fa82f6.tar.gz
vdr-8bc6bcf86e8c526bddd1a5d870c879c552fa82f6.tar.bz2
The function cRecordings::MBperMinute() now only takes into account recordings with less than 5 seconds per megabyte
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 98005285..70f19a58 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7997,3 +7997,7 @@ Video Disk Recorder Revision History
avoid the impression that there actually is a default remote.conf file, and to
not use any alphabetic keys for special functions, so that they remain available
for textual input.
+- The function cRecordings::MBperMinute() now only takes into account recordings with
+ less than 5 seconds per megabyte, in an attempt to filter out radio recordings
+ (thanks to Harald Koenig). The result of this function was way off any realistic
+ value in case there are many radio recordings in the video directory.