2013-12-17, 12:29 AM
(This post was last modified: 2013-12-17, 12:38 AM by UncleJohnsBand.)
Maybe this helps....
The epgEventJSONObject can contain up to 4 segments.
epgEvent - This is the event itself. It has two boolean attributes HasSchedule an ScheduleIsRecurring that tell you if there is a schd and/or recurring segment. If the HasSchedule element is false there will be no schedule segment present. Likewise if the ScheduleIsRecurring element is false there will be no recur segment.
schd - This contains the info about the how the epgEvent is scheduled and the various attributes about the schedule and the status of that schedule (i.e. pending, in-progress, etc)
recurr - This segment contains the info about the recurring schedule entry that continually generates schedules for a targeted epgEvent
rtn - This segment contains any error info in regards to the epgEvent if the Error element is True.
The epgEventJSONObject can contain up to 4 segments.
epgEvent - This is the event itself. It has two boolean attributes HasSchedule an ScheduleIsRecurring that tell you if there is a schd and/or recurring segment. If the HasSchedule element is false there will be no schedule segment present. Likewise if the ScheduleIsRecurring element is false there will be no recur segment.
schd - This contains the info about the how the epgEvent is scheduled and the various attributes about the schedule and the status of that schedule (i.e. pending, in-progress, etc)
recurr - This segment contains the info about the recurring schedule entry that continually generates schedules for a targeted epgEvent
rtn - This segment contains any error info in regards to the epgEvent if the Error element is True.
Code:
"epgEventJSONObject":{
"epgEvent":{
"OID":6532962,
"UniqueId":"EP007537960210",
"ChannelOid":7166,
"StartTime":"2013-12-17T01:00:00Z",
"EndTime":"2013-12-17T01:30:00Z",
"Title":"How I Met Your Mother",
"Subtitle":"Bass Player Wanted",
"Desc":"A man at the wedding intentionally stirs up trouble; Marshall finally arrives at the Farhampton Inn.",
"Rating":"TV-14",
"Quality":"HDTV",
"StarRating":"",
"Aspect":"",
"Audio":"stereo",
"OriginalAirdate":"2013-12-16T00:00:00",
"FanArt":"public/download.aspx?rid=_wEC9f___w8*&path=_wEFOkQ6XFVzZXJzXFB1YmxpY1xOUFZSXE1lZGlhXFNob3dzXEhvdyBJIE1ldCBZb3VyIE1vdGhlci5qcGc*&mode=1",
"Genres":[
"Sitcom"
],
"FirstRun":true,
"HasSchedule":true,
"ScheduleIsRecurring":true
},
"schd":{
"OID":19208,
"ChannelOid":7166,
"Priority":0,
"Name":"How I Met Your Mother",
"Quality":"Best",
"Type":"Multiple",
"Day":"Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday",
"StartTime":"2013-12-17T01:00:00Z",
"EndTime":"2013-12-17T01:30:00Z",
"Status":"Pending",
"FailureReason":"",
"PrePadding":"0",
"PostPadding":"0",
"MaxRecordings":"0",
"DownloadURL":"",
"RecordingFileName":"",
"PlaybackPosition":0,
"PlaybackDuration":0,
"LastWatched":"0001-01-01T00:00:00",
"OnlyNew":false,
"Blue":false,
"Green":false,
"Red":false,
"Yellow":false,
"FanArt":"public/download.aspx?rid=_wEC9f___w8*&path=_wEFOkQ6XFVzZXJzXFB1YmxpY1xOUFZSXE1lZGlhXFNob3dzXEhvdyBJIE1ldCBZb3VyIE1vdGhlci5qcGc*&mode=1"
},
"recurr":{
"Type":"Recurring",
"OID":143,
"RecurringName":"How I Met Your Mother",
"PeriodDescription":"All New Episodes",
"EPGTitle":"How I Met Your Mother",
"ChannelOid":7166,
"StartTime":"2012-01-10T01:00:00Z",
"EndTime":"2012-01-10T01:30:00Z",
"RecordingDirectoryID":null,
"Priority":0,
"Quality":"Best",
"PrePadding":"0",
"PostPadding":"0",
"MaxRecordings":"0",
"allChannels":false,
"OnlyNew":true,
"Day":"Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday",
"AdvancedRules":null,
"RulesXmlDoc":{
"Rules":{
"EPGTitle":"How I Met Your Mother",
"ChannelOID":"7166",
"ChannelName":"72.1624-WHPDT",
"StartTime":"2012-01-10T01:00:00.0000000Z",
"EndTime":"2012-01-10T01:30:00.0000000Z",
"PrePadding":"0",
"PostPadding":"0",
"Quality":"3",
"Keep":"0",
"OnlyNewEpisodes":"true"
}
}
},
"rtn":{
"Error":false,
"Message":""
}
}
},
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's