Here is the xml code to create your own podcast. It is more work using one of an xml file, but it allows you to set all of the data/info. This does require you to have a location on the web where you can upload this file, note you do not have to upload all of the audio files, but can simply drag them into your podcast after you link to it. You can also upload a picture to the web and point to it in the xml file. This file needs to have the extention of .xml
Length is the size of the audio file. You get this by right clicking on the file and going to properties. length="8908927"
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:cc="http://web.resource.org/cc/" >
<channel>
<title>Huntsman's Test Podcast</title>
<description>Test This is my description of my personal podcast. This podcast is testing the zune software in order to trick it into accepting local files without having to upload entire songs to the internet</description>
<language>en</language>
<copyright>Huntsman</copyright>
<pubDate>Thu, 29 May 2008 17:23:54 -0500</pubDate>
<lastBuildDate>Thu, 29 May 2008 17:23:54 -0500</lastBuildDate>
<image>
<url>http://www.FakeWebsite.com/Podcast/yourPicture.jpg</url>
<title>Huntsman's Test Podcast</title>
</image>
<item>
<title>Track 3</title>
<author>Person</author>
<link>
http://www.FakeWebsite.com/Podcast/Track 03.mp3</link>
<description><![CDATA[TEST This is the third Audio file in this podcast. It is very short.]]></description>
<enclosure url="http://www.FakeWebsite.com/Podcast/Track 03.mp3" length="8908927" type="audio/mpeg" />
<guid isPermaLink="false">65d0afe41df3fcbb7f0177b8297dea 20</guid>
<pubDate>Tue, 028 Mar 2008 13:49:40 -0600</pubDate>
</item>
<item>
<title>Track 2</title>
<author>Person</author>
<link>
http://www.FakeWebsite.com/Podcast/Track 02.mp3</link>
<description><![CDATA[TEST This is the sencond Audio file in this podcast. It is very short.]]></description>
<enclosure url="http://www.FakeWebsite.com/Podcast/Track 02.mp3" length="8080323" type="audio/mpeg" />
<guid isPermaLink="false">65d0afe41df3fcbb7f0177b8297dea 20</guid>
<pubDate>Tue, 027 Mar 2008 13:49:40 -0600</pubDate>
</item>
<item>
<title>Track 1</title>
<author>Person</author>
<link>
http://www.FakeWebsite.com/Podcast/Track 01.mp3</link>
<description><![CDATA[TEST This is the first Audio file in this podcast. It is very short.]]></description>
<enclosure url="http://www.FakeWebsite.com/Podcast/Track 02.mp3" length="9398985" type="audio/mpeg" />
<guid isPermaLink="false">65d0afe41df3fcbb7f0177b8297dea 20</guid>
<pubDate>Tue, 026 Mar 2008 13:49:40 -0600</pubDate>
</item>
</channel>
</rss>