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

Josu Lazkano josu.lazkano at gmail.com
Sat May 7 15:13:57 UTC 2011


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.

Best regards.

-- 
Josu Lazkano


More information about the mythtv-users mailing list