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

MythTV noreply at mythtv.org
Thu Jan 26 16:41:10 UTC 2017


#12516: GetRecodedList API call - inconsistent StartIndex
-------------------------------------------------+-------------------------
 Reporter:  Phil Brady <phil.brady@…>            |          Owner:  bmeek
     Type:  Bug Report - General                 |         Status:
                                                 |  infoneeded
 Priority:  minor                                |      Milestone:  unknown
Component:  MythTV - General                     |        Version:  0.27.4
 Severity:  low                                  |     Resolution:
 Keywords:  GetRecordedList, Services API,       |  Ticket locked:  0
  StartIndex                                     |
-------------------------------------------------+-------------------------
Changes (by bmeek):

 * status:  assigned => infoneeded


Comment:

 Phil, is this still an isssue? Consider the following:
 {{{
 http://<BE>:6544/Dvr/GetRecordedList?StartIndex=0&Count=2
 http://<BE>:6544/Dvr/GetRecordedList?StartIndex=1&Count=2
 http://<BE>:6544/Dvr/GetRecordedList?StartIndex=2&Count=2
 }}}
 I get recordings (A and B), (B and C) then (C and D) respectively.
 That's the result I'd expect.

 I also tried using !StartIndex=0 and 100 with Count=100 and the
 result didn't have an overlap (the title of the 100th and 101st
 were the same, but the subtitles were different in my case.)

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


More information about the mythtv-commits mailing list