[mythtv-commits] Ticket #4510: DVB Radio isn't handled correctly after multirec merge

MythTV mythtv at cvs.mythtv.org
Fri Jan 25 15:30:37 UTC 2008


#4510: DVB Radio isn't handled correctly after multirec merge
-----------------------------------------------------+----------------------
 Reporter:  Mark Buechler <Mark.Buechler at gmail.com>  |        Owner:  janne
     Type:  defect                                   |       Status:  new  
 Priority:  minor                                    |    Milestone:  0.21 
Component:  mythtv                                   |      Version:  head 
 Severity:  medium                                   |   Resolution:       
  Mlocked:  0                                        |  
-----------------------------------------------------+----------------------
Changes (by Mark Buechler <Mark.Buechler at gmail.com>):

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


Comment:

 There seems to be a second oddity with how duplicate callsigns are added
 to the list of channels to attempt to tune.

 I have quite a few channels that have the same callsign, particularly DVB
 radio. If the tuner in question is in use, and another channel on that
 same transport is selected, often times the selected channel is not tuned
 but instead another channel with the same callsign on that same transport.
 Given three channels, all on the same tuner and transport:

 channum | callsign | Recording
 1         Radio      Yes
 2         Radio      No
 3         Radio      No

 When selecting channel 3, channel 2 gets tuned instead. One of two things
 needs to happen here:

 1. Ensure that the channel selected is at the top of the list in
 m_channelInfos[channel]. The code looks to be doing this already, but
 isn't working as expected
 2. Don't match by callsign looking for duplicates.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4510#comment:5>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list