Mailing List Archive

mythtv branch master updated by paulh. v30-Pre-384-g63a5a20
The branch, master has been updated on the
mythtv repository by gitolite user paulh.
via 63a5a20ec2b1ce908f99ffcc55eb65adfae575f2 (commit)
from f64592eee9cf63420034d38b672f9daaaadf4ac2 (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 63a5a20ec2b1ce908f99ffcc55eb65adfae575f2
Author: Paul Harrison <pharrison@mythtv.org> at Wed, 10 Jan 2018 16:47:52 +0000
Committer: Paul Harrison <pharrison@mythtv.org> at Wed, 10 Jan 2018 16:47:52 +0000
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=63a5a20ec2b1ce908f99ffcc55eb65adfae575f2

ServicesAPI: add some extra filtering options to Channel/GetChannelInfoList
* Add optional parameter 'ChannelGroupId' which filters the returned list of
channels to ones that are in a given channel group.

* Add optional parameter 'OrderByName' - by default the list of channels is
ordered by channel number. If this parameter is true the list is sorted by
channel name.

* Add optional parameter 'GroupByCallsign' - by default the list of channels
is grouped by chanId which isn't always what you want. If this parameter is
true the list will be grouped by Callsign.

* Add 'ChannelGroups' to the output if Details is true which is a comma
separated list of ChannelGroupIds a channel belongs to.

* Add 'Inputs' to the output if Details is true which is a comma separated list
of InputIds (encoders) a channel can be received on.



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

Summary of changes:
.../datacontracts/programAndChannel.h | 32 ++++++++++++--------
.../services/channelServices.h | 7 +++-
mythtv/programs/mythbackend/services/channel.cpp | 12 +++++--
mythtv/programs/mythbackend/services/channel.h | 13 ++++++--
.../programs/mythbackend/services/serviceUtil.cpp | 22 +++++++++++++
5 files changed, 64 insertions(+), 22 deletions(-)

--

_______________________________________________
mythtv-firehose mailing list
mythtv-firehose@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-firehose