Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: VDR and EPG



erik svensson wrote:
> 
> Hi
> 
> I get this error all the time in my syslog.
> Anyone know what to do to fix the problem?
> 
> Jan 20 05:00:00 vdr vdr[12854]: cleaning up schedules
> data
> Jan 20 05:00:00 vdr vdr[12854]: =====================
> Jan 20 05:00:00 vdr vdr[12854]: EPG bugfix statistics
> Jan 20 05:00:00 vdr vdr[12854]: =====================
> Jan 20 05:00:00 vdr vdr[12854]: IF SOMEBODY WHO IS IN
> CHARGE OF THE EPG DATA FOR ONE OF THE LISTED
> Jan 20 05:00:00 vdr vdr[12854]: CHANNELS READS THIS:
> PLEASE TAKE A LOOK AT THE FUNCTION
> cEventInfo::FixEpgBugs()
> Jan 20 05:00:00 vdr vdr[12854]: IN VDR/eit.c TO LEARN
> WHAT'S WRONG WITH YOUR DATA, AND FIX IT!
> Jan 20 05:00:00 vdr vdr[12854]: =====================
> Jan 20 05:00:00 vdr vdr[12854]: Fix^IHits^IChannels
> Jan 20 05:00:00 vdr vdr[12854]: 3^I4640
> Jan 20 05:00:00 vdr vdr[12854]: 5^I17980^ICH01,
> Cartoon, Cinema
> Jan 20 05:00:00 vdr vdr[12854]: =====================
> Jan 20 05:00:49 vdr vdr[12851]: cleaning up id3 cache

As has already been said in other replies to this message (which unfortunately
broke the thread) this is not a problem you are concerned with, unless you are
working at one of the listed broadcasters and are in charge of the EPG data
format.

If you don't want to see this message in the future, you can insert a 'return'
statement at the beginning of ReportEpgBugFixStats() in VDR/eit.c, as in

static void ReportEpgBugFixStats(bool Reset = false)
{
  return; // <=== insert this line!
  if (Setup.EPGBugfixLevel > 0) {
     bool GotHits = false;
...

I'm issuing this report in the faint hope that some day somebody who really is
in charge of these things will read this and eventually get his head out of his
a** wide enough to see what's wrong here - and maybe even fix it...

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index