The video asset being ingested.
<media:content url="http://www.foo.com/movie.mp4" />
The image representing the video asset.
<media:thumbnail url="http://www.foo.com/keyframe.jpg" />
A brief, descriptive title of the asset.
<title>My Favorite Show</title>
A detailed description for the asset that will display in the EPG information.
<description>A new user enjoys Frequency Studio!</description>
A globally unique identifier for your asset. This can also be a static URL.
<guid>13o4hkhsf823</guid>
Title for a series. Unrecognized titles are added to database.
<frequency:seriesTitle>My New Series</frequency:seriesTitle>
Global Unique Identifier for the series. Consistent across systems for record keeping.
<frequency:seriesGuid>61455990483901</frequency:seriesGuid>
Series description. Ingested first time a unique series is seen.
<frequency:seriesDescription>A succinct one or two sentence description.</frequency:seriesDescription>
A 16x9 image representing the series. Shows title clearly.
<frequency:seriesThumbnail url="https://your.host.net/635ae9845046ac65230a0367/1280/720" />
Part of season video is in. Ingested first time a unique season is seen.
<frequency:season>1</frequency:season>
The title for the season.
<frequency:seasonTitle>Special Season</frequency:seasonTitle>
The episode that this video is a part of the season of. Will be ingested the first time a unique episode is seen.
<frequency:episode>3</frequency:episode>
The title for the episode.
<frequency:episodeTitle>Special Episode</frequency:episodeTitle>
URL to closed caption file. Supported formats: SRT, VTT
<media:subTitle href="https://subtitles.srt />
A two level hierarchy to categorize content. Including only a Genre is also supported. Multiple genre tags can be sent through.
<media:category>Comedy/Sitcom</media:category>
Identify cue points in milliseconds. Ad insertion points in video.
<frequency:cuepoints>0,345000,1080000</frequency:cuepoints>
Searchable terms for content description. Useful for creating playlists
<media:keywords>Jason Alexander,NBC</media:keywords
The intended country of origin or distribution. This determines accepted parental ratings values based on country advisory board standards. Please use the ISO 3166 standard 2 letter country codes.
<frequency:country>us</frequency:country>
This should represent the minimum age required to watch this content according to the region the content is distributed.
<media:rating>TVPG</media:rating>
Separates major content types.
<frequency:contentFormat>Show</frequency:contentFormat>
Describes video theme across categories. This is the pattern, motif, or theme of the video.
<frequency:contentType>Episode</frequency:contentType>
Official release production or cut of the video.
<frequency:cut>Clip</frequency:cut>
Describes if video is part of a superset.
<frequency:periodicity>Daily</frequency:periodicity>
Identifies rights availability for distribution.
<dcterms:valid>
start=2002-10-13T09:00+01:00; end=2002-10-17T17:00+0100; scheme=W3C-DTF
</dcterms:valid>
Open text field for custom integrations.
<frequency:custom>Any data is acceptable.</frequency:custom>
Download the sample XML file here.
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:frequency="http://www.frequency.com/icd/namespace"
xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
<channel>
<title>RSS Title</title>
<description>This is an example of an RSS feed</description>
<item>
<title>The Contest</title>
<description>George's mother throws her back out when she falls down after catching George performing a personal act; the gang partakes in a contest of self-denial.
</description>
<pubDate>Wed, 18 Nov 1992 18:00:00 +0000</pubDate>
<guid isPermaLink="false">13o4hkhsf823</guid>
<media:group>
<media:content url="http://www.foo.com/movie.mp4" fileSize="12216320" type="video/mp4" medium="video" bitrate="2500" channels="2" duration="1380" height="720" width="1280" lang="en" />
<media:thumbnail url="http://www.foo.com/keyframe.jpg" width="1280" height="720" time="12:05:01.123" />
<media:subTitle type="application/srt" lang="en" href="https://captions.srt"/>
</media:group>
<media:category
scheme="http://www.frequency.com/icd/category_scheme">Comedy/Sitcom,TV/Comedy</media:category><media:keywords>Seinfeld,Jason Alexander,NBC</media:keywords>
[...and more...]