ReducedLiveSchedule
Jump to navigation
Jump to search
Represents the information for a live schedule, mainly from data coming from EPG ingestion.
Members
Field | Data Type | Description |
---|---|---|
CallLetter | String | Channel Call letter |
ChannelId | int | Channel ID |
EndTime | DateTime | Ending time for the query |
EpgMiviewUserNetworkDvr | bool | NEW IN 2.4!
Whether the schedule has the nPVR enabled or not |
EpgSeriesID | int | NEW IN 2.4!
Series ID (required by Network PVR Service) |
GenreIdList | Array of int | Array of genres ID associated to the schedule |
ID | int | Live Schedule ID |
Images | Array of Images object | List of images |
InstanceAgeRating | int | Instance Age Rating System ID |
ProgramId | int | Program ID |
ProgramName | String | Program name |
ResizableImages | Array of Images object | NEW IN 2.3!
List of original images (non resized). The application should use the Thumbox Service to perform dynamic resizing of the images in order to adapt them to the User Interface. |
StartTime | DateTime | Start time for the query |
Example
{
- "Id": 4192142,
- "CallLetter": "La1",
- "ChannelId": 235,
- "ProgramName": "C.S.I.: Miami",
- "ProgramId": 5807788,
- "GenreIdList": array of genres id,
- "StartTime": 1400971500,
- "EndTime": 1400975100,
- "InstanceAgeRating": 59,
- "Images": Array of Image objects,
- "ResizableImages": Array of Image objects,
- "EpgMiviewUserNetworkDvr": false
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |
See also
- Network PVR Service methods
- Thumbox Service
- EpgLiveSchedule object
- EpgLiveProgram object