[mythtv-commits] Ticket #12516: GetRecodedList API call - inconsistent StartIndex

MythTV noreply at mythtv.org
Fri Oct 2 11:39:04 UTC 2015


#12516: GetRecodedList API call - inconsistent StartIndex
-------------------------------------+-------------------------------------
     Reporter:  Phil Brady           |      Owner:
  <phil.brady@…>                     |
         Type:  Bug Report -         |     Status:  new
  General                            |
     Priority:  minor                |  Milestone:  unknown
    Component:  MythTV - General     |    Version:  0.27.4
     Severity:  low                  |   Keywords:  GetRecordedList,
Ticket locked:  0                    |  Services API, StartIndex
-------------------------------------+-------------------------------------
 With the GetRecordedList API call, StartIndex=0 and StartIndex=1 return
 the same data. Thus code which grabs the data in chunks eg

     StartIndex=0&Count=100
     StartIndex=100&Count=100

 will have a duplicate returned because he first call will return 1 to 100
 inclusive, the second 100 to 199.

 ie indexing starts at 1 not zero, unlike other calls eg GetChannelL

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


More information about the mythtv-commits mailing list