MPP Content Import XML


/ Published in: XML
Save to your folder(s)

Simple example template of an Import XML


Copy this code and paste it in your HTML
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ContentMetadata>
  3. <MediaContent>
  4. <Identification name="Identification name of movie"/>
  5. <Metadata>
  6. <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"/>
  7. <ProductionYear>2011</ProductionYear>
  8. <LanguageInfo ISO="ENG/SPA/SWE">
  9. <Title>Movie Title</Title>
  10. <ShortDescription>A short desciption</ShortDescription>
  11. <LongDescription>A long description of the movie</LongDescription>
  12. </LanguageInfo>
  13. </Metadata>
  14. <Assets>
  15. <VideoAsset name="movie_file.wmv" bitrate="1800" deliveryMethod="Stream" codec="wmv" trailer="False"/>
  16. </Assets>
  17. </MediaContent>
  18. </ContentMetadata>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.