[mythtv-commits] Re: Ticket #344: DVB EIT fails to insert event data into database

MythTV mythtv at cvs.mythtv.org
Sat Sep 17 13:36:59 UTC 2005


#344: DVB EIT fails to insert event data into database
---------------------------------------+------------------------------------
 Reporter:  tomimo at ncircle.nullnet.fi  |        Owner:  ijr 
     Type:  defect                     |       Status:  new 
 Priority:  minor                      |    Milestone:      
Component:  mythtv                     |      Version:  head
 Severity:  medium                     |   Resolution:      
---------------------------------------+------------------------------------
Comment (by anonymous):

 This is what I get too, my fix was to change this in
 mythtv/libs/libmythtv/siparser.cpp line ~1286
 -             x < ((head->section_number&0xF8)+8); x++)
 +             x < ((head->section_number&0xF8)+32); x++)

 I have asked on the list how this should be fixed "properly" but got no
 response.
 I also need the "Kristian Kalweit" fix.

 I don't need either on my other provder, only the cable one.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/344>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list