Difference between revisions of "ExtraMetadata"
Jump to navigation
Jump to search
| Line 55: | Line 55: | ||
! ActionUrl | ! ActionUrl | ||
{{!}} int | {{!}} int | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
| Line 96: | Line 91: | ||
* '''Episode''' (2048) | * '''Episode''' (2048) | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
| + | |||
| + | |||
| + | ! Trailers | ||
| + | {{!}} Array of Trailers object (ID, Quality and PlayType). | ||
| + | {{!}} Applies to [[CatalogItemType]]: | ||
| + | * '''Movie''' (1) | ||
| + | * '''Serie''' (512) | ||
| + | * '''Season''' (1024) | ||
| + | * '''Episode''' (2048) | ||
| + | {{!}}- valign="top" | ||
| + | |||
{{!}}} | {{!}}} | ||
| − | |||
| Line 111: | Line 116: | ||
: "CommercializationType" : 2, | : "CommercializationType" : 2, | ||
: "Subscriptions" : [10] | : "Subscriptions" : [10] | ||
| + | : "Trailers" : [ | ||
| + | : { | ||
| + | : "ID": 6093, | ||
| + | : "PlayType": 16, | ||
| + | : "Quality": 3 | ||
| + | : } | ||
| + | : ] | ||
} | } | ||
Revision as of 09:58, 4 September 2015
You are accessing the latest version of this data type, according to /service3.0 (3.2) specification. To access older versions of this object, access ExtraMetatada_3.0
ExtraMetadata is an object with a different extra metadata depending on the CatalogItemType that is being returned.
Members
| Field | Data Type | Description |
|---|---|---|
| ChannelId | int | |
| ChannelTitle | int | |
| ProgramId | int | |
| Stars | int | |
| Duration | int | |
| Year | int | |
| CallLetter | int | |
| ChannelNumber | int | |
| ActionUrl | int | |
| EpgChannelId | int | |
| QualityAvailabity | int | |
| Distributor | int | |
| CommercializationType | int | The commercializationType of this catalogItem. Applies to CatalogItemType:
|
| Subscriptions | Array of int | Array of Subscription IDs. Applies to CatalogItemType:
|
| Trailers | Array of Trailers object (ID, Quality and PlayType). | Applies to CatalogItemType:
|
Example
{
- "Stars" : 5,
- "Audience" : 0,
- "Distributor" : "SimpleXML",
- "CommercializationType" : 2,
- "Subscriptions" : [10]
- "Trailers" : [
- {
- "ID": 6093,
- "PlayType": 16,
- "Quality": 3
- }
- ]
}
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 2.4 | Initial data type implementation | Harley Cabral |
| 3.2 (Neuromancer) |
|
Francisco Milagro |