[mythtv-commits] mythtv branch master updated by paulh. v29-pre-352-gab1c3e8

Git Repo Owner noreply at mythtv.org
Wed Mar 8 11:40:43 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  ab1c3e86683114e5c9ba61ead14c03ec311528d4 (commit)
      from  ab4513fbb6f50f1402835b5599f6ff79b4b0fd48 (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 ab1c3e86683114e5c9ba61ead14c03ec311528d4
Author:    Paul Harrison <pharrison at mythtv.org> at Wed, 8 Mar 2017 11:40:14 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Wed, 8 Mar 2017 11:40:14 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ab1c3e86683114e5c9ba61ead14c03ec311528d4

ServicesAPI: add the genre list to the output from Video/GetVideoList



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

Summary of changes:
 .../datacontracts/artworkInfoList.h                |    2 +-
 .../libmythservicecontracts/datacontracts/genre.h  |   69 +++++++++++++++
 .../datacontracts/genreList.h                      |   89 ++++++++++++++++++++
 .../datacontracts/videoMetadataInfo.h              |   22 ++++-
 .../datacontracts/videoMetadataInfoList.h          |    2 +-
 .../libmythservicecontracts.pro                    |    1 +
 .../programs/mythbackend/services/serviceUtil.cpp  |   29 +++++++
 mythtv/programs/mythbackend/services/serviceUtil.h |    3 +
 8 files changed, 211 insertions(+), 6 deletions(-)
 create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/genre.h
 create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/genreList.h

-- 



More information about the mythtv-commits mailing list