Difference between revisions of "LiveChannelsPlayback"

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...")
 
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Information|Message=You are accessing newest version of this data type, according to <span style="font-weight:bold">/service3.0 (3.2)</span> specification. To access newest versions of this object, access [[LiveChannelsPlayback_3.0]]}}
 +
 
{{Api_DataType_Spec
 
{{Api_DataType_Spec
 
|Description=Represents the information for a live schedule, mainly from data coming from EPG ingestion.
 
|Description=Represents the information for a live schedule, mainly from data coming from EPG ingestion.
Line 53: Line 55:
 
{{!}} int
 
{{!}} int
 
{{!}} Internal (MiB) ID of the channel.
 
{{!}} Internal (MiB) ID of the channel.
 +
{{!}}- valign="top"
 +
 +
! isExternal
 +
{{!}} bool
 +
{{!}} '''NEW IN 3.0!''' Indicates if the channel is external or not.
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
Line 63: Line 70:
 
{{!}} String
 
{{!}} String
 
{{!}} Channel name.
 
{{!}} Channel name.
 +
{{!}}- valign="top"
 +
 +
! PlaybackInfos
 +
{{!}} Array of [[PlaybackInfo]] object
 +
{{!}} '''NEW IN 3.0''' Playback info for specific device types requested in deviceTypes filter.
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
Line 82: Line 94:
 
! TimeShift
 
! TimeShift
 
{{!}} bool
 
{{!}} bool
{{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 2.3!''' Channel with TimeShift (RestartTV) capabilities true/false
+
{{!}} Channel with TimeShift (RestartTV) capabilities true/false
 +
{{!}}- valign="top"
 +
 
 +
! Title
 +
{{!}} String
 +
{{!}} Title of the LiveChannelsPlayback
 +
{{!}}- valign="top"
 +
 
 +
! Subscriptions
 +
{{!}} Array of int
 +
{{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 3.2!''' List of Subscription IDs where this channel is available in (as commercial offer)
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
Line 89: Line 111:
 
|Example=
 
|Example=
 
{
 
{
:        "ID": 235,
+
:        "ID": 250,
:        "Name": "La 1",
+
:        "Name": "Disney Junior",
 +
:        "Title": "Disney Junior",
 
:        "Description": "",
 
:        "Description": "",
 
:        "Active": true,
 
:        "Active": true,
:        "IsPlayback": true,
 
 
:        "Ppv": false,
 
:        "Ppv": false,
:        "Dvr": false,
+
:        "Dvr": true,
 
:        "RequiresPin": false,
 
:        "RequiresPin": false,
:        "CallLetter": "La1",
+
:        "CallLetter": "DisnJ",
 
:        "ChannelNumber": 1,
 
:        "ChannelNumber": 1,
:        "EpgLiveChannelReferenceId": "1",
+
:        "EpgLiveChannelReferenceId": "16",
:        "Genres": array of genres id,
+
:        "Genres": [],
:        "Icons": Array of [[Image|Image]] objects,
+
:        "Icons": [
:        "ResizableImages": Array of [[Image|Image]] objects,
+
::            Array of [[Image|Image]] objects
:        "TimeShift": true
+
:        ],
 +
:        "ResizableImages": [
 +
::            Array of [[Image|Image]] objects
 +
:        ],
 +
:        "TimeShift": false,
 +
:        "IsPlayback": true,
 +
:        "PlaybackInfos": [
 +
::            Array of [[PlaybackInfo]] object
 +
:        ],
 +
:        "IsExternal": false,
 +
:        "Subscriptions": [221,323,423]
 
}
 
}
 +
  
 
|KnownIssues=
 
|KnownIssues=
Line 115: Line 148:
 
! Changes author
 
! Changes author
 
{{!}}- valign="top"
 
{{!}}- valign="top"
 +
 
! 1.0
 
! 1.0
 
{{!}} Initial data type implementation
 
{{!}} Initial data type implementation
 
{{!}}  
 
{{!}}  
 +
{{!}}- valign="top"
 +
 +
! 3.0
 +
{{!}} Added PlaybackInfos
 +
{{!}}  Alberto Los Santos
 +
{{!}}- valign="top"
 +
 +
! 3.0
 +
{{!}} Added:
 +
* isExternal
 +
{{!}}  Ricardo Calvo
 +
{{!}}- valign="top"
 +
 +
! 3.2
 +
{{!}} Added:
 +
* Subscriptions
 +
{{!}}  Francisco Milagro
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  

Latest revision as of 16:44, 14 August 2015

Infobox info icon.svg.png

You are accessing newest version of this data type, according to /service3.0 (3.2) specification. To access newest versions of this object, access LiveChannelsPlayback_3.0


Represents the information for a live schedule, mainly from data coming from EPG ingestion.

Members

Field Data Type Description
Active bool Live channel Active true/false
CallLetter String Channel call letter
ChannelNumber int Channel number
Description String Channel description
Dvr bool Whether the channel has DVR enabled
EpgLiveChannelReferenceId String EPG Live Channel Reference ID (channel ID as appearing in EPG)
Genres array of int List of genres IDs associated to channel
Icons Array of Image object Icon images associated to the channel
ID int Internal (MiB) ID of the channel.
isExternal bool NEW IN 3.0! Indicates if the channel is external or not.
IsPlayback bool Whether the channel has playback enabled
Name String Channel name.
PlaybackInfos Array of PlaybackInfo object NEW IN 3.0 Playback info for specific device types requested in deviceTypes filter.
Ppv bool PPV channel true/false
RequiresPin bool Channel requiring PIN true/false
ResizableImages Array of Images object It provides the list of original images (non resized) associated with this channel. The application should use the Thumbox Service to perform dynamic resizing of the images in order to adapt them to the User Interface.
TimeShift bool Channel with TimeShift (RestartTV) capabilities true/false
Title String Title of the LiveChannelsPlayback
Subscriptions Array of int NEW IN 3.2! List of Subscription IDs where this channel is available in (as commercial offer)


Example

{

"ID": 250,
"Name": "Disney Junior",
"Title": "Disney Junior",
"Description": "",
"Active": true,
"Ppv": false,
"Dvr": true,
"RequiresPin": false,
"CallLetter": "DisnJ",
"ChannelNumber": 1,
"EpgLiveChannelReferenceId": "16",
"Genres": [],
"Icons": [
Array of Image objects
],
"ResizableImages": [
Array of Image objects
],
"TimeShift": false,
"IsPlayback": true,
"PlaybackInfos": [
Array of PlaybackInfo object
],
"IsExternal": false,
"Subscriptions": [221,323,423]

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation
3.0 Added PlaybackInfos Alberto Los Santos
3.0 Added:
  • isExternal
Ricardo Calvo
3.2 Added:
  • Subscriptions
Francisco Milagro


See also