[mythtv-users] Some questions on Live TV and MythWeb in 0.24

Mark Lord mythtv at rtr.ca
Sat May 7 19:52:24 UTC 2011


On 11-05-07 11:13 AM, Josu Lazkano wrote:
> 2011/5/7 Mark Lord <mythtv at rtr.ca>:
>>
>> Here's my patch to "fix" that for the 0.24-fixes stream:
>>
>>
>> --- mythtv/libs/libmythtv/tvbrowsehelper.cpp.orig       2011-02-17 22:30:17.000000000
>> -0500
>> +++ mythtv/libs/libmythtv/tvbrowsehelper.cpp    2011-02-20 12:00:40.726836192 -0500
>> @@ -74,6 +74,11 @@
>>     if (ctx->playingInfo)
>>     {
>>         m_ctx = ctx;
>> +#if 1 // Added to fix LiveTV initial Browse mode  -mlord
>> +       m_channum   = ctx->playingInfo->GetChanNum();
>> +       m_chanid    = ctx->playingInfo->GetChanID();
>> +       m_starttime = ctx->playingInfo->GetScheduledStartTime(ISODate);
>> +#endif
>>         BrowseInfo bi(BROWSE_SAME,
>>                       ctx->playingInfo->GetChanNum(),
>>                       ctx->playingInfo->GetChanID(),
> 
> This is a great news! I am having this "problem" for time. Is this
> patch on the MythTV code? I never compile MythTV, I will wait to
> update the debian-multimedia repository.

That's an "out of tree" patch of mine, feel free to use it.
It's not in the main (trunk or 0.24-fixes) trees.

It works for me, with "browse all channels" set (various frontend setup screens).
There's a chance it might cause strange behaviour if not using "browse all
channels",
as I have only tested it with my own setup using my own preferred settings.

Cheers


More information about the mythtv-users mailing list