[mythtv-commits] Ticket #6619: Watch Recordings group filter fails to display category contents.

MythTV mythtv at cvs.mythtv.org
Wed Jun 10 18:13:47 UTC 2009


#6619: Watch Recordings group filter fails to display category contents.
---------------------------------+------------------------------------------
 Reporter:  rafmoslin at gmail.com  |        Owner:  ijr 
     Type:  defect               |       Status:  new 
 Priority:  minor                |    Milestone:  0.22
Component:  MythTV - General     |      Version:  head
 Severity:  low                  |   Resolution:      
  Mlocked:  0                    |  
---------------------------------+------------------------------------------

Comment(by sphery <mtdean at thirdcontact.com>):

 What listings provider are you using (xmltv grabber)?  I'm pretty sure
 that categories are not specified by all providers.  If your provider
 doesn't specify categories, filtering by category will not work.  If you
 get vastly different numbers from the following, your listings/provider
 are the problem:

 {{{
 mysql -umythtv -p mythconverg \
 -e "SELECT COUNT(*) AS 'Total programs' FROM program;" \
 -e "SELECT COUNT(*) AS 'Programs with category' FROM program WHERE
 category IS NOT NULL;"
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6619#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list