[mythtv] Ticket #6948: LiveTV browse mode starts on wrong channel

Simon Kenyon simon at koala.ie
Mon May 23 21:36:48 UTC 2011


On 05/18/11 00:51, MythTV wrote:
> #6948: LiveTV browse mode starts on wrong channel
> ----------------------------------+-------------------------
>  Reporter:  raptorjr@…            |          Owner:  danielk
>      Type:  defect                |         Status:  closed
>  Priority:  minor                 |      Milestone:  0.25
> Component:  MythTV - General      |        Version:  head
>  Severity:  medium                |     Resolution:  fixed
>  Keywords:                        |  Ticket locked:  0
> ----------------------------------+-------------------------
> Changes (by Github):
> 
>  * status:  accepted => closed
>  * resolution:   => fixed
> 
> 
> Comment:
> 
>  Fixes #6948. Refs #8211. Fixes a few bugs in channel browse mode.
>   Branch:    master
>   Changeset: d14b660c168b3ead0ce0ea8bec49243325e73047
> 

there are a whole clatter of different bug reports associated with this:

#6208
#6948
#8211
#9025 (not at all sure about that one)
#9137

i'm sure there are others

one that i raised #9161 is not fixed by this change

but #9540 has a nice simple fix
it is just one line
could it be applied?

--- a/mythtv/libs/libmythtv/tvbrowsehelper.cpp
+++ b/mythtv/libs/libmythtv/tvbrowsehelper.cpp
@@ -80,6 +80,8 @@ bool TVBrowseHelper::BrowseStart(PlayerContext *ctx,
bool skip_browse)
                       ctx->playingInfo->GetScheduledStartTime(ISODate));
         ctx->UnlockPlayingInfo(__FILE__, __LINE__);

+        m_chanid = ctx->playingInfo->GetChanID();
+
         if (!skip_browse)
         {
             locker.unlock();


More information about the mythtv-dev mailing list