[mythtv-commits] Ticket #2948: LiveTV fails to change program info

MythTV mythtv at cvs.mythtv.org
Fri Jan 19 11:06:13 UTC 2007


#2948: LiveTV fails to change program info
----------------------------------+-----------------------------------------
 Reporter:  otto at kolsi dot fi  |       Owner:  ijr    
     Type:  defect                |      Status:  new    
 Priority:  minor                 |   Milestone:  unknown
Component:  mythtv                |     Version:  head   
 Severity:  medium                |  
----------------------------------+-----------------------------------------
 I decided to try out whether latest fixes now allow long LiveTV sessions,
 so that it won't hang during program changes. I started LiveTV with one
 channel and let it play. After several program changes and several hours
 (5h) it still plays nicely.

 Problem is that program information stops updating. Below is program info
 from the DB. I started the LiveTV around 08:00 and when reached to
 "Supisuomea" program (at 12:45) and checked current program info, it
 shows:

 "Unknown (10:09 - 10:10)".
 Program length indicator shows something like: "2:50:00"

 It has failed to update the program at that point and then this info stays
 although we are already going several programs ahead.

 Program info:
 {{{
 mysql> select chanid, starttime, endtime, title from program where
 starttime > '2007-01-19 09:00' AND starttime < '2007-01-19 14:00' AND
 chanid = 1001;
 +--------+---------------------+---------------------+------------------------+
 | chanid | starttime           | endtime             | title
 |
 +--------+---------------------+---------------------+------------------------+
 |   1001 | 2007-01-19 09:15:00 | 2007-01-19 10:04:35 | Elämä käsissä
 |
 |   1001 | 2007-01-19 10:05:00 | 2007-01-19 10:09:30 |
 |
 |   1001 | 2007-01-19 10:10:00 | 2007-01-19 10:29:11 | FST: Sodan varjossa
 |
 |   1001 | 2007-01-19 10:31:00 | 2007-01-19 11:00:00 | FST: Ramppi
 historiaan |
 |   1001 | 2007-01-19 11:00:00 | 2007-01-19 11:04:30 | Tv-uutiset
 |
 |   1001 | 2007-01-19 11:05:00 | 2007-01-19 12:27:07 |
 |
 |   1001 | 2007-01-19 12:30:00 | 2007-01-19 12:59:27 | Supisuomea
 |
 |   1001 | 2007-01-19 13:00:00 | 2007-01-19 13:04:30 | Tv-uutiset
 |
 |   1001 | 2007-01-19 13:05:00 | 2007-01-19 14:12:14 |
 |
 +--------+---------------------+---------------------+------------------------+
 }}}

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


More information about the mythtv-commits mailing list