[mythtv-commits] mythtv/master commit: 88b810862 by Robert McNamara (rmcnamara)

MythTV noreply at mythtv.org
Sun Apr 10 05:18:14 UTC 2011


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2011-04-09T22:16:05-07:00
   Push Date:  2011/04/09 22:18:12 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  88b810862dbba3adaa18339e78ac8cb164d9e3a1
   Changeset:  https://github.com/MythTV/mythtv/commit/88b810862

Log:

API/Channel Util: Extend the API to provide all info needed to edit channels.

We needed a few more pieces of data with no utility functions, so rather than just write four more expensive DB reads, add an extended channel data query to grab as much as possible at once to channelutil.  The API now returns all pieces of information needed to edit a channel in the database (though it does not yet expose a method to update them, that's step two).

Bumps the library API version, make distclean and rebuild plugins.

Modified:

   mythtv/libs/libmythbase/mythversion.h
   mythtv/libs/libmythservicecontracts/datacontracts/programAndChannel.h
   mythtv/libs/libmythtv/channelutil.cpp
   mythtv/libs/libmythtv/channelutil.h
   mythtv/programs/mythbackend/services/channel.cpp



More information about the mythtv-commits mailing list