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

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Aug 7 17:55:37 UTC 2006


      Author: danielk
        Date: 2006-08-07 17:55:36 +0000 (Mon, 07 Aug 2006)
New Revision: 10698
   Changeset: http://cvs.mythtv.org/trac/changeset/10698

Modified:

   trunk/mythtv/libs/libmythtv/cardutil.h
   trunk/mythtv/libs/libmythtv/sourceutil.cpp
   trunk/mythtv/libs/libmythtv/sourceutil.h
   trunk/mythtv/libs/libmythtv/videosource.cpp
   trunk/mythtv/programs/mythfilldatabase/filldata.cpp

Log:

Fixes #2084. Fixes #2103. Fixes some mythfilldatabase problems with respect to inserting channels.

For #2084, this passes the cardtype in to mythfilldatabase when it is called from withing mythtv-setup, this is needed because at this point the connection between the card input and the source has not yet been saved to the database if the user has changed the source since entering the configuration pane. This also prevents mythfilldatabase from running in mythtv-setup for scan required sources if there are no channels in the lineup. This is not strictly needed after the fix, but it prevents us from wasting time doing this and making the UI unresponsive in the meantime.

For #2103, this creates a new class of DTV devices for Firewire and DBOX2, "unscanable" devices, this is for devices which should be scanned but we do not yet have the code to scan them.






More information about the mythtv-commits mailing list