[mythtv-commits] mythtv commit: r10391 - in branches/mythtv-atscsrcid by danielk

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


      Author: danielk
        Date: 2006-07-04 20:30:41 +0000 (Tue, 04 Jul 2006)
New Revision: 10391
   Changeset: http://cvs.mythtv.org/trac/changeset/10391

Modified:

   branches/mythtv-atscsrcid/libs/libmythtv/programinfo.cpp
   branches/mythtv-atscsrcid/programs/mythbackend/mainserver.cpp

Log:

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.






More information about the mythtv-commits mailing list