7724
Sep 15th, 2005, 05:23 AM
Hi Guys,
Published my first Podcast today after a bit of research and got it working. I then modified my code to include the ITunes tags as follows
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd" version="2.0">
<channel>
<title>Star 106.6 Podcast</title>
<description>Real Music Variety for Maidenhead Windsor and Slough</description>
<link>http://www.thisisslough.com/pod/star.mp3</link>
<lastBuildDate>Mon, 25 Jul 2005 12:48:32 -0400</lastBuildDate>
<pubDate>Sat, 14 Sep 2005 09:00:00 -0400</pubDate>
<itunes:category text="Technology">
<itunes:category text="News"/>
</itunes:category>
<itunes:subtitle>Star 106.6</itunes:subtitle>
<itunes:summary>All the latest news from Maidenhead Windsor and Slough and news</itunes:summary>
<itunes:author>Star FM and the Slough Observer</itunes:author>
<itunes:owner>
<itunes:name>Observer Newspaper</itunes:name>
<itunes:email>systems@loughobserver.co.uk</itunes:email>
</itunes:owner>
<itunes:image>
<url>http://www.thisisslough.com/images/Banner.jpg</url>
<title>Observer Logo</title>
<link>http://www.www.thisisslough.com</link>
</itunes:image>
<itunes:link rel="image" type="video/jpeg" href="http://www.thisisslough.com/images/Banner.jpg">Observer Banner</itunes:link>
<item>
<title>Star 106.6 Morning Show</title>
<description>This is a big long description with many keywords as I need to fill in this gap as it will appear in a big textbox in the ITunes menu</description>
<link>http://www.thisisslough.com</link>
<enclosure url="http://www.thisisslough.com/pod/star.mp3" length="4020096" type="audio/mpeg"></enclosure>
<pubDate>Wed, 14 Sep 2005 09:00:00 -0400</pubDate>
<itunes:category text="News">
<itunes:category text="News"/>
</itunes:category>
<itunes:explicit>no</itunes:explicit>
<itunes:duration>4:11</itunes:duration>
<itunes:keywords>Here are the keywords I must enter for star fm and the slough observer</itunes:keywords>
</item>
</channel>
</rss>
Now I thought by adding these tags when I click on my Podcast on ITunes and hit 'apple + i' to get information I get no logo with my Podcast and no comments etc... when I thought I would by adding these ITune tags?
http://www.thisisslough.com/pod/one.jpg
http://www.thisisslough.com/pod/two.jpg
Now is this because my above code will not work with OS X and version 5?
Thanks
Published my first Podcast today after a bit of research and got it working. I then modified my code to include the ITunes tags as follows
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd" version="2.0">
<channel>
<title>Star 106.6 Podcast</title>
<description>Real Music Variety for Maidenhead Windsor and Slough</description>
<link>http://www.thisisslough.com/pod/star.mp3</link>
<lastBuildDate>Mon, 25 Jul 2005 12:48:32 -0400</lastBuildDate>
<pubDate>Sat, 14 Sep 2005 09:00:00 -0400</pubDate>
<itunes:category text="Technology">
<itunes:category text="News"/>
</itunes:category>
<itunes:subtitle>Star 106.6</itunes:subtitle>
<itunes:summary>All the latest news from Maidenhead Windsor and Slough and news</itunes:summary>
<itunes:author>Star FM and the Slough Observer</itunes:author>
<itunes:owner>
<itunes:name>Observer Newspaper</itunes:name>
<itunes:email>systems@loughobserver.co.uk</itunes:email>
</itunes:owner>
<itunes:image>
<url>http://www.thisisslough.com/images/Banner.jpg</url>
<title>Observer Logo</title>
<link>http://www.www.thisisslough.com</link>
</itunes:image>
<itunes:link rel="image" type="video/jpeg" href="http://www.thisisslough.com/images/Banner.jpg">Observer Banner</itunes:link>
<item>
<title>Star 106.6 Morning Show</title>
<description>This is a big long description with many keywords as I need to fill in this gap as it will appear in a big textbox in the ITunes menu</description>
<link>http://www.thisisslough.com</link>
<enclosure url="http://www.thisisslough.com/pod/star.mp3" length="4020096" type="audio/mpeg"></enclosure>
<pubDate>Wed, 14 Sep 2005 09:00:00 -0400</pubDate>
<itunes:category text="News">
<itunes:category text="News"/>
</itunes:category>
<itunes:explicit>no</itunes:explicit>
<itunes:duration>4:11</itunes:duration>
<itunes:keywords>Here are the keywords I must enter for star fm and the slough observer</itunes:keywords>
</item>
</channel>
</rss>
Now I thought by adding these tags when I click on my Podcast on ITunes and hit 'apple + i' to get information I get no logo with my Podcast and no comments etc... when I thought I would by adding these ITune tags?
http://www.thisisslough.com/pod/one.jpg
http://www.thisisslough.com/pod/two.jpg
Now is this because my above code will not work with OS X and version 5?
Thanks