Difference between revisions of "ReducedLiveSchedule"

From Gvp-public
Jump to navigation Jump to search
Line 27: Line 27:
 
! EpgNetworkDvr
 
! EpgNetworkDvr
 
{{!}} bool
 
{{!}} bool
{{!}} bgcolor="#7DC04E" {{!}} '''Included in 2.4'''  
+
{{!}} {{!}} '''Included in 2.4'''  
 
Whether the schedule has the nPVR enabled or not
 
Whether the schedule has the nPVR enabled or not
 
{{!}}- valign="top"
 
{{!}}- valign="top"
Line 39: Line 39:
 
! EpgSeriesID
 
! EpgSeriesID
 
{{!}} int
 
{{!}} int
{{!}} bgcolor="#7DC04E" {{!}} '''Included in 2.4'''
+
{{!}} {{!}} '''Included in 2.4'''
 
Series ID (required by [[UNIAPI_Specification#Network_Pvr_Service| Network PVR Service]])
 
Series ID (required by [[UNIAPI_Specification#Network_Pvr_Service| Network PVR Service]])
 
{{!}}- valign="top"
 
{{!}}- valign="top"
Line 75: Line 75:
 
! ResizableImages
 
! ResizableImages
 
{{!}} Array of [[Image|Images]] object
 
{{!}} Array of [[Image|Images]] object
{{!}} bgcolor="#7DC04E" {{!}} '''Included in 2.3'''
+
{{!}} {{!}} '''Included in 2.3'''
 
List of original images (non resized). The application should use the [[UNIAPI_Specification#ThumboxService| Thumbox Service]] to perform dynamic resizing of the images in order to adapt them to the User Interface.
 
List of original images (non resized). The application should use the [[UNIAPI_Specification#ThumboxService| Thumbox Service]] to perform dynamic resizing of the images in order to adapt them to the User Interface.
 
{{!}}- valign="top"
 
{{!}}- valign="top"

Revision as of 06:16, 1 April 2015

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


See also