[mythtv-firehose] mythtv branch master updated by stuartm. v0.28-pre-2164-g03c4c94

Git Repo Owner noreply at mythtv.org
Mon Sep 8 15:00:13 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  03c4c94dc6f900cabee1fde4f21c49b941d13940 (commit)
      from  2dadc2cc6179eb1fe85a57cd77756939ce96b7c6 (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 03c4c94dc6f900cabee1fde4f21c49b941d13940
Author:    Stuart Morgan <smorgan at mythtv.org> at Sun, 7 Sep 2014 20:09:05 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 8 Sep 2014 16:00:03 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=03c4c94dc6f900cabee1fde4f21c49b941d13940

Services API: Allow the use of RecordedId for all Recording endpoints
The use of ChanId and StartTime is deprecated and will be removed in a
future version.

The major API version of the DVR and Content services has been
increased to 6 and 2 respectively.

The Scripting API drops ChanId and StartTime since that is currently
only used by the WebFrontend.



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

Summary of changes:
 mythtv/html/misc/overview.qsp                      |    2 +-
 mythtv/html/samples/recorded.qsp                   |   81 +++++-----------
 mythtv/html/tv/ajax_backends/dvr_util.qsp          |   22 ++---
 mythtv/html/tv/ajax_backends/program_util.qsp      |    4 +-
 mythtv/html/tv/js/common.js                        |   30 +++++--
 mythtv/html/tv/js/recordings.js                    |   28 +++---
 mythtv/html/tv/recordings.qsp                      |   24 +++---
 mythtv/html/tv/tvplayer.qsp                        |   12 +--
 .../services/contentServices.h                     |   14 ++-
 .../libmythservicecontracts/services/dvrServices.h |   17 ++-
 .../services/frontendServices.h                    |    2 +-
 mythtv/programs/mythbackend/services/content.cpp   |   99 +++++++++++--------
 mythtv/programs/mythbackend/services/content.h     |   23 +++--
 mythtv/programs/mythbackend/services/dvr.cpp       |   66 ++++++++++----
 mythtv/programs/mythbackend/services/dvr.h         |   35 ++++----
 mythtv/programs/mythbackend/upnpcdstv.cpp          |    6 +-
 mythtv/programs/mythfrontend/services/frontend.cpp |   19 +++-
 mythtv/programs/mythfrontend/services/frontend.h   |    2 +-
 18 files changed, 262 insertions(+), 224 deletions(-)

-- 



More information about the mythtv-firehose mailing list