The Webfeed Flutter package for Appeto SDK.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

86 lignes
4.4 KiB

  1. <rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/"
  2. xmlns:georss="http://www.georss.org/georss"
  3. xmlns:gml="http://www.opengis.net/gml">
  4. <channel>
  5. <title>Song Site</title>
  6. <description>Media RSS example with new fields added in v1.5.0</description>
  7. <item>
  8. <link>http://www.foo.com</link>
  9. <pubDate>Mon, 27 Aug 2001 16:08:56 PST</pubDate>
  10. <media:content url="http://www.foo.com/video.mov" fileSize="2000" medium="video" isDefault="true" expression="full" bitrate="128" framerate="25" samplingrate="44.1" channels="2" type="video/quicktime" />
  11. <media:content url="http://www.foo.com/video2.mov" fileSize="2000" bitrate="128" type="video/quicktime" expression="full" />
  12. <media:credit role="owner1" scheme="urn:yvs">copyright holder of the entity</media:credit>
  13. <media:credit role="owner2" scheme="urn:yvs">copyright holder of the entity</media:credit>
  14. <media:category scheme="http://search.yahoo.com/mrss/category_ schema" label="Music">music/artist/album/song</media:category>
  15. <media:rating scheme="urn:simple">adult</media:rating>
  16. <media:group>
  17. <media:content url="http://www.foo.com/song64kbps.mp3"
  18. fileSize="1000" bitrate="64" type="audio/mpeg"
  19. isDefault="true" expression="full" />
  20. <media:content url="http://www.foo.com/song128kbps.mp3"
  21. fileSize="2000" bitrate="128" type="audio/mpeg"
  22. expression="full" />
  23. <media:content url="http://www.foo.com/song256kbps.mp3"
  24. fileSize="4000" bitrate="256" type="audio/mpeg"
  25. expression="full" />
  26. <media:content url="http://www.foo.com/song512kbps.mp3.torrent"
  27. fileSize="8000" type="application/x-bittorrent;enclosed=audio/mpeg"
  28. expression="full" />
  29. <media:content url="http://www.foo.com/song.wav"
  30. fileSize="16000" type="audio/x-wav" expression="full" />
  31. <media:credit role="musician">band member 1</media:credit>
  32. <media:credit role="musician">band member 2</media:credit>
  33. <media:category>music/artist name/album/song</media:category>
  34. <media:rating>nonadult</media:rating>
  35. </media:group>
  36. <media:community>
  37. <media:starRating average="3.5" count="20" min="1" max="10" />
  38. <media:statistics views="5" favorites="5" />
  39. <media:tags>news: 5, abc:3</media:tags>
  40. </media:community>
  41. <media:comments>
  42. <media:comment>comment1</media:comment>
  43. <media:comment>comment2</media:comment>
  44. </media:comments>
  45. <media:embed url="http://www.foo.com/player.swf" width="512" height="323">
  46. <media:param name="type">application/x-shockwave-flash</media:param>
  47. <media:param name="width">512</media:param>
  48. <media:param name="height">323</media:param>
  49. <media:param name="allowFullScreen">true</media:param>
  50. <media:param name="flashVars">
  51. id=12345&amp;vid=678912i&amp;lang=en-us&amp;intl=us&amp;thumbUrl=http://www.foo.com/thumbnail.jpg
  52. </media:param>
  53. </media:embed>
  54. <media:responses>
  55. <media:response>http://www.response1.com</media:response>
  56. <media:response>http://www.response2.com</media:response>
  57. </media:responses>
  58. <media:backLinks>
  59. <media:backLink>http://www.backlink1.com</media:backLink>
  60. <media:backLink>http://www.backlink2.com</media:backLink>
  61. </media:backLinks>
  62. <media:status state="active" />
  63. <media:price type="rent" price="19.99" currency="EUR" />
  64. <media:license type="text/html" href="http://www.licensehost.com/license"> Sample license for a video</media:license>
  65. <media:subTitle type="application/smil" lang="en-us" href="http://www.foo.org/subtitle.smil" />
  66. <media:peerLink type="application/x-bittorrent " href="http://www.foo.org/sampleFile.torrent" />
  67. <media:location description="My house" start="00:01" end="01:00">
  68. <georss:where>
  69. <gml:Point>
  70. <gml:pos>35.669998 139.770004</gml:pos>
  71. </gml:Point>
  72. </georss:where>
  73. </media:location>
  74. <media:restriction type="sharing" relationship="deny" />
  75. <media:scenes>
  76. <media:scene>
  77. <sceneTitle>sceneTitle1</sceneTitle>
  78. <sceneDescription>sceneDesc1</sceneDescription>
  79. <sceneStartTime>00:15</sceneStartTime>
  80. <sceneEndTime>00:45</sceneEndTime>
  81. </media:scene>
  82. </media:scenes>
  83. </item>
  84. </channel>
  85. </rss>