[mythtv-commits] Ticket #1966: atscsrcid can't handle minor channels > 255

MythTV mythtv at cvs.mythtv.org
Tue Jul 4 20:30:48 UTC 2006


#1966: atscsrcid can't handle minor channels > 255
---------------------+------------------------------------------------------
 Reporter:  danielk  |        Owner:  danielk
     Type:  task     |       Status:  new    
 Priority:  minor    |    Milestone:  0.20   
Component:  mythtv   |      Version:  head   
 Severity:  medium   |   Resolution:         
---------------------+------------------------------------------------------
Comment (by danielk):

 (In [10391]) Refs #1966. Makes ProgramList::FromProgram() order the same
 way as other DB channel orderings.

 See log on [10376] for more info, but basically I discovered where the
 ordering actually mattered, i.e. in ProgFinder::selectShowData(), all the
 other places restrict the query so that only one channel is returned.

 I also looked at the places where FromProgram() and FromRecorded() were
 being used, and removed the "DESC" keyword from the callsign portion of
 the channel ordering in these. It looks like it was only the starttime
 that we wanted to possibly be descending. In these places this is used,
 having the channel order reversed doesn't make much sense.

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


More information about the mythtv-commits mailing list