[mythtv-commits] Re: Ticket #333: mythfilldatabase retrieves data for every day for the second datadirect source

MythTV mythtv at cvs.mythtv.org
Sun Nov 27 02:32:44 EST 2005


#333: mythfilldatabase retrieves data for every day for the second datadirect
source
-----------------------------------+----------------------------------------
 Reporter:  bolek-mythtv at curl.com  |        Owner:  cpinkham
     Type:  defect                 |       Status:  closed  
 Priority:  minor                  |    Milestone:          
Component:  mythtv                 |      Version:  0.18.1  
 Severity:  medium                 |   Resolution:  fixed   
-----------------------------------+----------------------------------------
Changes (by cpinkham):

  * resolution:  => fixed
  * status:  assigned => closed

Comment:

 (In [8048]) Add some more "do we need to refresh" logic to
 mythfilldatabase.  We now
 check which channels had data for the prevous day so we can make a better
 guess at how much we should have for today.  Closes #333.  In the example
 given, we were refreshing because the user had 19 channels, but only had 6
 with data.  The chancnt * 4 test was failing because of all the channels
 that had no data.  I purposefully do not count only visible channels
 because there can be cases where channels are visible but still have no
 data.

 Also VERBOSE-ify parts of mythfilldatabase, default flags are
 important,general
 like most other programs, but specifying "-v important,general,channel"
 will
 give more debug information now.  You can also turn off general and get
 only important info (suppresses wget, etc.).  More cerr/cout cleanup will
 follow.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/333>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list