[mythtv-commits] Ticket #12279: Services APi GetRecordedList ignores StartIndex and Count

MythTV noreply at mythtv.org
Mon Sep 22 16:17:09 UTC 2014


#12279: Services APi GetRecordedList ignores StartIndex and Count
-------------------------------------------------+-------------------------
     Reporter:  phil.brady@…                     |      Owner:
         Type:  Bug Report - General             |     Status:  new
     Priority:  minor                            |  Milestone:  unknown
    Component:  MythTV - Services API - Backend  |    Version:  0.27.2
     Severity:  low                              |   Keywords:  API
Ticket locked:  0                                |  GetRecordedList
-------------------------------------------------+-------------------------
 Services API for GretRecordedList does not respect either Startindex or
 Count.  It always assumes Startindex of zero and maximum count and so
 returns all recordings.

 eg:
 http://192.168.1.67:6544/Dvr/GetRecordedList?StartIndex=10Count=1&Descending=true

 returns:
 <?xml version="1.0" encoding="UTF-8"?>
 <ProgramList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 version="1.0" serializerVersion="1.1">
 <StartIndex>0</StartIndex>
 <Count>566</Count>
 <TotalAvailable>566</TotalAvailable>
 <AsOf>2014-09-22T15:52:43Z</AsOf>
 <Version>0.27.20140719-1</Version>
 <ProtoVer>77</ProtoVer>
 <Programs>
 <Program>

 [....  566 program records follow ... ]

 Mythbuntu 14.04 Mythtv 0.27.2.

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


More information about the mythtv-commits mailing list