GetRecorded (MythXML)
From MythTV Official Wiki
Contents |
Description
Retrives the list of recorded programs.
Inputs
- Descending - (optional) defines sort order, using order of recording
Success
<?xml version="1.0" encoding="utf-8"?>
<GetRecordedResponse>
<Count>81</Count>
<AsOf>2010-09-08T01:11:05</AsOf>
<Version>0.23.20100830-2</Version>
<ProtoVer>59</ProtoVer>
<Recorded>
<Programs>
<Program title="Warehouse 13" subTitle="Merge With Caution" programFlags="5" category="Comedy-drama" fileSize="3259860928" seriesId="EP01159848" hostname="myth0" catType="" programId="EP011598480022" repeat="0" stars="0" endTime="2010-08-24T22:00:00" airdate="2010-08-24" startTime="2010-08-24T21:00:00" lastModified="2010-08-24T22:00:11">The agents hope to spend a weekend relaxing until an artifact gets in the way.
<Channel inputId="0" chanFilters="" commFree="0" channelName="Sci-Fi Channel" sourceId="0" chanId="2061" chanNum="61" callSign="SCIFI"/>
<Recording recPriority="0" playGroup="Default" recStatus="-3" recStartTs="2010-08-24T21:00:00" recGroup="Default" dupMethod="6" recType="0" encoderId="0" recProfile="High Quality" recEndTs="2010-08-24T22:00:00" recordId="437" dupInType="15"/>
</Program>
...
</Programs>
</Recorded>
</GetRecordedResponse>