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

MythTV noreply at mythtv.org
Mon Sep 19 04:46:31 UTC 2011


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2011-09-18T21:42:25-07:00
   Push Date:  2011/09/18 21:46:25 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  7d80a99b4726a73745bffb4d7932b84523d94cda
   Changeset:  https://github.com/MythTV/mythtv/commit/7d80a99b4

Log:

Serices: Add a method to query Schedules Direct lineups.

Adds "GetDDLineups" to the Channel service.

Usage:

http://BackendServerIP:6544/Channel/GetDDLineups?UserId=abcd&Password=1234

Returns all configured lineups from Schedules Direct as a LineupList data contract.  Gives ZIP code, name, displayname, lineupID, etc.

This will need a distclean, most likely.

Added:

   mythtv/libs/libmythservicecontracts/datacontracts/lineup.h

Modified:

   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