Updating an existing podcast?

I recently put up my first podcast into the store. Since doing so I have changed a few things in my podcast and I am wondering how to have it updated on the Store. Everytime I try to resubbmit to the store it says I have already done so. Does it update automatically?

You shouldn't need to do anything - the Music Store reads the XML file to get the info on the podcast, though it may cache it so there could be a bit of a delay before a change shows. I found I'd mis-spelled something in the summary, so I downloaded the XML file, corrected it, and re-uploaded it. The Music Store showed the correction immediatley when I re-searched. Incidentally, the Music Store doesn't handle the actual podcast file at al: it simply reads the XML file and then when you download the podcast it simply directs you to the file (so it's your bandwidth and not theirs). Change the podcast file (keeping the same name) and even if you don't alter the XML the new version will be the one it provides (because the old one isnt there anyway).

Similar Messages

  • Updating an existing podcast video

    I have a podcast and I wanted to update an existing video. When I update the video however, and update via itunes. my old podcast video remains the same.
    So far the only solution I have found was deleting the current video, then "getting" the updated one. Is there a way that these can automatically update?
    thanks!

    Subscribers to a podcast download episodes listed in iTunes, which it does by reading the feed. If you change an episode's media file but retain the same file name for it, or even change the filename but change the feed's entry for that episode to match, iTunes will not see the episode as having changed. New subscribers, or old ones who haven't downloaded that episode yet, will get the new version. However people who have already downloaded the old episode will retain it and won't be aware of the new one.
    If you want to force everyone to have the new version you would have to make a new episode - even if you called it 'Episode 12a' or some such - and then everyone would see it as a new item and could download it: you could of course remove the original episode from the feed. Then people who had not downloaded the old episode would see that one; but people who had downloaded the old version would obviously still have it, and would get the new version as well. You can't delete an episode from people's computers, obviously, nor would anyone want you to have that ability.

  • Adding a pre-existing podcast to iTunes U using the feed method.

    While trying to add another pre-existing CSULB podcast to our CSULB on iTunes U (using the "feed" method), I encountered an error message that I don't know how to interpret.
    Can you help me with this or is there somebody else at Apple I should work with?
    The pre-existing podcast is at: http://www.ccpe.csulb.edu/citt/podcast/feed.aspx
    The error message reads:
    "While attempting to download. . . iTunes U encountered an authorization error and could not update the content. Verity your authorization access to the feed specified in the feed URL field, including the user name and password permissions, and then try again."
    I have no idea what this means. Can someone please help?
    Walter

    bgerth wrote:
    Is anyone using Podcast Producer 2 to publish content on iTunes U, and if so, does it work reasonably well (do you recommend using it)?
    Its spiffy. I like it, but I'm a softie when it comes to Apple stuff.
    Am I correct in thinking Podcast Producer 2 can only be used to create an RSS feed to point to podcasts stored in its Podcast Library or can you use Podcast Producer to upload files into our institutional iTunes U storage space (yes we are fortunate to have access to Apple's 500 GB storage space)?
    You can choose to do either. Although I haven't seen anything official, I suspect that Apple prefers the use of Podcast Library…but that's just a preference, not any sort of recommendation or future direction. In the end, I suggest (and I think Apple would agree) that you do what makes the most sense for you. For example, we choose to do it both ways.
    Can you provide a link to instructions (or explain how to either identify in iTunes U that the podcast is in Podcast Producer's Podcast Library as an RSS Feed or how to upload the podcast from Podcast Producer to a specific tab in a specific iTunes tab.
    I believe someone (a friend from Apple…??) released a PcP workflow action that deals with iTunes U the same way as PcPv1 did. Overall, though, probably the best kept PcP secret is that Podcast Producer is a generalized workflow solution. Sure, it's cast as a podcasting solution…but if you can get OS X Server to do something, you can get Podcast Producer to turn it into a workflow…anything. Since OS X Server can be scripted to upload content to iTunes U, Podcast Producer can handle that too.
    I appreciate any information given as I have tried with little success to find this information in either the iTunes U or Podcast Producer Admin guides.
    Thanks!!
    BGerth

  • How to use Lion's Podcast Publisher with an existing podcast

    Hello! I have a podcast in iTunes library and I used to manage it with Podcast Maker. I wonder if there's any way to use the native Lion's Podcast Publisher app to continue updating this podcast (and not to create a new one). I upload my content (music files) in my MobileMe account (Podcast Maker has the ability to auto setup my account) so I'd like to continue using this account for hosting this files. I tried the import option (File > Import podcast from URL...) and it downloaded all my episodes. Now what I have to do to post a new episode in the existing podcast?
    Thank you!

    See whether this does it:

  • How can i update an existing item in sap using CSV file?

    Hi,
    i am trying to update an existing Item in SAP using a CSV file.
    in the message log i get an error message that the item already exists.
    what should i do in order to update the existing record?
    Thanks, Udi

    Hi..........
    I would sugest you to use Tab delimited file and choose proper option in order to update the itsm master in DTW......
    Regards,
    Rahul

  • When i login to update my existing apps, the login window shows the wrong apple id. and it's all prayed out, i can't change it. how do i solve this problem?

    When I login to update my existing apps, the login window shows the wrong apple id. i cannot change it because it is all grayed out. how do i solve this problem?

    Content and Apple IDs -
    Content is forever tied to the Apple ID that bought it. Apple does not transfer content from one Apple ID to another. Apple does not merge Apple IDs. You will never be able to access your content bought with one Apple ID with a new Apple ID.

  • Every time I try to update my existing apps I'm not successful and I get a message saying it can't connect. I've try changing my password and still no success.

    I'm getting a can not connect message every time I try to update my existing apps that need to be updated. I even put in a new password thinking that was the problem. Can someone please help me. This has been going on for two weeks.

    Hello Priscilla43,
    The following article provides tips and suggestions that can help restore your connection to the iTunes Store.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Cheers,
    Allen

  • How do i update an existing XML File?

    Hello, I have the following xml file gps.xml:<?xml version="1.0"?>
    <!DOCTYPE gps SYSTEM "gps.dtd">
    <gps>
       <latitude>43.00000</latitude>
       <longitude>-83.00000</longitude>
    </gps> I already have methods written to get the values. But how can I change these values and update the file to reflect these changes?
    thanks for your help!

    Hi, I already have this following code. I would just like to add a method to it to update the existing XML file with different lat/lon coordinates. Could you please help me out with it? thanks
    import java.io.*;
    import java.io.PrintWriter;
    import java.net.MalformedURLException;
    import java.net.URL;
    import javax.xml.parsers.*;
    import org.w3c.dom.*;
    import org.xml.sax.*;
    public class Gps implements java.io.Serializable {
        private double latitude_;
        private double longitude_;
        public Gps(Document doc) {
            setup(doc.getDocumentElement());
        public Gps(String uri) throws IOException, SAXException, ParserConfigurationException {
            setup(uri);
        public void setup(Document doc) {
            setup(doc.getDocumentElement());
        public void makeElement(Node parent) {
            Document doc;
            if (parent instanceof Document) {
                doc = (Document)parent;
            } else {
                doc = parent.getOwnerDocument();
            Element element = doc.createElement("gps");
            int size;
            URelaxer.setElementPropertyByDouble(element, "latitude", this.latitude_);
            URelaxer.setElementPropertyByDouble(element, "longitude", this.longitude_);
            parent.appendChild(element);
         public Document makeDocument() throws ParserConfigurationException {
            Document doc = UJAXP.makeDocument();
            makeElement(doc);
            return (doc);
        public final double getLatitude() {
            return (latitude_);
        public final void setLatitude(double latitude) {
            this.latitude_ = latitude;
        public final double getLongitude() {
            return (longitude_);
        public final void setLongitude(double longitude) {
            this.longitude_ = longitude;
       public final void updateXmlFile(double latitude, double longitude) {
         // something???
        public final void updateXmlFile(double latitude, double longitude) {
            this.latitude_ = latitude;
            this.longitude_ = longitude;
        public String makeTextDocument() {
            StringBuffer buffer = new StringBuffer();
            makeTextElement(buffer);
            return (new String(buffer));
        public void makeTextElement(StringBuffer buffer) {
            int size;
            buffer.append("<gps");
            buffer.append(">");
            buffer.append("<latitude>");
            buffer.append(Double.toString(getLatitude()));
            buffer.append("</latitude>");
            buffer.append("<longitude>");
            buffer.append(Double.toString(getLongitude()));
            buffer.append("</longitude>");
            buffer.append("</gps>");
        public String toString() {
            try {
                return (makeTextDocument());
            } catch (Exception e) {
                return (super.toString());
    }

  • How to update an existing item in a sharepoint list using the WSS adapter for Biztalk

    Is there a way that a record in SP list be updated using WSS adapter in biztalk ?
    BizTalk 2013 and SP 2013 ..
    Regards
    Ritu Raj
    When you see answers and helpful posts,
    please click Vote As Helpful, Propose As Answer, and/or Mark As Answer

    A ListItem has its own unique row id so in all likelihood, an insert with the same data will result in a new list entry. The Lists Web Service however, has an UpdateListItem method which will take an update request. [refer
    http://msdn.microsoft.com/en-us/library/office/websvclists.lists.updatelistitems(v=office.15).aspx ]
    There is another note in the conference (marked answered) to your List Item Update problem. Probably worth a try too. [refer
    http://social.msdn.microsoft.com/Forums/en-US/bee8f6c6-3259-4764-bafa-6689f5fd6ec9/how-to-update-an-existing-item-in-a-sharepoint-list-using-the-wss-adapter-for-biztalk?forum=biztalkgeneral ]
    Regards.

  • When we try to buy a new app or update our existing apps, my account settings wont allow me to enter ANY of my credit cards.  It says to contact apple/itunes/support, but when I do, I don't understand how to navigate it to find an answer.  Help!

    when we try to buy a new app or update our existing apps, my account settings wont allow me to enter ANY of my credit cards.  It says to contact apple/itunes/support, but when I do, I don't understand how to navigate it to find an answer.  Help!

    Click here and ask the iTunes Store staff for assistance.
    (108048)

  • Old project with entity 4.0 breaks when adding new model or updating an existing model.

    i have an old 4.0 project that was using entity 4.0
    in VS2013 if I try to update an existing model or add a new one, it will forcefully install the entity framework 5.0 even though the selection in the box was to use 4.0
    it goes out to nuget to do this and then it will forever add 5.0 even if I uninstall it.
    5.0 getting installed completely breaks my application. References to tables disappear and cross reference for NO reason at all with another model.
    How can i get it to just let me use 4.0 so I can move on OR how can i upgrade my old model into 5.0?
    I'd rather not got tthe 5.0 route because that changes a lot of the ways things were done and would break even more code.

    Hello,
    >>in VS2013 if I try to update an existing model or add a new one, it will forcefully install the entity framework 5.0 even though the selection in the box was to use 4.0
    It is not very clear how you install the Entity Framework, as far as I know, the EF version 4.0 is available with .NET 3.5, from .NET 4.0, it will use the 5.0 by default, if you want to use the EF 4.0, you could change the target to .NET 3.5.
    >>How can i get it to just let me use 4.0 so I can move on OR how can i upgrade my old model into 5.0?
    If it is EF 5.0, as far as I know, it uses the DbContext API instead of the original ObjectContext API(the EF 4.0 uses this API) which provides a better performance, if you want to keep to use ObjectContext API, you could follow this article:
    Reverting Back to ObjectContext Code Generation
    The article shows the configuration for VS2012, for VS2013, you could change the Code Generation Strategy from T4 to Legacy ObjectContext.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to update an existing supplier using Supplier Open Interface Import?

    Hi
    I need to updated an existing supplier.
    Is it possible to update using supplier open interface import and how?
    Thanks in advance.
    Thanks,
    Mallesh

    Hi Atul,
    I am using CCM 2.0 and SRM 5.0 (EBP5.5).
    We are not using XI, so i guess we cant use the program "/ccm/file_upload".
    we have migrated the product master data from R/3.
    We have developed a report which takes product category as input and gives out flat file in csv format containg all the items in that prod category.
    Then we upload the file in CCM by logging thro the brpwser.
    Similarly, i can develop another program which will give me a CSV file foll all those items changed in R/3 in a day.
    Then we can upload that file in CCM.
    But i have doubt if it will update the existing items in catalog.
    Hope I could make myself clear.
    Thanks
    Abhishek

  • How do I update my existing Itunes to 11.1 on my phone and mac?  Thanks

    How do I update my existing Itunes to 11.1 on my phone and mac?  Thanks

    The 11.1 update I believe is only for OS X and not IOS. Look for the update in the Mac App Store/Updates or System Preferences/Software Update. To be safe, make sure you backup your system first.

  • How do i update my existing itunes account

    How do I update my existing itunes account to sync my new iPhone?

    go to store>account make changes.

  • Outlook-Updates to EXISTING Calendar and Contact entries not syncing correctly - two PC's

    My setup is two PC's (one at work, one at home), one BB. Both PC's Outlook are Outlook 2003, SP3. I do not use BES. I sync my BB to both PCs.
    I have experiencing specific issues where updates to existing Outlook Calendar (mtg notes) and Contact (contact notes) are not being sync'd from one PC to the next PC (via my BB device - Sprint Curve 8330 running OS v4.5.0.131). I sync PC's to my BB using BB Desktop Mgr (v4.7) and USB cable.
    Here are specific details of what I am doing to duplicate the issues.
    1) Calendar:
    I have been away from work the past two days. In that time, I have updated two (2) calendar items at my PC at home - both items are at my work PC as well.
    Item one: I moved the date from Wed to Thurs, and added a note - done from home PC
    Item two: I changed the description of the meeting, and shortened appt from 3 hrs to two hrs - done from home PC
    Both items sync OK with my BB
    Upon coming to work this morning, neither sync'd to my work PC. I finally did the following:
    Item one: I deleted from Desktop Outlook, opened in BB put a space in the meeting description saved.
    Item two: Opened on BB, put a space in the meeting description saved.
    Upon resyncing, here is what happened
    Item one: Sync Mgr noticed conflict of deleting from PC and changed in BB. I chose to copy item to PC. This results in syncing correctly to PC
    Item two: Sync'd to PC correctly.
    Something is NOT right. The sync process did NOT recognize these two items that changed until I manually intervened (updating on the BB).
    2) Contact: 
    I ran a test today where on my work PC, I added a comment into one contact's note. I successfully sync'd that contact note to my BB. However, when I sync the BB with my home PC, that note did NOT make it to the home PC.
    I opened the contact (in edit mode) on my BB, inserted a space to the contact's name, erased the space, and saved the contact.
    I then sync'd the BB to the home PC again. This time, success - the contact's note got sync'd to the home PC.
    HELP
    I have seen this sort of thing a few times before (where sync did not sync a Calendar event/mtg correctly) in the past three months or so I owned my BB - but this is the first time I decided to actually test out the fix. This is the first time I noticed with a contact (maybe b/c i do not look at my Contacts updates as closely as I do my Calendar mtgs updates)
    Message Edited by Winger on 06-12-2009 10:32 AM
    Message Edited by Winger on 06-12-2009 10:33 AM

    Thanks for your feedback:
    2 things..... I somehow had created a duplicate calendar which may have been >blocking the sync. If you have it as well, delete this calendar and try to sync.
    I have several calendars in Outlook - there is the main one which contains everything, then where I have marked certain entries as 'Personal' or as 'Anniversaries' etc a separate calendar is created with those entries in them.
    Also, I read somewhere that some calendar entries will corrupt the sync of the > phone. Delete all new entries since the last successful sync and enter a test >entry and try to sync the phone. To the best of my knowledge, there is no >indication that an appointment is "bad" other than the phone will stop syncing. >So perhaps after each sync, check the phone to ensure any new entries appear.
    I can't possibly tell when the last successful synch occurred! I also don't want to delete entries - I need them all!
    There appears to be very little advice on this problem, hopefully this will >work.
    Yes, it seems that the Great God Apple isn't anywhere as smart as it thinks it is. I am really frustrated and not a little angry. This is basic stuff for any other phone, let alone a Smart Phone!
    Thanks for your comments, though.

Maybe you are looking for