ChannelLineup

Prev Next

Field

Max Occurs

Required

Attributes

Description

Example

title

1

yes

· overrideCanonicalValue: optional; default value is false
· lang: optional unless overrideCanonicalValue=true

Contains title of the content.OpenIngest does not expect attributes to be sent

description

1

no

· type: optional MIME type of the text
· overrideCanonicalValue: optional; default value is false
· lang: optional unless overrideCanonicalValue=true

For movie,seriesMaster, or episode entityTypes, can use shortDescription,mediumDescription, and/or longDescription instead

Harry Potter description

gmrss:durableAppId

1

yes

Our app's X1 user-friendly app identifier, should represent the specific app where this content is intended to be played. Identifier of the OTT app the content is contained in. It is required for X1 integration.

<gmrss:durableAppId>Peacock</gmrss:durableAppId>

gmrss:nativeId

1

yes

· provider: required, provider of the id and id namespace. Consult the Merlin team to make sure the provider specified is configured for OpenIngest.
· namespace: optional, namespace where the id is unique – within Merlin this is concatenated together with the value to form a guid such as "watchable:12345". This should be used if multiple ID spaces exist within the same provider to guarantee uniqueness.

Used to create or update linear entity associated with the current item.

<gmrss:nativeId provider="XUMO" namespace="XUMO">XumoUS</gmrss:nativeId>

Sample

<gmrss:channelLineup>
    <gmrss:durableAppId>xumo</gmrss:durableAppId>
    <gmrss:nativeId provider="XUMO" namespace="XUMO">XumoUS</gmrss:nativeId>
    <title>Xumo National Channel Lineup</title>
    <description>Xumo Channels available to all subscribers, regardless of location.</description>
</gmrss:channelLineup>