[mythtv-commits] mythtv branch master updated by paulh. v30-Pre-384-g63a5a20

Git Repo Owner noreply at mythtv.org
Wed Jan 10 16:48:29 UTC 2018


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 at mythtv.org> at Wed, 10 Jan 2018 16:47:52 +0000
Committer: Paul Harrison <pharrison at 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(-)

-- 



More information about the mythtv-commits mailing list