Forum Moderators: open
The Podcast cannot be found at www.example.org/public_html/podcasts/example.xml. I did have this file in the podcasts folder, but I read somewhere that the file has to be in the home directory so I moved it there.
Please help! Thanks, Barbara
<p> <?xml version="1.0"?> <rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"> <channel> <ttl>60</ttl> <generator>Podcast Station 2.1.02</generator> <title>Title</title> <link>http://www.example.org/example.xml</link> <description>Weekly Sermon Podcast of Rev. Danny Spears at Holy Covenant MCC Church in Brookfield, IL. This Podcast is best viewed by using Internet Explorer 7 or Firefox. You can also access the sermon podcasts at the ITunes Store under Podcasts, Holy Covenant MCC.</description> <language>EN</language> <lastBuildDate>Sat, 25 Apr 2009 03:34:21 GMT</lastBuildDate> <category>Religious and Spiritual</category> <copyright>2008 Holy Covenant MCC</copyright> <managingEditor>Barbara Adams</managingEditor> <webMaster>example@yahoo.com</webMaster> <image> <url>http://www.example.org/images/HolyCovenant.jpg</url> <title>Holy Covenant MCC Sermon Podcast</title> <link>http://www.example.org</link> <width>144</width> <height>300</height> </image> <itunes:category text="Religion & Spirituality"> <itunes:category text="Christianity"/> </itunes:category> <itunes:category text="Religion & Spirituality"> <itunes:category text="Spirituality"/> </itunes:category> <itunes:explicit>clean</itunes:explicit> <itunes:owner> <itunes:email>barbara@example.org</itunes:email> <itunes:name>Barbara Adams</itunes:name> </itunes:owner> <itunes:subtitle>Sermons from Holy Covenant MCC</itunes:subtitle> <itunes:summary>Weekly Sermon from the pulpit of Holy Covenant MCC in Brookfield, IL</itunes:summary> <itunes:author>Rev. Danny Spears</itunes:author> <itunes:keywords>gay,sermons, holy covenant, mcc, church, lgbt, spears,christianity,religion,holy spirit, holy covenant, holy,danny, Reverend,gay, lesbian, bisexual, transgender</itunes:keywords> <item> <title>Guess Who's Coming To Dinner?</title> <link>http://www.example.org/podcasts/Guesswhoscomingtodinner.mp3</link> <description> Sometimes we are genuinely surprised at who shows up when we gather with friends and family. Often, like the disciples in todayŐs reading from Luke, we REALLY donŐt expect Jesus to show up at some of our gatherings. Then, just when we least expect it, SURPRISE! Guess whoŐs coming to dinner?</description> <guid>{DD301B22-D0CA-44C6-BFD1-3B3A5CB042BD}</guid> <pubDate>Sat, 25 Apr 2009 03:34:21 GMT</pubDate> <category>Religion</category> <author>Rev. Danny Spears revdanny@example.org</author> <enclosure url="http://www.example.org/podcasts/Guesswhoscomingtodinner.mp3" length="9135000" type="audio/mpeg"/> <itunes:explicit>no</itunes:explicit> <itunes:block>no</itunes:block> <itunes:subtitle>The Good Life</itunes:subtitle> <itunes:summary> Sometimes we are genuinely surprised at who shows up when we gather with friends and family. Often, like the disciples in todayŐs reading from Luke, we REALLY donŐt expect Jesus to show up at some of our gatherings. Then, just when we least expect it, SURPRISE! Guess whoŐs coming to dinner?</itunes:summary> <itunes:author>Rev. Danny Spears</itunes:author> <itunes:keywords>sermons, holy covenant, mcc, church, lgbt, spears,christianity,religion,holy spirit, holy covenant, holy,danny, Reverend,gay,spirituality</itunes:keywords> </item> </p>
[edited by: werty at 11:20 pm (utc) on April 30, 2009]
[edit reason] Removed URL specifics. Please See TOS #13 [/edit]
if you go to your podcasts directory and remove any MP3:
www.yourdomain.com/podcasts/
you will see a list of all the files, so when a link in your RSS feed is linking to the wrong file name, they will come up as 404 errors:
here are 2 examples:
The "Oh No You Di’int!" seems to be putting an extra " at the end throwing off the link to the MP3.
The Two Parades, is linking to all lowercase, but your filename in the folder has capital letters for parts. In linux those are 2 seperate files. On a windows system it should know it is the same file.
So I would fix the linking taking place there and see if they start to work.
They worked on my computer.
You would want to run the original feed through a feed validator [validator.w3.org] to check for errors.