[mythtv-commits] Ticket #12461: Channel Services API - GetChannelInfoList
MythTV
noreply at mythtv.org
Sat Feb 13 23:07:51 UTC 2016
#12461: Channel Services API - GetChannelInfoList
---------------------------------------------+-----------------------------
Reporter: mike.bibbings@… | Owner: Bill Meek
| <bmeek@…>
Type: Bug Report - General | Status: closed
Priority: minor | Milestone: unknown
Component: MythTV - Services API - Backend | Version: Master Head
Severity: medium | Resolution: fixed
Keywords: | Ticket locked: 0
---------------------------------------------+-----------------------------
Changes (by Bill Meek <bmeek@…>):
* owner: => Bill Meek <bmeek@…>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"03dea2e2c012440ccd7abee290bf4b95506b7f24/mythtv"]:
{{{
#!CommitTicketReference repository="mythtv"
revision="03dea2e2c012440ccd7abee290bf4b95506b7f24"
Services API: Fix Count & StartIndex for GetChannelInfoList
Allows Count and StartIndex combinations to return a subset of
channels for a single source. Note that StartIndex is a zero
based parameter. Getting blocks of 100 channels would be done
with:
StartIndex=0&Count=100
StartIndex=100&Count=100
...
Fixes #12461
}}}
--
Ticket URL: <https://code.mythtv.org/trac/ticket/12461#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list