Difference between revisions of "ReducedLiveSchedule"

From Gvp-public
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 29: Line 29:
 
{{!}}  {{!}} '''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"
 
 
! EpgRating
 
{{!}} int
 
{{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 3.1!'''
 
Rating value for highlighting contents
 
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
Line 71: Line 65:
 
{{!}} String
 
{{!}} String
 
{{!}} Program name
 
{{!}} Program name
 +
{{!}}- valign="top"
 +
 +
! Rating
 +
{{!}} int
 +
{{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 3.1!'''
 +
Rating value for highlighting contents
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
Line 99: Line 99:
 
:        "Images": Array of [[Image|Image]] objects,
 
:        "Images": Array of [[Image|Image]] objects,
 
:        "ResizableImages": Array of [[Image|Image]] objects,
 
:        "ResizableImages": Array of [[Image|Image]] objects,
:        "EpgRating" : 65,
+
:        "Rating" : 65,
 
:        "EpgSeriesId" : 6573,
 
:        "EpgSeriesId" : 6573,
 
:        "EpgNetworkDvr": false
 
:        "EpgNetworkDvr": false
Line 117: Line 117:
 
{{!}} Initial data type implementation
 
{{!}} Initial data type implementation
 
{{!}} Harley Cabral
 
{{!}} Harley Cabral
 +
{{!}}- valign="top"
 +
! 2.3
 +
{{!}} Included Resizable Images
 +
{{!}} Francisco Milagro
 +
{{!}}- valign="top"
 +
! 2.4
 +
{{!}} Included EpgNetworkDvr field for marking schedules as "nPVR recordable" (ALU MyViewTV)
 +
{{!}} Jose A. Jiménez
 +
{{!}}- valign="top"
 +
! 3.1
 +
{{!}} Included "Rating" field for content highlighting
 +
{{!}} Jose A. Jiménez
 
{{!}}- valign="top"
 
{{!}}- valign="top"
 
{{!}}}
 
{{!}}}

Latest revision as of 20:24, 27 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

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
Rating int NEW IN 3.1!

Rating value for highlighting contents

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,
"Rating" : 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.1 Included "Rating" field for content highlighting Jose A. Jiménez


See also