Changing iTunes U feed URL

Hello,
we have to modify the the feed URL's for our existing collections on iTunes U Public Site.
Feeds are hosted by our server ( not Apple Server hosted feed).
  What I'm thinking to do is to delete existing collections via Public Site Manager and then re-add the collection with the new feed URL.
Is this the correct way to modify the URL feed ?
Any suggestion is welcome.
  Diego

I was faced with the same problem (see below why). Here is the best fix I could come up with:
1) For each affected podcast, drag all 'old' episodes to the Desktop. If you want to keep the playcount and rating, note them down or best take a screenshot.
2) Delete the podcast and all associated files from within iTunes.
3) Subscribe to the podcast again via the publishers website or the iTunes podcast directory.
4) Drag all audio files from the Desktop into onto the podcast window in iTunes. Manually set rating and playcount again.
Step 3 probably is not necessary but I could only test this with one podcast. Somewhere else in this forum, a Windows user noted that she or he was able to edit the URL of the podcast in a file found in C:\DOCUME~1\USER\LOCALS~1\TEMP\ circumventing the workaround described above.
This problem was affecting all my podcasts because of some stupid oversight by essentially Apple. I was using a wireless access point in a hotel, where you first always get redirected to the providers site and login from there. Pretty common. I, unwisely as it turned out, updated my podcasts there, which worked fine at that moment.
Being home again, all my podcast URLs started, as seen via right-click: Show Description, with http://www.arrowlink.com (...), the name of the access provider, I could even see the name of the hotel as part of the URL. Evidently, iTunes did not consider these URLs as valid.

