[mythtv-commits] mythtv commit: r7559 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Oct 22 10:40:09 EDT 2005


      Author: danielk
        Date: 2005-10-22 14:40:08 +0000 (Sat, 22 Oct 2005)
New Revision: 7559
   Changeset: http://cvs.mythtv.org/trac/changeset/7559

Modified:

   trunk/mythtv/libs/libmythtv/eithelper.cpp
   trunk/mythtv/libs/libmythtv/eithelper.h

Log:

Closes #494.

I'm rejecting the 10 minute per channel patch, it is much better
to scan the channel a few times. If you leave a long time between
the times a channel is scanned it makes it more likely that you
miss a programming change in the next couple hours.

I've also changed the eitcrawl-num-events-added patch, the 
"EITHelper Added X events" is a debugging message, that tells
you something is going on so it shouldn't be disabled when
events are inserted. If you want to total the inserts it
should be done in the scanner, maybe when it changes channels.
To make that possible I changed EITHelper::ProcessEvents() to
return the number of events inserted into the DB.






More information about the mythtv-commits mailing list