[mythtv-commits] Re: Ticket #268: EPG "Forgets" Current Channel For Some Channels

MythTV mythtv at cvs.mythtv.org
Sun Oct 30 13:03:19 EST 2005


#268: EPG "Forgets" Current Channel For Some Channels
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  danielk
     Type:  defect     |       Status:  closed 
 Priority:  minor      |    Milestone:         
Component:  mythtv     |      Version:  head   
 Severity:  medium     |   Resolution:  fixed  
-----------------------+----------------------------------------------------
Changes (by danielk):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 (In [7643]) Fixes #268.

 The EPG wasn't really forgetting the current channel.
 The problem was that it was looking up channum which is
 not always unique.

 This change makes quidegrid look for the chanid if it is
 passed one and fallback on channum if it is not.

 Then in LiveTV mode this change adds code to look up the
 chanid of the current channel. But in progfind.cpp and
 programs/mythfrontend/main.cpp we still use the channum.
 This is fine because in these cases we aren't trying to
 start on a particular channel on a particular tuner,
 but rather just start in the same place whenever the
 grid is brought up.

 This also does a little bit of refactoring in that it passes
 chanid around as an unsigned integer rather than a string.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/268>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list