ReducedLiveSchedule

From Gvp-public
Revision as of 06:20, 1 April 2015 by Id01213 (talk | contribs)
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
EpgNetworkDvr bool Included in 2.4

Whether the schedule has the nPVR enabled or not

EpgRating int NEW IN 3.1!

Rating value for highlighting contents

EpgSeriesID int Included 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 Included 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,
"EpgRating" : 65,
"EpgSeriesId" : 6573,
"EpgNetworkDvr": false

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation Harley Cabral
2.3 Included Resizable Images Francisco Milagro
2.4 Included EpgNetworkDvr field for marking schedules as "nPVR recordable" (ALU MyViewTV) Jose A. Jiménez
3.0 Included EpgRating field for content highlighting Jose A. Jiménez


See also