[mythtv-users] Live TV Browse mode with multiple overlapping sources

Mark Lord mythtv at rtr.ca
Wed Aug 3 11:30:32 UTC 2011


--- mythtv-0.24-fixes/libs/libmythtv/tvbrowsehelper.cpp.orig       2011-02-17 
22:30:17.000000000 -0500
+++ mythtv-0.24-fixes/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(),
-------------------



More information about the mythtv-users mailing list