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
9 changes: 9 additions & 0 deletions amgrss_schemas/amgrss_xpaths_description.csv
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ xpath, description, valueType, exampleValues, mappingRequired
/rss/channel/item/media:thumbnail/@amg:lang, specifies the language of the image title as defined 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/media:thumbnail/@amg:imageType, Asset Type of the image, xs:anyUri,"https://metadata.amagi.tv/skos/amagi_ebu_AssetTypeCS#_3.1.1 (PosterTitledLight)", yes
/rss/channel/item/media:thumbnail/@tags, specifies the user tags of type string with comma separated key value pairs, xs:string,"source:ingest,isTitled:true", no
/rss/channel/item/media:thumbnail/@isTitled,"This is set to true if an image is titled. default is false. Titled images are ones with text e.g. banner with movie name, series name etc", xs:bool,"true", no
/rss/channel/item/media:thumbnail/@isBranded,"This is set to true if an image is branded with a logo. default is false. Branded images are ones with logo of a channel, network etc", xs:bool,"true", no
/rss/channel/item/media:thumbnail/@isDarkBackground,"This is set to true if an image has dark background. default is false. Dark background images are ones with dark background that could be used by platforms when dark mode enabled", xs:bool,"true", no
/rss/channel/item/media:thumbnail/@targetPlatformIds, Comma separated list of AMGPLT platform id as defined in Amagi Master to which the thumbnail instance is to targetted or packaged, xs:string,"AMGPLT001,AMGPLT005,AMGPLT020", no
/rss/channel/item/media:thumbnail/@targetPlatformBrandIds, Comma separated list of platform Brand ids as defined in Amagi Master to which the thumbnail instance is to targetted or packaged, xs:string,"Samsung Tv+, Roku", no
/rss/channel/item/media:thumbnail/@targetChannelIds, Comma separated list of channel ids as defined in Amagi Master to which the thumbnail instance is to targetted or packaged, xs:string,"amgid22008c12, amgid22008c13", no
Expand Down Expand Up @@ -126,6 +129,9 @@ xpath, description, valueType, exampleValues, mappingRequired
/rss/channel/item/amg:season/media:thumbnail/@amg:lang, specifies the language of the image title as defined 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:season/media:thumbnail/@amg:imageType, Asset Type of the image, xs:anyUri,"https://metadata.amagi.tv/skos/amagi_ebu_AssetTypeCS#_3.1.1 (PosterTitledLight)", yes
/rss/channel/item/amg:season/media:thumbnail/@tags, specifies the user tags of type string with comma separated key value pairs, xs:string,"source:ingest", no
/rss/channel/item/amg:season/media:thumbnail/@isTitled,"This is set to true if an image is titled. default is false. Titled images are ones with text e.g. banner with movie name, series name etc", xs:bool,"true", no
/rss/channel/item/amg:season/media:thumbnail/@isBranded,"This is set to true if an image is branded with a logo. default is false. Branded images are ones with logo of a channel, network etc", xs:bool,"true", no
/rss/channel/item/amg:season/media:thumbnail/@isDarkBackground,"This is set to true if an image has dark background. default is false. Dark background images are ones with dark background that could be used by platforms when dark mode enabled", xs:bool,"true", no
/rss/channel/item/amg:season/amg:platformGuideParams, Specifies the category and its subcategories for particular platform, xs:complexType, n/a, no
/rss/channel/item/amg:season/amg:platformGuideParams/amg:category, A category is a broad classification that groups similar types of content or products within a particular platform, xs:string,"Movie", no
/rss/channel/item/amg:season/amg:platformGuideParams/amg:subCategory, A subcategory is a more specific classification within a broader category. `X||Y||...` signifies a hierarchical structure where `Y` is a subcategory within `X` allowing for increasingly specific classification, xs:string,"Action||Superhero", no
Expand Down Expand Up @@ -168,6 +174,9 @@ xpath, description, valueType, exampleValues, mappingRequired
/rss/channel/item/amg:series/media:thumbnail/@amg:lang, specifies the language of the image title as defined 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:series/media:thumbnail/@amg:imageType, Asset Type of the image, xs:anyUri,"https://metadata.amagi.tv/skos/amagi_ebu_AssetTypeCS#_3.1.1 (PosterTitledLight)", yes
/rss/channel/item/amg:series/media:thumbnail/@tags, specifies the user tags of type string with comma separated key value pairs, xs:string,"source:ingest,isTitled:true", no
/rss/channel/item/amg:series/media:thumbnail/@isTitled,"This is set to true if an image is titled. default is false. Titled images are ones with text e.g. banner with movie name, series name etc", xs:bool,"true", no
/rss/channel/item/amg:series/media:thumbnail/@isBranded,"This is set to true if an image is branded with a logo. default is false. Branded images are ones with logo of a channel, network etc", xs:bool,"true", no
/rss/channel/item/amg:series/media:thumbnail/@isDarkBackground,"This is set to true if an image has dark background. default is false. Dark background images are ones with dark background that could be used by platforms when dark mode enabled", xs:bool,"true", no
/rss/channel/item/amg:series/amg:platformGuideParams, Specifies the category and its subcategories for particular platform, xs:complexType, n/a, no
/rss/channel/item/amg:series/amg:platformGuideParams/amg:category, A category is a broad classification that groups similar types of content or products within a particular platform, xs:string,"Movie", no
/rss/channel/item/amg:series/amg:platformGuideParams/amg:subCategory, A subcategory is a more specific classification within a broader category. `X||Y||...` signifies a hierarchical structure where `Y` is a subcategory within `X` allowing for increasingly specific classification, xs:string,"Action||Superhero", no
Expand Down
Loading