[mythtv-commits] Ticket #2094: DVB-T EIT data problems (bogus dates, insufficient descriptions)

MythTV mythtv at cvs.mythtv.org
Tue Jul 25 07:46:39 UTC 2006


#2094: DVB-T EIT data problems (bogus dates, insufficient descriptions)
----------------------------------+-----------------------------------------
 Reporter:  otto at kolsi dot fi  |       Owner:  danielk
     Type:  defect                |      Status:  new    
 Priority:  minor                 |   Milestone:         
Component:  dvb                   |     Version:  head   
 Severity:  medium                |  
----------------------------------+-----------------------------------------
 With SVN 10631, there are still some problems with DVB-T EIT data.

 Almost daily, program table gets data with either very old or future dates
 (years like 1902 or 2037). Below is one example. This only really causes
 problems with mythweb, which doesn't handle this kind of data very well.

 {{{

 2006-07-25 09:04:58.736 MSqlQuery: DELETE from program WHERE chanid    =
 1007 AND       starttime = '1902-03-23T18:59:21'
 2006-07-25 09:04:58.743 MSqlQuery: DELETE from credits WHERE chanid    =
 1007 AND       starttime = '1902-03-23T18:59:21'
 2006-07-25 09:04:58.750 MSqlQuery: REPLACE INTO program (  chanid,
 title,          subtitle,        description,   category,
 category_type,   starttime,      endtime,   closecaptioned, subtitled,
 stereo,          hdtv,   partnumber,     parttotal,   airdate,
 originalairdate,listingsource ) VALUES ( 1007,        '',         '',
 '',  '',      '',  '1902-03-23T18:59:21',     '1902-03-30T18:47:06',  0,
 0,     0,         0,  0,    0,  '0000',       NULL,   1 )

 }}}


 Additionally, some programs get insufficient descriptions. Description
 column in DB is of type text and column_size is 65535. There is no fixed
 upper limit for length of the descriptions that are cutted. Couple of
 examples of these descriptions have following lengths in DB: 211, 233,
 235. I've started to put extra logging in place but so far haven't found
 anything interesting related to this problem.

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


More information about the mythtv-commits mailing list