RecordingSchedule
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 | int | 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": "62b5a82a-0bbc-4cc9-843d-6999db41c3b9",
- "ScheduleId": 7580504,
- "ProgramId": 9400551,
- "ProgramName": "Sálvame diario",
- "ProgramReferenceId": "18696437",
- "ChannelId": 235,
- "ChannelName": "La 1",
- "ChannelNumber": 1,
- "ChannelReferenceId": "1",
- "SeriesId": 0,
- "StartTime": 1417359600,
- "EndTime": 1417374900,
- "ParentId": "62b5a82a-0bbc-4cc9-843d-6999db41c3b9",
- "RecordingHiearchy": 0,
- "RecordingState": 1,
- "RecordingStartTime": 0,
- "RecordingEndTime": 0,
- "RecordingDuration": 0,
- "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
- EpgLiveSchedule object
- ReducedLiveSchedule object
- LiveSchedule object
- LiveProgram object
- EpgLiveProgram object
- RecordingScheduleState enum
- Network_Pvr_Service for Network PVR Service