- Print
TvSeason
- Print
Field | Max Occurs | Required | Attributes | Description | Example |
---|---|---|---|---|---|
title | 1 | yes |
| Contains title of the content.OpenIngest does not expect attributes to be sent |
|
description | 1 | no |
| For movie,seriesMaster, or episode entityTypes, can use shortDescription,mediumDescription, and/or longDescription instead |
|
gmrss:languageDetails | 1 | yes |
| Create a time marker with the provided offset in milliseconds from the beginning of the asset. |
|
entityType | 1 | yes | Type of video. Legal types are Merlin Program types: Movie, Episode, SeriesMaster, SportingEvent, Other, Preview, Extra, Offer, Person, TvSeason. If the entityType=SeriesMaster,Offer,Person,or TVSeason the element should not have any video content (no videoAssetId or media:group elements). Other items in the GMRSS feed can reference this item using the gmrss:entityReference element. |
| |
gmrss:seasonAssetId | 1 | yes |
| ID of the TvSeason this item represents, so that Episodes in the season can be connected to it. Other items in the GMRSS feed can reference this item using the gmrss:entityReference element. |
|
gmrss:entityReference | unlimited | no |
| Reference to an entity (e.g. Movie, Episode, TvSeason, SeriesMaster). There can be many entity references per one item. The value of the entity reference is an entity ID in a specific namespace. The entityReference field can be used to link an Episode to a SeriesMaster. |
|
gmrss:seasonNumber | 1 | yes |
| Season number for episode season metadata. |
|
Sample
<item>
<title>The Office Season 1</title>
<description type="text/html">Season 1 of the acclaimed Comedy about people who work in an office.</description>
<gmrss:seasonAssetId namespace="PROVIDER" provider="PROVIDER">GTMV0000111111-1</gmrss:seasonAssetId>
<gmrss:seasonNumber>1</gmrss:seasonNumber>
<gmrss:entityType>TvSeason</gmrss:entityType>
<media:status reason="add" state="active"/>
<gmrss:languageDetails title="en-US" description="en-US" intendedAudience="en-US"/>
<gmrss:entityReference provider="PROVIDER" entityType="SeriesMaster">736369</gmrss:entityReference>
<gmrss:entityReference provider="PROVIDER" namespace="PROVIDER" entityType="EntityCollection" isPrimary="true">GTMV0000111111-1</gmrss:entityReference>
</item>