Implemented EPG bugfixing

This commit is contained in:
Klaus Schmidinger
2001-08-17 13:19:10 +02:00
parent 716d3d07b4
commit e994e3a4fe
10 changed files with 190 additions and 29 deletions

View File

@@ -650,8 +650,13 @@ Video Disk Recorder Revision History
only once.
- Made I/O more robust by handling EINTR (thanks to Werner Fink).
2001-08-15: Version 0.92
2001-08-17: Version 0.92
- The "channel not sync'ed" log message now also lists the card number.
- Now using the EIT services from 'libdtv' (thanks to Rolf Hakenes), which
provides EPG information for NVOD ("Near Video On Demand") channels.
- Doing some bug fixing on the EPG data (some tv stations apparently have
their own idea on how to fill in the data...). The level up to which EPG
bugs are fixed can be controlled with the EPGBugfixLevel parameter in the
"Setup" menu (see MANUAL for details, and cEventInfo::FixEpgBugs() in eit.c
for the actual implementation).