The function cRecordings::MBperMinute() now only takes into account recordings with less than 5 seconds per megabyte

This commit is contained in:
Klaus Schmidinger
2013-10-12 13:48:32 +02:00
parent 54b3135d59
commit 8bc6bcf86e
3 changed files with 15 additions and 3 deletions

View File

@@ -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.