Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.08 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2.  
  3. <Catalog xmlns="http://www.amazon.com/FireTv/2014-04-11/ingestion" version="FireTv-v1.3">
  4.  
  5. <!-- This sample Amazon Fire TV catalog shows you how to use the Movie work type. Examples use various tagging, from the minimum information required to the inclusion of all optional elements. The final example contains information on which elements are required and which are optional. -->
  6. <!-- Note that most elements are the same in all work types, with only the last 1-3 elements changing from type to type. The majority of what applies here also applies to other work types. -->
  7.  
  8. <Partner>Everything Ever Made Filmworks</Partner>
  9. <Works>
  10.  
  11. <!-- This example provides the minimal information for a valid entry. While valid, it will be difficult for a user to locate this work through search or browse. The more metadata you can provide, the better. -->
  12. <Movie>
  13. <ID>MV-123456</ID>
  14. <Title locale="en-US">Chase the Prawns</Title>
  15. <Offers>
  16. <SubscriptionOffer>
  17. <Regions>
  18. <Country>US</Country>
  19. </Regions>
  20. </SubscriptionOffer>
  21. </Offers>
  22. </Movie>
  23.  
  24. <!-- This entry adds some optional information that gives the work more visibility. For instance, the work can now be found through a search for the director's name. Also, once the user locates the work, they can read more about it. -->
  25. <Movie>
  26. <ID>MV-234567</ID>
  27. <!-- Optional -->
  28. <ExternalID scheme="imdb">tt9026174</ExternalID>
  29. <Title locale="en-US">A Trip to the Store</Title>
  30. <Title locale="fr-FR">Le voyage au magasin</Title>
  31. <Offers>
  32. <SubscriptionOffer>
  33. <Regions>
  34. <Country>US</Country>
  35. <Country>FR</Country>
  36. <Country>BE</Country>
  37. </Regions>
  38. <!-- Optional -->
  39. <LaunchDetails>
  40. <Quality>SD</Quality>
  41. </LaunchDetails>
  42. </SubscriptionOffer>
  43. </Offers>
  44. <!-- Optional -->
  45. <ShortDescription locale="en-US">A group of men travel to a shop on the moon by means of an experimental matter transporter. They are caught up in a labor dispute, mistakenly arrested, escape, and return to Earth.</ShortDescription>
  46. <!-- Optional -->
  47. <RuntimeMinutes>96</RuntimeMinutes>
  48. <!-- Optional -->
  49. <Credits>
  50. <CrewMember>
  51. <Name locale="en-US">Alan Smithee</Name>
  52. <Job locale="en-US">Director</Job>
  53. </CrewMember>
  54. </Credits>
  55. <!-- Optional -->
  56. <ReleaseDate>2013-10-04T00:00:00</ReleaseDate>
  57. </Movie>
  58.  
  59. <!-- This entry provides all of the possible information. We've included comments to tell you about whether each element is required or optional, valid values for certain entries, and some usage notes. -->
  60. <Movie>
  61. <!-- Required. ID must be at least one character long and unique in catalog. -->
  62. <ID>MV-345678</ID>
  63.  
  64. <!-- Optional. Multiple instances allowed. If present, scheme attribute is required (accepted values imdb, tms, isan, ean, and upc). -->
  65. <ExternalID scheme="imdb">tt0000000</ExternalID>
  66. <ExternalID scheme="tms">MV000000000000</ExternalID>
  67. <ExternalID scheme="isan">0000-0000-0F00-0000-X-0000-0000-Y</ExternalID>
  68. <ExternalID scheme="ean">0011559514120</ExternalID>
  69. <ExternalID scheme="upc">123456789990</ExternalID>
  70.  
  71. <!-- Required (locale attribute also required). Multiple instances allowed, but only one for each locale. -->
  72. <Title locale="en-US">A Human Life</Title>
  73.  
  74. <!-- Optional. One instance only. If present, locale attribute required. -->
  75. <Copyright locale="en-US">© 2014 Amazon Studios</Copyright>
  76.  
  77. <!-- Required. One instance only. -->
  78. <Offers>
  79. <!-- You have a choice of 4 offer types: FreeOffer, SubscriptionOffer, RentalOffer, PurchaseOffer. -->
  80. <!-- You must include at least one offer. -->
  81.  
  82. <SubscriptionOffer>
  83. <!-- You must include at least one offer. -->
  84. <Regions>
  85. <!-- At least one Country required. -->
  86. <Country>US</Country>
  87. <Country>GB</Country>
  88. </Regions>
  89.  
  90. <!-- Optional. One instance only. -->
  91. <WindowStart>2014-08-08T17:18:37-07:00</WindowStart>
  92.  
  93. <!-- Optional. One instance only. -->
  94. <WindowEnd>2017-06-09T08:15:04-07:00</WindowEnd>
  95.  
  96. <!-- Optional. Multiple instances allowed for different LaunchIds. -->
  97. <LaunchDetails>
  98. <!-- Optional. Accepted values SD, HD, and UHD. Multiple instances allowed for different qualities. -->
  99. <Quality>SD</Quality>
  100. <Quality>HD</Quality>
  101. <Quality>UHD</Quality>
  102.  
  103. <!-- Optional. Multiple instances allowed for different audio languages. -->
  104. <AudioLanguage>en-US</AudioLanguage>
  105.  
  106. <!-- Optional. Multiple instances allowed for different subtitle languages. -->
  107. <Subtitle>fr</Subtitle>
  108. <Subtitle>es</Subtitle>
  109.  
  110. <!-- Optional. Only one LaunchId is allowed under each LaunchDetails element -->
  111. <LaunchId>MV-345678_HD_en-US_fr</LaunchId>
  112. </LaunchDetails>
  113. </SubscriptionOffer>
  114.  
  115. <FreeOffer>
  116. <!-- Required. One instance only. -->
  117. <Regions>
  118. <!-- At least one Country required. -->
  119. <Country>US</Country>
  120. <Country>GB</Country>
  121. </Regions>
  122.  
  123. <!-- Optional. One instance only. -->
  124. <WindowStart>2014-08-08T17:18:37-07:00</WindowStart>
  125.  
  126. <!-- Optional. One instance only. -->
  127. <WindowEnd>2017-06-09T08:15:04-07:00</WindowEnd>
  128.  
  129. <!-- Optional. Multiple instances allowed for different LaunchIds. -->
  130. <LaunchDetails>
  131. <!-- Optional. Accepted values SD, HD, and UHD. Multiple instances allowed for different qualities. -->
  132. <Quality>SD</Quality>
  133.  
  134. <!-- Optional. Multiple instances allowed for different audio languages. -->
  135. <AudioLanguage>en-US</AudioLanguage>
  136.  
  137. <!-- Optional. Multiple instances allowed for different subtitle languages. -->
  138. <Subtitle>fr</Subtitle>
  139. <Subtitle>es</Subtitle>
  140.  
  141. <!-- Optional. Only one LaunchId is allowed under each LaunchDetails element -->
  142. <LaunchId>MV-345678_SD_en-US_fr</LaunchId>
  143. </LaunchDetails>
  144. </FreeOffer>
  145.  
  146. <RentalOffer>
  147. <!-- Required. One instance only. -->
  148. <Regions>
  149. <!-- At least one Country required. -->
  150. <Country>US</Country>
  151. <Country>JP</Country>
  152. </Regions>
  153.  
  154. <!-- Optional. One instance only. -->
  155. <WindowStart>2014-08-08T17:18:37-07:00</WindowStart>
  156.  
  157. <!-- Optional. One instance only. -->
  158. <WindowEnd>2017-06-09T08:15:04-07:00</WindowEnd>
  159.  
  160. <!-- Optional. Multiple instances allowed for different LaunchIds. -->
  161. <LaunchDetails>
  162. <!-- Optional. Accepted values SD, HD, and UHD. Multiple instances allowed for different qualities. -->
  163. <Quality>UHD</Quality>
  164.  
  165. <!-- Optional. Multiple instances allowed for different audio languages. -->
  166. <AudioLanguage>en-US</AudioLanguage>
  167.  
  168. <!-- Optional. Multiple instances allowed for different subtitle languages. -->
  169. <Subtitle>fr</Subtitle>
  170. <Subtitle>es</Subtitle>
  171. <Subtitle>jp</Subtitle>
  172.  
  173. <!-- Optional. Only one LaunchId is allowed under each LaunchDetails element -->
  174. <LaunchId>MV-345678_UHD_en-US_ja</LaunchId>
  175. </LaunchDetails>
  176.  
  177. <!-- Required. One instance only. The currency attribute is also required, accepted values USD, GBP, JPY, and EUR.-->
  178. <Price currency="USD">5.0</Price>
  179.  
  180. <!-- Required. One instance only. Given in hours. -->
  181. <Duration>7</Duration>
  182. </RentalOffer>
  183.  
  184. <PurchaseOffer>
  185. <!-- Required. One instance only. -->
  186. <Regions>
  187. <!-- At least one Country required. -->
  188. <Country>US</Country>
  189. <Country>GB</Country>
  190. </Regions>
  191.  
  192. <!-- Optional. One instance only. -->
  193. <WindowStart>2014-08-08T17:18:37-07:00</WindowStart>
  194.  
  195. <!-- Optional. One instance only. -->
  196. <WindowEnd>2017-06-09T08:15:04-07:00</WindowEnd>
  197.  
  198. <!-- Optional. Multiple instances allowed for different LaunchIds. -->
  199. <LaunchDetails>
  200. <!-- Optional. Accepted values SD, HD, and UHD. Multiple instances allowed for different qualities. -->
  201. <Quality>SD</Quality>
  202.  
  203. <!-- Optional. Multiple instances allowed for different audio languages. -->
  204. <AudioLanguage>en-US</AudioLanguage>
  205.  
  206. <!-- Optional. Multiple instances allowed for different subtitle languages. -->
  207. <Subtitle>fr</Subtitle>
  208. <Subtitle>es</Subtitle>
  209. <Subtitle>ja</Subtitle>
  210.  
  211. <!-- Optional. Only one LaunchId is allowed under each LaunchDetails element -->
  212. <LaunchId>MV-345678_SD_en-US</LaunchId>
  213. </LaunchDetails>
  214.  
  215. <!-- Required. One instance only. The currency attribute is also required, accepted values USD, GBP, JPY, and EUR.-->
  216. <Price currency="USD">10.0</Price>
  217. </PurchaseOffer>
  218. </Offers>
  219.  
  220. <!-- Optional, but highly recommended. One instance only. Should match the year in the ReleaseDate element, if present. While this element is optional, we recommend that you include it. This value is used in matching this work with the same work from other providers to bundle all offers into a single search result. -->
  221. <ReleaseYear>2014</ReleaseYear>
  222.  
  223. <!-- Optional. If present, the locale attribute is required. Multiple instances allowed, but only one for each locale. -->
  224. <ShortDescription locale="en-US">Each year of a woman's life from birth to death is shown from her point of view in this avant-garde film.</ShortDescription>
  225.  
  226. <!-- Optional. If present, the locale attribute is required. Multiple instances allowed, but only one for each locale. -->
  227. <Synopsis locale="en-US">One minute of screen time is given to each year in the main character's 86-year life. From the year of her birth until her last visions as she dies, fragments of incidents both significant and insignificant fly by, both as seen through her eyes (the viewer only occasionally glimpsing the actress in reflections) and as non-sequential and sometimes conflicting memories. While no moment is dwelt upon, recurrent themes seem to emerge and the past intrudes more on the present as time passes. The overall effect is elegiac but full of affection for the small, quiet moments that fill the majority of anyone's life.</Synopsis>
  228.  
  229. <!-- Optional, but recommended. One instance only. At least 50% of your entries must include this element and the image it points to must be valid. -->
  230. <ImageUrl>http://www.company.org/films/a_human_life</ImageUrl>
  231.  
  232. <!-- Optional. One instance only. Value should be 2880 or less to avoid a warning in the ingestion report. -->
  233. <RuntimeMinutes>95</RuntimeMinutes>
  234.  
  235. <!-- Optional. One instance only. Accepted values color and black_and_white. -->
  236. <Color>color</Color>
  237.  
  238. <!-- Optional. One instance only. Must include at least one cast member or crew member. -->
  239. <Credits>
  240. <!-- Optional if at least one CrewMember element is present, otherwise required. Multiple instances allowed. -->
  241. <CastMember>
  242. <!-- Required, locale attribute also required. Multiple instances allowed. -->
  243. <Name locale="en-US">Columbia McTaggart</Name>
  244.  
  245. <!-- Optional. If present, scheme attribute is required (accepted values imdb, tms, isan, ean, and upc). Multiple instances allowed. -->
  246. <ExternalID scheme="imdb">nn0000000</ExternalID>
  247.  
  248. <!-- Required, locale attribute also required. Multiple instances allowed. -->
  249. <Role locale="en-US">Julie</Role>
  250. </CastMember>
  251.  
  252. <CastMember>
  253. <Name locale="en-US">Alan Smithee</Name>
  254. <Role locale="en-US">Gerard</Role>
  255. </CastMember>
  256.  
  257. <!-- Optional if at least one CastMember element is present, otherwise required. Multiple instances allowed. -->
  258. <CrewMember>
  259. <!-- Required, locale attribute also required. Multiple instances allowed. -->
  260. <Name locale="en-US">Alan Smithee</Name>
  261.  
  262. <!-- Optional. If present, the scheme attribute is required (accepted values imdb, tms, isan, ean, and upc). Multiple instances allowed. -->
  263. <ExternalID scheme="imdb">nn0000000</ExternalID>
  264.  
  265. <!-- Required, locale attribute also required. Multiple instances allowed. -->
  266. <Job locale="en-US">Writer</Job>
  267. <Job locale="en-US">Producer</Job>
  268. <Job locale="en-US">Director</Job>
  269. </CrewMember>
  270.  
  271. <CrewMember>
  272. <Name locale="en-US">Chris Spencer</Name>
  273. <Job locale="en-US">Writer</Job>
  274. </CrewMember>
  275. </Credits>
  276.  
  277. <!-- Optional. One instance only. -->
  278. <Studios>
  279. <!-- When present, Studios must include at least one Studio. Multiple instances allowed. -->
  280. <Studio>Amazon Studios</Studio>
  281. </Studios>
  282.  
  283. <!-- Optional. One instance only. -->
  284. <Language>en</Language>
  285.  
  286. <!-- Optional. One instance only. -->
  287. <CustomerRating>
  288. <!-- Required. One instance only. -->
  289. <Score>6.6</Score>
  290.  
  291. <!-- Required. One instance only. -->
  292. <MaxValue>10.0</MaxValue>
  293.  
  294. <!-- Optional. One instance only. -->
  295. <Count>1473</Count>
  296. </CustomerRating>
  297.  
  298. <!-- Optional. One instance only. 1 is the top rank. -->
  299. <Rank>324</Rank>
  300.  
  301. <!-- Optional. One instance only. Accepted values are original, licensed, unknown, and other. -->
  302. <Source>licensed</Source>
  303.  
  304. <!-- Optional. One instance only. -->
  305. <Genres>
  306. <!-- When present, Genres must include at least one Genre. Multiple instances allowed. The locale attribute is required. -->
  307. <Genre locale="en-US">Feature</Genre>
  308. <Genre locale="en-US">Experimental</Genre>
  309. </Genres>
  310.  
  311. <!-- Optional. One instance only. -->
  312. <ContentRatings>
  313. <!-- When present, ContentRatings must include at least one ContentRating. Multiple instances allowed.-->
  314. <ContentRating>
  315. <!-- Required. One instance only. -->
  316. <System>MPAA</System>
  317.  
  318. <!-- Required. One instance only. -->
  319. <Certification>R</Certification>
  320. </ContentRating>
  321. </ContentRatings>
  322.  
  323. <!-- Optional. One instance only. For use in Japan only. -->
  324. <JP_Require18PlusAgeConfirmation>false</JP_Require18PlusAgeConfirmation>
  325.  
  326. <!-- Optional. One instance only. The year should match the value in the ReleaseYear element, if present. -->
  327. <ReleaseDate>2014-05-13T04:36:00</ReleaseDate>
  328. </Movie>
  329. </Works>
  330. </Catalog>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement