[mythtv-commits] mythtv commit: r11180 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Sep 14 05:04:24 UTC 2006


      Author: cpinkham
        Date: 2006-09-14 05:04:23 +0000 (Thu, 14 Sep 2006)
New Revision: 11180
   Changeset: http://cvs.mythtv.org/trac/changeset/11180

Modified:

   trunk/mythtv/programs/mythfilldatabase/filldata.cpp

Log:

Add another check criteria that will force mythfilldatabase to download data
for a particular day.  If the number of channels with at least one program
between 6pm and midnight is less than 90% of the count for the previous day,
a data refresh will be initiated.  This catches cases where some channels
may have all data for a given day, but others may have none, but there is still
enough data to pass the (chanCount * 4) test.

Closes #1656 by applying my own version of the above mentioned logic.  I don't
think the rest of the patch is necessary.






More information about the mythtv-commits mailing list