[mythtv-commits] mythtv/master commit: 3986d3151 by Robert McNamara (rmcnamara)

MythTV noreply at mythtv.org
Sun Apr 10 03:07:03 UTC 2011


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2011-04-09T20:04:20-07:00
   Push Date:  2011/04/09 20:07:00 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  3986d31515b0dace21e79b5d0e480b322326c64b
   Changeset:  https://github.com/MythTV/mythtv/commit/3986d3151

Log:

API: Rework the Channel service.

Provide the ability to get a list of channels, with associated basic information, for a given multiplex.  There's still some more work needed here.  Need to make sure we are accurately filling in some of these values, some of which I am not sure how to get without resorting to SQL.  Also need to reconcile what's needed to edit a channel and make sure we are providing it with the channelinfo object.  Finally, need to add the ability to pass a channel back to the service/modify it.

Added:

   mythtv/libs/libmythservicecontracts/datacontracts/channelInfoList.h

Modified:

   mythtv/libs/libmythservicecontracts/datacontracts/programAndChannel.h
   mythtv/libs/libmythservicecontracts/libmythservicecontracts.pro
   mythtv/libs/libmythservicecontracts/services/channelServices.h
   mythtv/programs/mythbackend/services/channel.cpp
   mythtv/programs/mythbackend/services/channel.h



More information about the mythtv-commits mailing list