/ Published in: XML
Simple example template of an Import XML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?xml version="1.0" encoding="utf-8"?> <ContentMetadata> <MediaContent> <Identification name="Identification name of movie"/> <Metadata> <PublishInfo from="2010-01-01 12:00:00" to="2099-01-01 00:00:00" deliveryMethod="Strea/Download" region="World/Spain/Sweden" publishState="Published/Unpublished/Created"/> <ProductionYear>2011</ProductionYear> <LanguageInfo ISO="ENG/SPA/SWE"> <Title>Movie Title</Title> <ShortDescription>A short desciption</ShortDescription> <LongDescription>A long description of the movie</LongDescription> </LanguageInfo> </Metadata> <Assets> <VideoAsset name="movie_file.wmv" bitrate="1800" deliveryMethod="Stream" codec="wmv" trailer="False"/> </Assets> </MediaContent> </ContentMetadata>