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

MythTV noreply at mythtv.org
Tue Nov 1 21:30:00 UTC 2011


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2011-11-01T14:27:42-07:00
   Push Date:  2011/11/01 14:29:54 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  d487fca37714b0243e120f1d1cbaf64b2e0535d9
   Changeset:  https://github.com/MythTV/mythtv/commit/d487fca37

Log:

Services API: Add Video, Audio, and Subtitle props to Program contract.

This allows an API consumer to pull up the guide and get the bitmasks
for video, audio, and subtitle properties.

I went back and forth on whether to consider these attributes part of
details of the base view, but settled on them being a default.  If one is using
the GetProgramGuide API, one needs these attributes to build the guide visually.
One can then get the further details with the API to get full details on a program
if the item is clicked/selected/tapped/whatever.

Modified:

   mythtv/libs/libmythservicecontracts/datacontracts/programAndChannel.h
   mythtv/programs/mythbackend/services/serviceUtil.cpp



More information about the mythtv-commits mailing list