﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
2948	LiveTV fails to change program info	otto at kolsi dot fi	Isaac Richards	"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 |                        | 
+--------+---------------------+---------------------+------------------------+
}}}"	defect	closed	minor	unknown	mythtv	head	medium	fixed			0
