RecordingSchedule

From Gvp-public
Revision as of 10:10, 4 February 2015 by Id01213 (talk | contribs)
Jump to navigation Jump to search

Represents a Schedule object, associated with the managing of recordings in the Network PVR service.

Members

Field Data Type Description
ChannelId int Channel ID (internal GVP ID)
ChannelName String Channel Name
Conflicted Boolean Whether the recording schedule has been detected as "conflicted" by the nPVR remote backend
EndTime long int Schedule ending time
ID string RecordingSchedule unique ID
LastModified int Date-time of last modification of the recording schedule
ParentId string Id of the "parent recording" (or recording definition/schedule). The value is equal to the ID field in the case of a "parent" recording (meaning parent=itself)
ProgramId int ID of program associated to schedule (internal GVP ID)
ProgramName String Program Name
RecordingDuration long int Duration of the recording
RecordingEndTime long int Recording end time (may not coincide with schedule ending time)
RecordingHiearchy RecordingHiearchyType enum Indicates whether the object is a "parent" recording (recording definition) (value 0) or a "child" recording (value 1)
RecordingStartTime long int Recording start time (may not coincide with schedule starting time)
RecordingState RecordingScheduleState enum Status of recording
ScheduleId int Schedule unique ID
SeriesId int Series ID (in case of schedule part of a series)
StartTime long int Schedule starting time
Type RecordingScheduleType enum Recording type (entire series or individual episodes)


Example

{

"Id" : "525cf038-4890-49e2-8a9c-fc1e89296a00",
"ParentId" : "db80e616-80e0-48ee-818e-a7e96096672d",
"ScheduleId" : 4089207,
"ProgramId" : 4419758,
"ProgramName" : "Technical Difficulties (Image Sample)",
"ProgramReferenceId" : "99343001",
"ChannelId" : 5044,
"ChannelName" : "KTDS",
"ChannelNumber" : 1459,
"ChannelReferenceId" : "99343001",
"SeriesId" : 0,
"StartTime" : 1418169600,
"EndTime" : 1418171400,
"RecordingHierarchy" : 1,
"RecordingState" : 0,
"RecordingStartTime" : 1418162400,
"RecordingEndTime" : 1418164200,
"RecordingDuration" : 1800,
"Type" : 1,
"LastModified" : 0,
"Conflicted" : false

}


Known issues

None


Version history

API Version Number Change description Changes author
2.4 Initial data type implementation


See also