aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/xsd/podcasts_example_1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-main/src/main/webapp/xsd/podcasts_example_1.xml')
-rw-r--r--subsonic-main/src/main/webapp/xsd/podcasts_example_1.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/subsonic-main/src/main/webapp/xsd/podcasts_example_1.xml b/subsonic-main/src/main/webapp/xsd/podcasts_example_1.xml
new file mode 100644
index 00000000..23b8d2ae
--- /dev/null
+++ b/subsonic-main/src/main/webapp/xsd/podcasts_example_1.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<subsonic-response xmlns="http://subsonic.org/restapi"
+ status="ok" version="1.6.0">
+
+ <podcasts>
+ <channel id="1"
+ url="http://downloads.bbc.co.uk/podcasts/fivelive/drkarl/rss.xml"
+ title="Dr Karl and the Naked Scientist"
+ description="Dr Chris Smith aka The Naked Scientist with the latest news from the world of science and Dr Karl answers listeners' science questions."
+ status="completed">
+ <episode id="34"
+ streamId="523"
+ title="Scorpions have re-evolved eyes"
+ description="This week Dr Chris fills us in on the UK's largest free science festival, plus all this week's big scientific discoveries."
+ publishDate="2011-02-03T14:46:43"
+ status="completed"
+ parent="11" isDir="false" year="2011" genre="Podcast" coverArt="24"
+ size="78421341" contentType="audio/mpeg" suffix="mp3" duration="3146" bitRate="128"
+ path="Podcast/drkarl/20110203.mp3"/>
+ <episode id="35"
+ streamId="524"
+ title="Scar tissue and snake venom treatment"
+ description="This week Dr Karl tells the gruesome tale of a surgeon who operated on himself."
+ publishDate="2011-09-03T16:47:52"
+ status="completed"
+ parent="11" isDir="false" year="2011" genre="Podcast" coverArt="27"
+ size="45624671" contentType="audio/mpeg" suffix="mp3" duration="3099" bitRate="128"
+ path="Podcast/drkarl/20110903.mp3"/>
+ </channel>
+ <channel id="2"
+ url="http://podkast.nrk.no/program/herreavdelingen.rss"
+ title="NRK P1 - Herreavdelingen"
+ description="Et program der herrene Yan Friis og Finn Bjelke møtes og musikk nytes."
+ status="completed">
+ </channel>
+ <channel id="3"
+ url="http://foo.bar.com/xyz.rss"
+ status="error"
+ errorMessage="Not found."/>
+ </podcasts>
+
+</subsonic-response>