[mythtv-firehose] mythtv branch master updated by stuartm. v0.28-pre-2806-gcedd7a4
Git Repo Owner
noreply at mythtv.org
Thu Apr 2 17:26:43 UTC 2015
The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
via cedd7a4d99110792ae20cbbc3d6cb64c25fcf56f (commit)
via 3182179254c97b6cff7a000b9ebfa304c2a66a61 (commit)
via 3d9e696e3b024dc2e9f1285ca34018e784488b9f (commit)
from 1f637c9408fb0e2186a57d878aa734dfe81e0e88 (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 cedd7a4d99110792ae20cbbc3d6cb64c25fcf56f
Author: janbar <jlbarriere68 at gmail.com> at Sun, 1 Mar 2015 15:46:03 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 2 Apr 2015 18:26:37 +0100
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=cedd7a4d99110792ae20cbbc3d6cb64c25fcf56f
Use RecordingInfo instead ProgramInfo as recommended
Refs #12090
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>
commit 3182179254c97b6cff7a000b9ebfa304c2a66a61
Author: janbar <jlbarriere68 at gmail.com> at Sun, 9 Mar 2014 17:22:03 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 2 Apr 2015 18:26:36 +0100
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=3182179254c97b6cff7a000b9ebfa304c2a66a61
Services API - Get cut list and comm break for recorded
This is a patch adding the ability to get cut list and comm break for recordings.
Also new services are able to return offset by keyframe, position or duration
depending of request parameter "OffsetType" { nil , "Position", "Duration" }
Closes #12090
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>
commit 3d9e696e3b024dc2e9f1285ca34018e784488b9f
Author: Jay Merrifield <fracmak at gmail.com> at Tue, 4 Mar 2014 23:14:37 -0500
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 2 Apr 2015 18:26:36 +0100
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=3d9e696e3b024dc2e9f1285ca34018e784488b9f
Updated getKeys() and getHosts() xml bindings to latest format
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>
-----------------------------------------------------------------------
Summary of changes:
mythtv/bindings/python/MythTV/methodheap.py | 4 +-
mythtv/libs/libmyth/programinfo.cpp | 169 ++++++++++++++++++++
mythtv/libs/libmyth/programinfo.h | 4 +
.../datacontracts/cutList.h | 89 ++++++++++
.../datacontracts/cutting.h | 71 ++++++++
.../libmythservicecontracts.pro | 2 +
.../libmythservicecontracts/services/dvrServices.h | 12 ++
mythtv/programs/mythbackend/services/dvr.cpp | 68 ++++++++-
mythtv/programs/mythbackend/services/dvr.h | 10 ++
.../programs/mythbackend/services/serviceUtil.cpp | 93 +++++++++++
mythtv/programs/mythbackend/services/serviceUtil.h | 7 +
11 files changed, 526 insertions(+), 3 deletions(-)
create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/cutList.h
create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/cutting.h
--
More information about the mythtv-firehose
mailing list