Difference between revisions of "ReducedLiveSchedule"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_DataType_Spec |Description=Represents the information for a live schedule, mainly from data coming from EPG ingestion. |Members= {{{!}} border="2" style="width:800px" ce...")
 
Line 25: Line 25:
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
! EpgMiviewUserNetworkDvr
+
! EpgNetworkDvr
 
{{!}} bool
 
{{!}} bool
 
{{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 2.4!'''  
 
{{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 2.4!'''  
Line 81: Line 81:
  
 
|Example=
 
|Example=
 
 
{
 
{
 
:        "Id": 4192142,
 
:        "Id": 4192142,
Line 94: Line 93:
 
:        "Images": Array of [[Image|Image]] objects,
 
:        "Images": Array of [[Image|Image]] objects,
 
:        "ResizableImages": Array of [[Image|Image]] objects,
 
:        "ResizableImages": Array of [[Image|Image]] objects,
:        "EpgMiviewUserNetworkDvr": false
+
:        "EpgSeriesId" : 6573,
 +
:        "EpgNetworkDvr": false
 
}
 
}
  

Revision as of 06:31, 9 June 2014

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 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,
"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