Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions amgrss_schemas/amgrss_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,5 +259,22 @@
<amg:countryOfOrigin>http://www.ebu.ch/metadata/ontologies/skos/ebu_Iso3166_CountryCodeCS#_US</amg:countryOfOrigin>
<amg:productionCountry>http://www.ebu.ch/metadata/ontologies/skos/ebu_Iso3166_CountryCodeCS#_US</amg:productionCountry>
</item>
<item amg:itemType="Feature">
<amg:assetId>ccdd57d1-6106-452a-8508-a63e1b6</amg:assetId>
<amg:externalId amg:idType="http://www.ebu.ch/metadata/ontologies/skos/ebu_IdentifierTypeCodeCS#_3.12">tt8783</amg:externalId>
<amg:keyword>amagi_o&amp;o_virtual_channel</amg:keyword>
<amg:keyword>beekeeper_uat</amg:keyword>
<amg:assetType label="Trailer">https://metadata.amagi.tv/skos/amagi_ebu_AssetTypeCS#_1.1.5</amg:assetType>
<amg:trailerOf>
<amg:trailerParentType>Series</amg:trailerParentType>
<amg:trailerParentId>AMG00111</amg:trailerParentId>
</amg:trailerOf>
<media:description>Clare desperately tries to build a life with her one true love, despite the fact that his time traveling forces them apart with no warning, never knowing when they will be reunited.</media:description>
<media:description amg:lang="http://www.ebu.ch/metadata/ontologies/skos/ebu_Iso639_1LanguageCodeCS#_fr">Clare essaie désespérément de construire une vie avec son seul véritable amour, malgré le fait que son temps de voyage les sépare sans avertissement, ne sachant jamais quand ils seront réunis.</media:description>
<media:content url="s3://ovp-destination-886239521314/ccdd57d1-6106-452a-8508-a63e1b6d8924/mp4/Trailer_Roku_2047070_TIME_TRAVELER_S_WIFE_THE_9865431_Warner_Bros_20211213T214401_Surround_QVBR-9_1920x1080_5495.mp4" kind="original/media" amg:isPrimary="true" medium="video" duration="6441" height="1080" width="1920" fileSize="546873760" amg:lang="http://www.ebu.ch/metadata/ontologies/skos/ebu_Iso639_1LanguageCodeCS#_en" type="video/mp4" bitrate="1500" framerate="23.976"/>
<media:content url="s3://ovp-destination-886239521314/ccdd57d1-6106-452a-8508-a63e1b6d8924/mp4/Trailer_Roku_Warner_Bros_20211213T214401_Surround_QVBR-9_1920x1080_5495.mp4" kind="original/media" amg:isPrimary="false" medium="video" duration="64" height="1080" width="1920" fileSize="54760" amg:lang="http://www.ebu.ch/metadata/ontologies/skos/ebu_Iso639_1LanguageCodeCS#_en" type="video/mp4" bitrate="1500" framerate="23.976"/>
<media:thumbnail amg:imageType="https://metadata.amagi.tv/skos/amagi_ebu_AssetTypeCS#_3.3" url="https://static-delivery.sr.roku.com/ccdd57d1-6106-452a-8508-a63e1b6d8924/images/TrailerTheTimeTravelersWife_2047070_KeyArt_800x450.jpg" height="1080" width="1920" title="Time Traveler's Wife" amg:lang="http://www.ebu.ch/metadata/ontologies/skos/ebu_Iso639_1LanguageCodeCS#_en" tags="generated_by:casjob,source:ingest,isTitled:true"/>
<media:title>Time Traveler's Wife, Trailer</media:title>
</item>
</channel>
</rss>
3 changes: 3 additions & 0 deletions amgrss_schemas/amgrss_xpaths_description.csv
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ xpath, description, valueType, exampleValues, mappingRequired
/rss/channel/item/amg:longDescription/@amg:lang, the language of the longDescription as specified in https://www.ebu.ch/metadata/ontologies/skos/ebu_ISO639_1LanguageCodeCS.rdf, xs:anyUri,"http://www.ebu.ch/metadata/ontologies/skos/ebu_Iso639_1LanguageCS#_en", yes
/rss/channel/item/amg:assetType, Asset Type of the title, xs:anyUri,"https://metadata.amagi.tv/skos/amagi_ebu_AssetTypeCS#_1.1.1 (Movie)", yes
/rss/channel/item/amg:isDirectedToChildren, Is asset directed to children, xs:bool, true, yes
/rss/channel/item/amg:trailerOf, This item is trailer of the asset with the given assetId, xs:string,n/a, no
/rss/channel/item/amg:trailerOf/amg:trailerParentType, Specifies the type of the asset the trailer belongs, xs:string, "Series", no
/rss/channel/item/amg:trailerOf/amg:trailerParentId, The parent_id for Feature Episode and Series is the publisher_asset_id. In contrast the parent_id for Season is derived from the combination of the series_id and the season number, xs:string, "AMG00111", no
/rss/channel/item/amg:hasCreator, Production house of the asset, xs:string,"Sony Production house", yes
/rss/channel/item/amg:genre, Genre of the media object. https://www.ebu.ch/metadata/ontologies/skos/ebu_ContentGenreCS.htm, xs:anyUri,"http://www.ebu.ch/metadata/ontologies/skos/ebu_ContentGenreCS#_3.4", yes
/rss/channel/item/amg:genre/@label, Label of the genre which is the same as the corresponding skos:prefLabel in https://www.ebu.ch/metadata/ontologies/skos/ebu_ContentGenreCS.rdf, xs:string,"Drama", no
Expand Down
Loading