[mythtv-firehose] mythtv branch master updated by gigem. v0.27-pre2-1643-g14bb408

Git Repo Owner noreply at mythtv.org
Mon Jul 1 17:05:21 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  14bb4082f123f856505073f11c7b5b1066cac2c6 (commit)
       via  0254ef8c2c0f076303cfb4ff75a53cd2f61b48da (commit)
      from  488584514f2bab159b4a57cf7aae928a725b98e6 (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 14bb4082f123f856505073f11c7b5b1066cac2c6
Author:    David Engel <dengel at mythtv.org> at Mon, 1 Jul 2013 11:59:41 -0500
Committer: David Engel <dengel at mythtv.org> at Mon, 1 Jul 2013 11:59:41 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=14bb4082f123f856505073f11c7b5b1066cac2c6

Remove GetFilteredLiveStreamList() and add the filtering parameter to GetLiveStreamList().
They used the same funtion internally.  This also makes it consistent
with all of the other Get*List() calls after GetFilteredRecordedList()
was similarly removed.



commit 0254ef8c2c0f076303cfb4ff75a53cd2f61b48da
Author:    David Engel <dengel at mythtv.org> at Mon, 1 Jul 2013 11:46:49 -0500
Committer: David Engel <dengel at mythtv.org> at Mon, 1 Jul 2013 11:46:49 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0254ef8c2c0f076303cfb4ff75a53cd2f61b48da

Tweak the Get[Filtered]RecordedList() services API calls.
Change GetRecordedList() to return recordings from the Deleted group.
This is consistent with the equivalent Myth protocol functionality.
Remove GetFilteredRecordedList() and add the optional filter
parameters to GetRecordedList().  They already used the same function
internally.



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

Summary of changes:
 mythtv/html/samples/hlstest.qsp                    |    2 +-
 mythtv/html/samples/livestream_rec.qsp             |    2 +-
 .../services/contentServices.h                     |    5 +-
 .../libmythservicecontracts/services/dvrServices.h |   14 +--
 mythtv/programs/mythbackend/services/content.cpp   |   11 +---
 mythtv/programs/mythbackend/services/content.h     |   12 +--
 mythtv/programs/mythbackend/services/dvr.cpp       |   81 ++++++--------------
 mythtv/programs/mythbackend/services/dvr.h         |   33 +++-----
 8 files changed, 48 insertions(+), 112 deletions(-)

-- 



More information about the mythtv-firehose mailing list