[mythtv-commits] mythtv commit: r7355 - in trunk/mythtv by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Sep 29 20:17:01 UTC 2005


      Author: danielk
        Date: 2005-09-29 20:17:00 +0000 (Thu, 29 Sep 2005)
New Revision: 7355
   Changeset: http://cvs.mythtv.org/trac/changeset/7355

Modified:

   trunk/mythtv/libs/libmythtv/tv_rec.cpp
   trunk/mythtv/programs/mythfrontend/globalsettings.cpp

Log:

Adds a new channel ordering method "ATSC Channel", it orders 
by the atscsrcid column. It's a little smarter than 
"channel number (alpha)". That is assuming you just have 
ATSC channels, it's pretty dumb otherwise.

Until DoGetNextChannel() can handle multiple column ordering
You will probably get the best results by setting the channel
ordering to numeric. In LiveTV it will balk at a channel like
"5_1" and switch to "ATSC Channel" ordering if it is an ATSC
channel, or "Channel Num (alpha)" ordering if it it is not an
ATSC channel, but on a regular recorder it will use the
numeric ordering. In the program guide the channels will not
be in order, but it will be close enough (major channels will
be in order).






More information about the mythtv-commits mailing list