[mythtv-firehose] mythtv branch master updated by stuartm. v0.28-pre-572-g7f0a619
Git Repo Owner
noreply at mythtv.org
Tue Nov 26 11:23:11 UTC 2013
The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
via 7f0a6196bd993408addeda439c4bbe08d5713fb3 (commit)
via 69fd4b43663dfddcf35200ef3363ec2e73a910ea (commit)
from e963a34972dc31386c2ba523e2f019db42dc029c (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 7f0a6196bd993408addeda439c4bbe08d5713fb3
Author: Stuart Morgan <smorgan at mythtv.org> at Mon, 25 Nov 2013 21:08:17 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 26 Nov 2013 10:23:18 +0000
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=7f0a6196bd993408addeda439c4bbe08d5713fb3
Services: Add cast information to Program
commit 69fd4b43663dfddcf35200ef3363ec2e73a910ea
Author: Stuart Morgan <smorgan at mythtv.org> at Mon, 25 Nov 2013 17:30:53 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 26 Nov 2013 05:30:10 +0000
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=69fd4b43663dfddcf35200ef3363ec2e73a910ea
Services: Add GetRecRuleFilterList() endpoint.
-----------------------------------------------------------------------
Summary of changes:
.../datacontracts/castMember.h | 79 +++++++++++++++
.../datacontracts/castMemberList.h | 78 +++++++++++++++
.../datacontracts/channelGroup.h | 2 +-
.../datacontracts/programAndChannel.h | 15 +++-
.../datacontracts/recRuleFilter.h | 66 +++++++++++++
.../datacontracts/recRuleFilterList.h | 102 ++++++++++++++++++++
.../datacontracts/videoMetadataInfo.h | 19 ++++-
.../libmythservicecontracts.pro | 4 +
.../libmythservicecontracts/services/dvrServices.h | 7 +-
.../services/guideServices.h | 2 +-
mythtv/programs/mythbackend/services/dvr.cpp | 27 +++++
mythtv/programs/mythbackend/services/dvr.h | 5 +-
mythtv/programs/mythbackend/services/guide.cpp | 2 +-
.../programs/mythbackend/services/serviceUtil.cpp | 82 ++++++++++++++++-
mythtv/programs/mythbackend/services/serviceUtil.h | 7 +-
15 files changed, 487 insertions(+), 10 deletions(-)
create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/castMember.h
create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/castMemberList.h
create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/recRuleFilter.h
create mode 100644 mythtv/libs/libmythservicecontracts/datacontracts/recRuleFilterList.h
--
More information about the mythtv-firehose
mailing list