[mythtv-commits] mythtv branch master updated by cpinkham. v0.27-pre2-1437-gc8cd017

Git Repo Owner noreply at mythtv.org
Fri Jun 14 04:46:38 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user cpinkham.
       via  c8cd017a65c63da4e75005621e32f756dc4a36d2 (commit)
      from  aad0c379d819248f4cc69214845532b654410503 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c8cd017a65c63da4e75005621e32f756dc4a36d2
Author:    Chris Pinkham <cpinkham at mythtv.org> at Thu, 13 Jun 2013 21:44:20 -0700
Committer: Chris Pinkham <cpinkham at mythtv.org> at Thu, 13 Jun 2013 21:44:20 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c8cd017a65c63da4e75005621e32f756dc4a36d2

Add a Dvr GetTitleInfoList Services API endpoint
Currently this returns a list of unique titles/InetRef combinations,
but it could be extended to include other info later.



-----------------------------------------------------------------------

Summary of changes:
 .../datacontracts/titleInfo.h                      |   67 ++++++++++++++++
 .../datacontracts/titleInfoList.h                  |   83 ++++++++++++++++++++
 .../libmythservicecontracts.pro                    |    2 +
 .../libmythservicecontracts/services/dvrServices.h |    4 +
 mythtv/programs/mythbackend/services/dvr.cpp       |   34 ++++++++
 mythtv/programs/mythbackend/services/dvr.h         |    3 +
 6 files changed, 193 insertions(+), 0 deletions(-)
 create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/titleInfo.h
 create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/titleInfoList.h

-- 



More information about the mythtv-commits mailing list