[mythtv-firehose] mythtv/master commit: 5eb563afc by Robert McNamara (rmcnamara)

MythTV noreply at mythtv.org
Tue Nov 15 22:58:10 UTC 2011


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2011-11-15T14:53:49-08:00
   Push Date:  2011/11/15 14:57:56 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  5eb563afc4389d2c93843f4a904457a775d18b66
   Changeset:  https://github.com/MythTV/mythtv/commit/5eb563afc

Log:

Content API: Add a GetRecordingArtworkList API.

Returns a list of artwork available for a recording by starttime and chanid.

This is useful so that you don't have to try each and every type of art for each and every item, you can just see
what's available for the recording, and only ask for that.

Usage:

http://BackendServerIP:6544/Content/GetRecordingArtworkList?Chanid=1234&StartTime=2011-11-10T09:00:00

Added:

   mythtv/libs/libmythservicecontracts/datacontracts/artworkInfo.h
   mythtv/libs/libmythservicecontracts/datacontracts/artworkInfoList.h

Modified:

   mythtv/libs/libmythservicecontracts/libmythservicecontracts.pro
   mythtv/libs/libmythservicecontracts/services/contentServices.h
   mythtv/programs/mythbackend/services/content.cpp
   mythtv/programs/mythbackend/services/content.h



More information about the mythtv-firehose mailing list