Similar Messages

  • How long does itunes:new-feed-url take to completely change my podcast page?

    I've used the itunes:new-feed-url to change my podcast page, but I'm curious how long it takes. I have a new episode up, but the podcast page located here doesn't show that third episode, even though the new feed as well as 301 redirect is in place.

    The Store won't redirect to the new feed at http://www.tripodbroadcasting.com/givethatsomethought/feed/ until the next time it checks the old feed. You posted the latest episode only today: it usually takes 1-2 days for new episode to appear in the Store as it caches feeds and visits them in rotation to check for changes. When this happens it will transfer to the new feed. Subscribers are already redirected to the new feed and see the third episode.

  • I'm moving my podcast and I don't know where to put the itunes:new-feed-url into the code. I'd love to just have somebody point to the right spot. Please advise.

    Where does it go?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=<?charset/?>" />
    <link rel="alternate" type="application/rss+xml" title="RSS" href="<?root_url/?>rss.xml">
        <meta name="keywords" content="mypodcast" />
        <meta name="robots" content="all" />
    <style type="text/css">
    /*DIV ID'S*/
    #maincontainer {
        border:0px solid #C1B1B1;
        width: 698px;
        text-align: left;
        background: #FFF;
    #header {
        border-bottom: 1px solid #B4B4B4;
        width: 698px;
        text-align: left;
        background: #FFF;
    #posts {
        border-top:0px solid #C1B1B1;
        border-right:0px solid #C1B1B1;
        background: #FFF;
        width: 447px;
        text-align: left;
        float: left;
        padding-top: 20px;
    #columnright {
        border-top:0px solid #C1B1B1;
        background: #FFF;
        width: 210px;
        text-align: left;
        float: right;
        padding: 20px;
    #profilepic {
        float: left;
        padding: 5px 5px 0px 0px;
    #footer {
        border-top: 0px solid #C1B1B1;
        padding: 10px 20px 10px 0px;
        background-color: #FFF;
    /*MAIN CLASSES*/
    body {
        font-family: "Verdana", Arial, Helvetica, sans-serif;
        background-color: #FFF;
        text-align: left;
        padding: 20px;
        color: #000;
        font-size: 12px;
        margin: 0px;
    h1.podcast-title {
        color: #555555;
        font-size: 26px;
        font-weight: bold;
        padding: 20px 20px 0px 0px;
        margin: 0px;
    h1.podcast-title a {
        color: #555555;
        font-size: 26px;
        font-weight: bold;
        text-decoration: none;
    h2 {
        color: #676767;
        font-size: 21px;
        font-weight: 600;
        padding: 0px 20px 0px 0px;
        margin:0px;
    h3 {
        color: #676767;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0px;
        padding: 0px 0px 5px 20px;
        border-bottom: 1px dotted #C1B1B1;
        background:url(<?template_url/?>images/icon_subtitles3.gif) no-repeat;
    p {
        color: #737373;
        font-size: 11px;
        line-height: 15px;
        padding: 10px 20px 10px 0px;
        margin:0px;
    p.righttext {
        color: #737373;
        font-size: 11px;
        padding: 5px 0px 10px 0px;
        margin:0px;
    img {
        border:1px solid #007B9F;
        text-align: left;
        margin: 3px;
        padding: 2px;
    a {
        color: #007B9F;
        font-size: 11px;
    a:hover {
        color: #72AABA;
        font-size: 11px;
    a.posttitle {
        color: #676767;
        font-size: 21px;
        font-weight: bold;
        margin:0px;
        text-decoration: none;
    a.posttitle:hover {
        color: #676767;
        font-size: 21px;
        font-weight: bold;
        margin:0px;
        text-decoration: underline;
    a.listenpodcast {
        font-weight: bold;
        background:url(<?template_url/?>images/icon_podcast3.gif) no-repeat;
        padding-left: 15px;
    a.listenpodcast:hover {
        font-weight: bold;
        background:url(<?template_url/?>images/icon_podcast3.gif) no-repeat;
        padding-left: 15px;
        color: #72AABA;
        text-decoration: underline;
    a.comments {
        background:url(<?template_url/?>images/icon_comments3.gif) no-repeat;
        padding-left: 15px;
    a.comments:hover {
        background:url(<?template_url/?>images/icon_comments3.gif) no-repeat;
        padding-left: 15px;
        color: #72AABA;
        text-decoration: underline;
    a.profile {
        background:url(<?template_url/?>images/icon_profile3.gif) no-repeat;
        padding-left: 15px;
    a.profile:hover {
        background:url(<?template_url/?>images/icon_profile3.gif) no-repeat;
        padding-left: 15px;
        color: #72AABA;
        text-decoration: underline;
    a.posts, p.posts {
        background:url(<?template_url/?>images/icon_posts3.gif) no-repeat;
        padding-left: 15px;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
        display: block;
        border-bottom: 1px solid #B4B4B4;
    a.posts:hover {
        background:url(<?template_url/?>images/icon_posts3.gif) no-repeat;
        padding-left: 15px;
        padding-bottom: 5px;
        padding-top: 5px;
        color: #72AABA;
        text-decoration: underline;
        display: block;
        border-bottom: 1px solid #B4B4B4;
    .date {
        color: #858585;
        font-size: 12px;
        font-weight: bold;
        padding: 20px 20px 0px 0px;
        margin: 20px 0px 0px 0px;
    p.endpost {
        border-top:0px dotted #C1B1B1;
        border-bottom:1px dotted #A0A0A0;
        margin-bottom: 20px;
    </style>
    <style type="text/css">
    .item-control {
       display:none;
    .item-control a, .item-action a {
       text-decoration:none !important;
    .quick-edit-icon {
       background: url("<?system_url/?>/images/icon18_edit_allbkg.gif") no-repeat left;
       /* makes an 18x18 box */
       padding:9px;
       margin:0 0 0 .5em;
    .delete-comment-icon {
       background: url("<?system_url/?>/images/icon_delete.gif") no-repeat left;
       /* makes a 14x14 box */
       padding:7px;
    .email-post-icon {
       background: url("<?system_url/?>/images/icon18_email.gif") no-repeat left;
       /* makes an 18x18 box */
       padding:9px;
       margin:0 0 0 .5em;
    <?AllowEditingStyle?>
    .item-control { display:inline; }
    <?/AllowEditingStyle?>
    <?EmailPostLinksStyle?>
    .item-action { display:none;}
    <?/EmailPostLinksStyle?>
    </style>
        <script language="JavaScript" src="<?system_url/?>/scripts/popup.js"></script>
    <title><?PodcastTitle/?></title>
    <script language="JavaScript" type="text/javascript" src="/scripts/flashvars.js">>
    </script>
    <script language="VBScript" type="text/vbscript" src="/scripts/flashdetect.vb">
    </script>
    <script language="JavaScript1.1" type="text/javascript" src="/scripts/flashdetect.js">
    </script>
    <script language="JavaScript" type="text/javascript" src="/scripts/insertflash.js">
    </script>
    </head>
    <body>
    <center>
    <div id="maincontainer">
        <div id="header">
        <h1 class="podcast-title"><a href="<?PodcastHome/?>"><?PodcastTitle/?></a></h1>
        <p><?PodcastDescription/?></p>
        </div>
        <div id="posts">
        <?PodcastCurrentRecords?>
        <?PodcastCurrentRecord?>
        <span class="date"><?DateHeader/?></span>
        <h2><a href="<?PermanentLink/?>" class="posttitle"><?Title/?></a></h2><?Downloads?> (<?DownloadsCount/?> downloads)<?/Downloads?>
        <p><a href="<?FileUrl/?>" class="listenpodcast">Download this episode (<?AudioFileSize/?>)</a>
    <script>
    <!--
    JSputPlayer('<?FileUrl/?>', 'FFFFFF', 'E0E0E0', '000000', '000000', '676767');
    // -->
    </script>
    <noscript>
    <b>Flash player error: JavaScript must be enabled!</b>
    </noscript>
             <br />
            <?RecordBody?>
                <?PodcastNotFloatAlign?>
                    <?RecordWithImage?>
                    <div style="width=100%; text-align: <?ImageAlign/?>;">
                    <img src="<?ImageUrl/?>">
                    </div>
                    <p>
                    <?Description/?>
                    </p>
                    <?/RecordWithImage?>
                    <?RecordWithoutImage?>
                        <?Description/?>
                    <?/RecordWithoutImage?>
                <?/PodcastNotFloatAlign?>
                <?PodcastFloatAlign?>
                    <?RecordWithImage?>
                    <img src="<?ImageUrl/?>" style="margin:10px; float:<?ImageAlign/?>;">
                    <?Description/?>
                    <br clear="all" />
                    <?/RecordWithImage?>
                    <?RecordWithoutImage?>
                        <?Description/?>
                    <?/RecordWithoutImage?>
                <?/PodcastFloatAlign?>
            <?/RecordBody?>   
        </p>   
        <p class="endpost">Posted by <?UserName/?> at <?PostTime/?> | 
                    <?CommentsLinkPlace?>
                        <a href="<?PostCommentLink/?>"  class="comments" <?CommentsInPopupTag/?>><?CommentsLinkText/?></a>
                    <?/CommentsLinkPlace?>
                    <span class="item-action">
                        <a href="<?EmailPostLink/?>" <?EmailPostPopupTag/?> title="Email Post">
                          <span class="email-post-icon"> </span>
                      </a>
                    </span>
                  <span class="item-control">
                      <a style="border:none;" href="<?EditLink/?>" title="Edit Post">
                          <span class="quick-edit-icon"> </span>
                      </a>
                  </span>
        </p>
        <?/PodcastCurrentRecord?>
        <?/PodcastCurrentRecords?>
      <?AfterOnePostOnPage?>
        <p class="comment-timestamp" style="margin-top: -1.5em;">
            <a href="<?PodcastHome/?>">&lt;&lt; Home</a>
        </p>
      <?/AfterOnePostOnPage?>
       <?CommentsPlace?> <!-- Begin #comments -->
       <div style="margin: 2em;">
        <h4><strong><?CommentsCnt/?></strong> Comments:</h4>
        <dl id="comments-block">
          <?CommentsRows?>
          <?CommentsRow?>
          <dt class="comment-poster">
            <?CommentSender/?> said...
          </dt>
          <dd class="comment-body">
            <p><?Body/?></p>
          </dd>
          <dd class="comment-timestamp"><?PostTime/?>
          <?DeleteCommentLink/?>
          </dd>
          <?/CommentsRow?>
          <?/CommentsRows?>
        </dl>
        <?PostNewCommentLink?>
            <p class="comment-timestamp">
            <a class="comment-link" href="<?PostCommentLink/?>" <?CommentsInPopupTag/?>>Post a Comment</a>
            </p>
        <?/PostNewCommentLink?>
        </div>
        <?/CommentsPlace?> <!-- End #comments -->
        <?WelcomeMessage?>
            <p class="welcome_title">Congratulations on creating your new podcast!</p>
            <p class="welcome_message">Please log into your account to add/create an episode and then publish your podcast so that the rest of the world can enjoy your work.</p>
        <?/WelcomeMessage?>           
          </div>
        <div id="columnright">
        <h3>My Profile</h3>
        <?PodcastAuthorPhotoUrlPlace?>
        <div id="profilepic"><img src="<?PodcastAuthorPhotoUrl/?>" /></div>
        <?/PodcastAuthorPhotoUrlPlace?>
        <p class="righttext"><strong><?PodcastAuthorName/?></strong><br />
          <strong><?PodcastAuthorLocation/?></strong><br />
          <?PodcastAuthorAbout/?>
        <br />
        <a href="<?PodcastAuthorUrl/?>" class="profile">View my complete profile</a></p><br clear="all"/>
        <!-- LINKS, you can change or delete list here if necessary -->
        <h3>Links</h3>
        <div style="padding: 1ex 0 1em 2em;">
        <a href="http://www.mypodcast.com/" target="_blank">Free Podcast Hosting</a><br>
        </div>
        <!-- END of LINKS block -->
        <?PrevPosts?>
        <h3>Recent Posts</h3>
        <?PrevPostsRows?>
        <?PrevPostsRow?>
        <a href="<?PermanentLink/?>" class="posts"><?Title/?></a>
        <?/PrevPostsRow?>
        <?/PrevPostsRows?>
        <?/PrevPosts?>
        <?ArchiveLinks?>
        <h3>Archives</h3>
        <?ArchiveLinksRows?>
        <?ArchiveLinksRow?>
               <?CurrentRow?>
                   <p class="posts"><?DisplayString/?></p>
               <?/CurrentRow?>
               <?NotCurrentRow?>   
                <a href="<?Link/?>" class="posts"><?DisplayString/?></a>
            <?/NotCurrentRow?>
        <?/ArchiveLinksRow?>
        <?/ArchiveLinksRows?>
        <?/ArchiveLinks?>
          <!-- Links to podcast subscriptions -->
      <div style="text-align: center;">
        <a href="<?itunes_link/?>" title="Subscribe to podcast with iTunes"><img src="<?system_url/?>/images/itunes2.png" alt="Subscribe to podcast with iTunes" style="border:0;"></a><br>
        <a href="<?google_link/?>" title="Subscribe to podcast with Google"><img src="<?system_url/?>/images/google2.png" alt="Subscribe to podcast with Google" style="border:0;"></a><br>
        <a href="<?yahoo_link/?>" title="Subscribe to podcast with Yahoo"><img src="<?system_url/?>/images/yahoo2.png" alt="Subscribe to podcast with Yahoo" style="border:0;"></a><br>
        <a href="<?rss_link/?>" title="Podcast RSS-channel"><img src="<?system_url/?>/images/podcast.png" alt="Podcast RSS-channel" style="border:0;"></a><br>
        <br>
        <a href="<?advertise_link/?>" title="If you would like to advertise in this podcast, click here for more information."><img src="<?system_url/?>/images/advertise.png" alt="If you would like to advertise in this podcast, click here for more information." style="border:0;"></a>
      </div>
        </div>
        <br clear="all" />
        <div id="footer">Powered by <a href="http://www.mypodcast.com/" target="_blank">MyPodcast.com</a></div>
    </div>
    </center>
    </body>
    </html>

    It doesn't go anywhere in that: that isn't a feed, it's a web page. A feed is a text file in XML format.
    Would you like to post the URL of your iTunes Store page?
    This page about podcasting includes a basic sample feed so you can see what one should look like, and at the bottom of the page is the method for redirecting iTunes to a new feed.
    http://rfwilmut.net/pc

  • Changing feed URL from ODEO

    I used to use Odeo.com to publish my podcast feed and that is the URL I submitted to iTunes. I now wish to change to URL to a different site (my own). I am fully aware of the <iTunes:new-feed-url> tag system, but it does not help me as I do not have direct access to the feed to add this tag. Odeo seems unwilling to help as well, and suggests I submit the new feed TO ODEO, and "claim" it. That is my point, I do not want to be on Odeo anymore. So now I am stuck keeping my old feed on Odeo up to date and I cannot find a way to contact Apple directly to change my feed. Please advise me on what I should do next. Thank you for any assistance.

    There are only two ways of changing the feed. The use of a 301 redirect...which would need to be done on the server..most likely by an administrator....or the <itunes:new-feed-url>.
    I'm pretty sure Apple can't/won't change it for you...
    If you can't sweet talk Odeo into adding the new-feed-url tag for you...about your only other option would be to start a new one and submit it as a new feed. You then could publish an episode on your Odeo feed telling people to subscribe to your new feed.
    Erik

  • Alternate ways to update RSS Feed URL in iTunes Store

    Hey all,
    Ok, so I am having issues with updating my iTunes Store RSS URL. Here's the storyin a nutshell. If any of you have experience with this i would really appreciate some help, because I have been stuck for week now.
    I started my podcast using Podbean.com as a host, and when I first submitted my podcast URL to th iTunes Store, I used the RSS URL that podbean gave me which was http://unfilteredandrew.podbean.com/feed/. A few weeks later, I decided to move my host to SquareSpace, therefore I have a new RSS URL for the podcast now. I understand the directions frovided by Apple on how to change the URL by inserting the <itunes:new-feed-url> tags into the XML file. This is where the problem lies. Podbean.com is not able to instert this tag into my the XML file (its a long story, I have been dealing with thier incompitent customer service for weeks now). Let's assume for now that this method is not optional.
    SO my question to you guys is - is there another way to update the RSS URL feed? Currently the iTunes Store see's  http://unfilteredandrew.podbean.com/feed/as my RSS feed, but I want it to see the NEW one which is: http://andrewunfiltered.squarespace.com/podcast?format=rss
    Please help!!
    Kellen

    Ignore the 301 redirect - this is really intended for other rss readers than iTunes.
    If you are creating a feed somehow and submitting that to Feedburner, which then passes it on to iTunes, and if you can add the tag to that original feed it will also appear in the Feedburner feed and the redirect will take place.
    If you are creating the feed only in Feedburner by entering details, there you cannot directly edit the feed - I don't know whether Feedburner provides a way of doing this: most online podcast creation services don't.
    If that's the case then you will have to abaondon the old feed. You should attempt to get the old podcast removed from the Store - instructions here (though there have been a number of reports that iTunes Store staff are simply not bothering to carry out this process) - and submit your new feed as an entirely new podcast. You will probably need to make a small change in the title, as a bug in the Store software may tell you that the podcast has already been submitted: and of course you will lose any subscribers or comments.

  • How do I move my feed URL?

    According to the Tech Specs page on the Apple site for Podcasting, it's possible to move your feed to another host without having to resubmit the new feed to iTunes. This is what it says...
    "Podcasters occasionally need to move their feed from one location to another. In this case, you should not remove your feed. If possible, you should set your web server to return a 301 error and redirect when receiving a request for the old feed. Doing so will cause both the iTunes Music Store and the iTunes clients that have subscribed to your podcast to pick up the new feed URL."
    This is great! I have just republished my podcast to a different server and now want to tell the world (including iTunes) about it. Apparently, all I have to do is put in the <itunes:new-feed-url>
    FYI my old feed is: http://homepage.mac.com/ghreynolds/GuarroCasts/podcast.xml
    My new feed is: http://guarro.jellycast.com/pod/podcast.xml
    It seems that the Spec sheet that I'm reading from assumes that I'm brighter than what I really am. I don't understand how to do it. It says...
    "This tag allows you to change the URL where the podcast feed is located. It is added at the <channel> level. The feed format is: <itunes:new-feed-url>http://newlocation.com/example.rss</itunes:new-feed-url>"
    Where is the <channel> level? Where do I enter this information?
    Also, do I tag this on the end of my old feed? If so, where do I put it so that iTunes sees it as an update?
    I'm very confused and I'm sure it's an easy answer.
    Someone help me??

    I use Podcast Maker to upload my Podcasts with and I asked them. They knew what I was on about and did it for me quickly and easily.

  • Updating Feed URL :- Inadvertantly Updated Two Seperate Feeds to Same Feed

    There are two seperate feeds in iTunes Music Store for Immaculate Heart of Mary Podcasts.
    [1] http://itunes.apple.com/us/podcast/immaculate-heart-mary-homily/id294766875
    [2] http://itunes.apple.com/us/podcast/immaculate-heart-mary-homily/id295664714
    Originally these feeds were pointing to two different feed URLs. During the process of moving hosting solutions, both of these feeds are now pointing to the same feed:
    http://feeds.feedburner.com/ImmaculateHeartOfMaryHomily-cast
    One of these should point to the feed mentioned above, while the other one should point to the following feed:
    http://feeds.feedburner.com/ImmaculateHeartOfMaryLivingtheliturgy-themass
    Can you offer any suggestions on how I might update one of the feeds without updating the other. I have attempted to add the new-feed-url tag and using the ping service. While that worked for my local podcast feed, it did not work for the store.
    Any assistance with this would be greatly appreciated.
    Thanks

    You have painted yourself into a corner, I'm afraid. The 'itunes:new-feed-url' (which you would insert in the feed they are both using) should work perfectly well but will redirect both podcasts to the other feed, which won't get you anywhere.
    You have two options, neither of them much fun. You could get one of the podcasts removed from the Store - instructions here - and submit your new feed as an entirely new podcast. You will probably need to make a small change in the title, as a bug in the Store software may tell you that the podcast has already been submitted: and of course you will lose any subscribers or comments. Incidentally the last person to post about having tried this was told to use the 'block' tag - obviously this is no good as it will block both podcasts.
    The other option is somewhat uncertain. iTunes Support is notoriously unhelpful, often sending back form answers which often don't deal with the actual problem, or referring the questioner to the Discussions Forum (which may have sent the questioner there in the first place): however it has been known for someone to persuade Support to shift their podcast to a new URL, so it's worth trying. It's probably just a matter of luck who you get. To contact iTunes Support, go to http://www.apple.com/support/itunes/ - click on 'Other iTunes Store Features' in the list and then on 'Podcasts'.

  • We had to change the feed adress and the epsiode adresses. Now all the episodes of my podcast are downloaded (although i have downloaded them already). How can I make the changes in my feed and avoid that all the episodes are reloaded?

    Hello,
    We had to change the feed adress (<itunes:new-feed-url>)and the epsiode adresses in the feed because the feed and the episode-files are on a new server. Now when i open my iTunes subscription of our podcast all the episodes of my podcast are downloaded again (although i have downloaded them already).
    My Question therefore is: How can I make the changes in my feed and avoid that all the episodes are reloaded?
    Maybe have an answer?
    Thank you very much.

    Thank you very much for your answer
    As I see now, our 'guid' tags contain the episode URLs
    To avoid this problem in the future i would like to change guid tags. Can you please tell me how a guid tag should look like if it is not the URL?
    Thank you for helping us!
    ps now it looks like this eg:
    <guid isPermaLink="false">http://www.castyourart.com/podcasts/213_thinkglobal_en.mp4</guid>

  • New Feed URL not updating

    I recently moved my clients podcast feed and set it up (with WP Podpress plugin) with the new feed URL. I submitted it to iTunes but it has yet to show an update:
    Feed: http://calvaryqc.org/category/sermons/sunday-sermons/feed/
    Podcast id: http://itunes.apple.com/us/podcast/calvary-church-quad-cities/id273511998
    Header info:
    <?xml version="1.0" encoding="UTF-8"?>
    <rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
    xmlns:media="http://search.yahoo.com/mrss/"
    <div class="jive-quote">
    <channel>
    <title>Calvary Church of the Quad Cities » Sunday Sermons</title>
    <atom:link href="http://calvaryqc.org/category/sermons/sunday-sermons/feed/" rel="self" type="application/rss+xml" />
    <link>http://calvaryqc.org</link>
    <description>Calvary Church of the Quad Cities is a church of Loving People to Life through Healing, Training and Worship.</description>
    <lastBuildDate>Mon, 04 Apr 2011 20:40:37 +0000</lastBuildDate>
    <language>en</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.1</generator>
    <!-- podcast_generator="podPress/8.8.10.1" -->
    <copyright>Copyright © Calvary Church of the Quad Cities 2011 </copyright>
    <managingEditor>[email protected] (Calvary Church of the Quad Cities)</managingEditor>
    <webMaster>[email protected] (Calvary Church of the Quad Cities)</webMaster>
    <ttl>1440</ttl>
    <image>
    <url>http://calvaryqc.org/wp-content/uploads/podpress_img/CCQCpodcast144.jpg</url>
    <title>Calvary Church of the Quad Cities » Sunday Sermons</title>
    <link>http://calvaryqc.org</link>
    <width>144</width>
    <height>144</height>
    </image>
    <itunes:new-feed-url>http://calvaryqc.org/category/sermons/sunday-sermons/feed/</itunes:new-feed-url>
    <itunes:subtitle>Calvary Church of the Quad Cities Sunday Celebration Services Sermons</itunes:subtitle>
    <itunes:summary>Calvary Church of the Quad Cities Celebration Services sermons. Join Calvary Church for a Sunday morning service! Both our 9am and 11am sermons are available for listening through iTunes.</itunes:summary>
    <itunes:keywords>Christianity, Sermons, Bowman, Calvary, Church, Moline</itunes:keywords>
    <itunes:category text="Religion &#38; Spirituality" />
    <itunes:category text="Religion &#38; Spirituality">
    <itunes:category text="Christianity" />
    </itunes:category>
    <itunes:author>Calvary Church of the Quad Cities</itunes:author>
    <itunes:owner>
    <itunes:name>Calvary Church of the Quad Cities</itunes:name>
    <itunes:email>[email protected]</itunes:email>
    </itunes:owner>
    <itunes:block>no</itunes:block>
    <itunes:explicit>no</itunes:explicit>
    <itunes:image href="http://calvaryqc.org/wp-content/uploads/podpress_img/CCQCpodcast600.jpg" />
    The feed validates, the source code shows all of the necessary header info for itunes - what am I missing... why isn't it updating?
    Thanks for your help!

    iTunes is looking for a feed at
    https://www.calvaryqc.org/xml/podcasts/02080425.xml
    and not finding it. The connection is a secure one - https - and when tested in FireFox reports that it uses an untrusted certificate: but even over-riding that shows that there is no file at that address. It is to that feed that you have to add the 'itunes:new-feed-url' tag (it's present on the feed you link to but simply links to the same feed so it's redundant).
    Unless you can place a feed at the URL I quote above which iTunes can read (as it must have done once as there are episode showing in the Store, albeit rather out-of-date) you will not be able to redirect iTunes to your new feed.

  • Update Podcast Feed URL

    I'm trying to move my podcast feed location. I made the new feed, then used the "itunes:new-feed-url" tag in the original feed.
    When I did the podcast ping, it told me the correct (new) url of the feed. But after nearly two weeks of waiting, the feed hasn't updated at the iTunes store.
    And I double-checked that the feed validates, and it does.
    The original feed can be found at http://www.hopecbc.org/am.xml/.
    The new feed can be found at http://www.hopecbc.org/xml_am.xml/.
    Feed at iTunes: http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=263317967
    Thanks in advance.

    the devil is alive!
    the internets is a series of tubes!
    dom

  • Podcast is having issues since I changed the feed url

    Ever since I changed the feed url for my podcast in itunes I have problems with the feed not working properly.
    http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=157571623
    When I try to download random files or episodes in this podcast it wont download in itunes. I get an error code (-50) saying it could be a network problem. But if I go to the direct feed url which is this in safari browser. I can click on the mp3 link and it plays just fine. Then after doing that I can go back into itunes and click "get" on the exact same file that wasnt downloading earlier and now it downloads. Very odd. Once that is done all files in itunes download without any problems. I thought it was just something wrong with my itunes. But it only happens for my feed when I subscribe to it. I tried it on my windows system in itunes and having the exact same problem. I called a couple people up and its happeing with them in itunes also. When one of us accesses the feed by way other than itunes it will then work for awhile then go back to not working again. It started happening when I changed the url in itunes to have it point to the feedburner url. Im having the issue right now as a matter of fact. I cant even listen to the preview of each episode. Maybe someone can try the itunes feed and check it out for me. Any ideas?
    Its frustrating. Im wondering if I need to just submit a new podcast to itunes.
    PS: I posted this in itunes for windows, Im using both mac and windows. Its not specific to either OS.

    Im pretty sure the problem has been resolve. We own both the .org and the .com extensions of our website. The primary being the .org and a redirect if a user goes to the .com address. I use feeder to create the podcast feeds and it has an autofill feature in it. Somewhere along the line on the enclosures I inputed the .com address instead of .org. Why the redirect works just fine in most feed readers. Apparently itunes doesnt support it. One of the users in the feedburner forum picked up on this. I corrected all the enclosure urls to .org as they should be and everything so far works fine.

  • TS1424 serious error in iTunes registering system of Feed URL.

    There is serious error in iTunes registering system of Feed URL.
    From yesterday, when submitting feed url, following error message has been occurred. 
    " We are currently experiencing technical difficulties, please try again later. "
    all feeds is correct.
    all feeds have the same phenomenon in iTunes.
    We tested registering following feeds to the iTunes. all fees failed for submitting to the iTunes. 
    http://blip.tv/martinkang/rss/itunes 
    http://www.iblug.com/podcastxml/kang
    http://nemo.podics.com/129638577123
    Certainly, this is error of iTunes.
    iBlug.com's many users can not submitting their podcast feed to the iTunes.
    How can i do?

    It's the same for us ...

  • HT1819 I have two existing podcasts on iTunes. I have new RSS feeds for both. Can I change the RSS feeds on my existing podcast listings or do I have to resubmit?

    I have two existing podcasts on iTunes. I have new RSS feeds for both. Can I change the RSS feeds on my existing podcast listings or do I have to resubmit?

    There is some info in this discussion.
    https://discussions.apple.com/thread/6024120?tstart=0

  • Impossible to update feed url in iTunes

    Hey there. Some time ago, iTunes got it into it's little head that the feed url for my netcast site is "http:\\\\feeds.feedburner.com\ \fpg". (there isn't a space between the last two slashes, but if I don't put it there, the formatting gets all wonky)
    Needless to say, this is not the case. The problem is, I can't seem to get it to update, since it needs the "original RSS feed link" (aka the broken one) for the new-feed-url tag to work. But since the original link can't ever work, I can't find a way to fix it in iTunes without resubmitting everything. Any ideas?

    OK, after a few weeks of getting no answers from the official help desk, I figured to just punt and resubmit. Unfortunately I can't because iTunes seems to think the feed is already submitted.
    Is there anyway I can talk to a real person who can just switch this over? This is getting ridiculous.

  • I inadvertently have two Apple Podcast ID's on ONE feed URL

    Hi,
    My first post here... I assume Apple support reads this...
    I updated our old Podcast on the Book of Acts with a new one on the Book of John, but I used the same feed URL namely, http://www.raystedman.org/messages.rss .
    The new podcast is working fine EXCEPT when I go the the iTunes Store to find and subscribe to it by typing in Ray Stedman - the subscribe page is the OLD Acts page (which should be gone) and not the new First John page.
    What's interesting is that if you click the Acts Podcast subscribe icon you get the FIrst John Podcast (and you get the correct FIrst John intro page when you click on the circled arrow to the left of the name "Expository Studies in the Book of Acts)!
    I can't figure out how to change this... Again, I have two Podcast ID's for one feed URL - this isn't right, right??
    Does Apple support have to fix this problem?
    The two Podcast ID's are: 74271389 and 218826642
    Help! Thanks! Bert
    G-4 1.25 GHz dual processor   Mac OS X (10.2.x)  

    Welcome to the Apple Community IrishScorp.
    Sorry, it's not possible to merge accounts or transfer purchases from one account to another.

Maybe you are looking for