[mythtv-commits] Ticket #12461: Channel Services API - GetChannelInfoList

MythTV noreply at mythtv.org
Sun Jun 21 17:14:43 UTC 2015


#12461: Channel Services API - GetChannelInfoList
-------------------------------------------------+-------------------------
     Reporter:  mike.bibbings@…                  |      Owner:
         Type:  Bug Report - General             |     Status:  new
     Priority:  minor                            |  Milestone:  unknown
    Component:  MythTV - Services API - Backend  |    Version:  Master Head
     Severity:  medium                           |   Keywords:
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 StartIndex and Count parameters are not being used in GetChannelInfoList
 resulting in more data being returned than requested, which in pvr.mythtv
 addon for Kodi can cause a hang with multiples of exactly 100 channels.

 See attached file which is the result of

 http://192.168.0.20:6544/Channel/GetChannelInfoList?SourceID=5&OnlyVisible=true&Details=false&StartIndex=1&Count=2


 To replicate the bug in a browser

 http://<backendIP>:6544/Channel/GetChannelInfoList?StartIndex=1&Count=2&SourceID=<n>&OnlyVisible=true&Details=false

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12461>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list