On Sun, 2005-09-11 at 22:52 +1000, Mark Spieth wrote:
> here is another patch. the last change affected recording mode so this
> eliminates that problem.
> for those that are having trouble, please try.
if (TRANSITION(kState_None, kState_WatchingLiveTV))
{
+ if (channel == NULL)
Bug #1 -- You don't need to have a channel class to watch TV.
- int timeout = 2000000000;
+ int timeout = 5000;
Bug #2 -- LiveTV should tuning not time out, the user can change the
channel or tuner or input or even exit LiveTV at any time.
Why force one particular decision on the user?
-- Daniel
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev