[mythtv-commits] mythtv commit: r25417 - in trunk/mythtv by mdean

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Jul 25 00:52:37 UTC 2010


      Author: mdean
        Date: 2010-07-25 00:52:36 +0000 (Sun, 25 Jul 2010)
New Revision: 25417
   Changeset: http://svn.mythtv.org/trac/changeset/25417

Modified:

   trunk/mythtv/libs/libmyth/dbutil.cpp
   trunk/mythtv/libs/libmyth/dbutil.h
   trunk/mythtv/libs/libmythtv/datadirect.cpp
   trunk/mythtv/libs/libmythtv/datadirect.h
   trunk/mythtv/libs/libmythtv/dbcheck.cpp
   trunk/mythtv/programs/mythfilldatabase/main.cpp

Log:

Remove some old code that was used for an out-of-sequence database update.

In the 0.20-fixes days, we needed a database update to convert Zap2It Labs programid format to Schedules Direct format.  This was done in both 0.20-fixes and trunk with an out-of-sequence database update using a setting to determine if the update had been applied, and the code was kept in place to allow interoperability regardless of provider.

Since we no longer need the interoperability, this change simply moves the update to an official "in-sequence" update in trunk (though it has probably already run on everyone's system, so won't do anything), and removes the support code to simplify the code a bit.





More information about the mythtv-commits mailing list