I'm new.  How do I update my feed after posting a new podcast?

I'm sure this has been asked a bazillion times but i haven't found an answer.
I just joined iTunes and received a confirmation email that my podcast feed has been accepted.  The email states,
After adding a new episode, update your feed in the fastest possible manner with the ping service by visiting this URL:
https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast?id=(ID REMOVED)
But when I click the link it instead takes me to this link...
http://itunes.apple.com/us/genre/ios/id36?mt=8&id=(IDREMOVED)
And I cannot find any option to update my feed.  Please help and thanks!

Once your feed has been accepted you are given the URL to the iTunes Store, which is presumably what the second link you have posted is.
You don't have to interact with the Store any further. Just add a new episode to the podcast and re-upload the feed. Subscribers will see the new episode immediately, but it usually takes the Store a day or two, occasionally longer, to catch up.
Incidentally I don't know where you saw the instruction to ping the Store, but that facility was removed over a year ago. (Not that it ever did much good anyway). The Store will update when it gets round to your feed.

Similar Messages

  • How do I update my feed?

    Exactly how do I "update my feed in the fastest possible manner?" See below
    After adding a new episode, update your feed in the fastest possible manner with the ping service by visiting this URL:
    https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast?id=364602319
    http://therealtalkradioshow.podbean.com

    Add your episode - if you are using Podbean refer to their help - so that it wil appear in your feed, and publish the feed (i.e. upload it to replace the existing copy on the server: Podbean probably has a 'publish' button). It usually takes 1-2 days for the iTunes Store to pick up new episodes (though subscribers will see them immediately).
    'Pinging' the Store using the link you give is supposed to make it check your feed sooner, but I've never been convinced that it makes any difference. It can do no harm, at any rate.
    Incidentally the link you give is to the website for your podcast: the actual feed is at
    http://therealtalkradioshow.podbean.com/feed

  • HT1819 How can I update an existing episode of my submitted Podcast?

    I have just launched a podcast and the feed has been accepted by iTunes (https://itunes.apple.com/gb/podcast/saving-next-christmas-part-1/id767756348?i=1 95161397&mt=2).
    However, I have made certain imporvements to it and have since uploaded a replacement MP3 to my independently hosted site and amended the RSS feed so that only the updated MP3 is present (http://www.valleyofdump.com/category/podcasts/feed/).
    Nonetheless, when I open iTunes, only the old version of the MP3 plays. Will the update feed through in time to iTunes, or will I have to manually prompt it to recognise the update MP3 in the feed?
    Hope someone can help. Thanks!

    The file referenced in the feed is
    http://www.valleyofdump.com/wp-content/uploads/2013/12/Savingnextxmaspt1-TAKE-3. mp3
    I subscribed to your podcast and downloaded the file: although it turns up with the title as the filename, the duration is the same - 11m 54.57 seconds. So I assume that this is working correctly. However, this is a fresh subscription. Anyone, including you, who subscribed previously would have the original version in iTunes and as I assume you haven't changed the 'guid' tag would have no way of knowing it had been updated.
    If you had subscribed previously, delete the subscription and subscribe again; you should find you now have the later version. You can only get existing subscribers to get the new version by making it in effect a new episode, and they may not thank you for having to download it again.
    In the iTunes Store itself the file plays, but I've no way of knowing which version it is, however if you have removed the older version from the server it could only be the later one (have you removed it?). If the Store has not updated the feed yet it would try to download the old one; it may well not update until a new episode has been added since if the 'guid' tag hasn't changed it has no way of knowing the feed has changed.

  • How to undo update of checkbox after triggering when-new-record-instance

    Hi,
    I am using eBusiness Forms Personalization in 11.5.10 to alter the Receipts form in Purchasing. I want to prevent users checking the rcv_transaction checkbox if the destination is "Multiple" and, instead, click the "+" sign to explode the multiple record into it's many component records.
    I can do this by invoking the when-new-record-instance trigger to make the "multiple" record fields unalterable and issue a warning message when the user selects such records. However, my problem is that - if the user clicks the checkbox as the first field in a "multiple" record, then this updates the checkbox to "Yes" BEFORE the trigger fires, which then locks the record for update.
    What I need is a solution that either sets the checkbox to unalterable for "multiple" records BEFORE the user clicks into such records, OR a method of undoing the update of the checkbox after the record has been selected (I cannot do this by simply setting it to "No" by the trigger as this is still technically an update and locks the record).
    Cheers
    Graham

    Hi Navnit,
    Yes you are right, but it can work even we not plase quotation mark in it. But Yes I forget to place semi colon so now it is
    IF :System.Cursor_Record = 1 THEN
       :Block.Col1 := '02:00';
    ElsIF :System.Cursor_Record = 2 THEN
       :Block.Col1 := '07:00';
       ------and so on
    END IF;Danish

  • How can I update components position after a setSize call?

    Hi there. I need some help. I have a JFrame application. When you press a button, the JFrame size changes, but the components added to it keep in the same position, they dont update to the new size, until I change manually the size of the JFrame, with the mouse. How can I make they to update automatically when I call the setSize(20,40) ?
    Thank you!
    The code:
    public void actionPerformed( ActionEvent event )
    setSize(300,90);
    repaint();
    }

    Thank you Encephalopathic for your answer. I try calling revalidate() but it still doesnt work. The SSCCE is here:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Panel extends JFrame implements ActionListener {
         private JPanel panel1;
         private JPanel panel2;
         private JButton btn1;
         private JButton btn2;
            private Container container;
         public Panel(){
                 super( "Title" );
                btn1 = new JButton( "Resize");
                btn2 = new JButton( "btn2");
                btn1.addActionListener(this);
                panel1 = new JPanel();
                panel2 = new JPanel();
                      panel1.add(btn1);
                panel2.add(btn2);
                      container = getContentPane();
                container.add(panel1);
                setSize(315,325);
                      setVisible(true);
         public void actionPerformed( ActionEvent event ){
                   setSize(100,100);
                      container.remove(panel1);
                   container.add(panel2);
                      panel2.revalidate();   // doesnt work
                container.validate(); // doesnt work
         public static void main (String args[]){
                   Panel panel = new Panel();
    }Edited by: gasbor on Feb 28, 2009 10:09 PM

  • How can I update the children after updating a node in a tree?

    Hi everyone.
    I'm trying to update a subtree programatically while using a managed bean as data source.
    All topics I can find are about using VOs and JUCtrlHierNodeBinding.updateValuesFromRows.
    Now I need to find some way to directly update nodes without any Row. What should I do?
    Here's the code:
    tags:
                                    <af:tree id="tframe" initiallyExpanded="true"
                                             selectionListener="#{backingBeanScope.systemDataFrameBB.onSelectNode}" var="n"
                                             binding="#{backingBeanScope.systemDataFrameBB.tframe}"
                                             value="#{systemDataFrameMB.treeData}" expandAllEnabled="true"
                                             rowSelection="single" fetchSize="-1" contentDelivery="immediate"
                                             immediate="true" summary="summary">
                                        <f:facet name="nodeStamp">
                                                      <af:group>
                                                      <af:outputText value="#{n.is_system?'[SYSTEM]':''}" />
                                                      <af:outputText value="#{n.is_use?'':'[X]'}" />
                                                                     <af:outputText value="#{n.data_frame_name}"/>
                                                      </af:group>
                                        </f:facet>
                                    </af:tree>
    managed bean(systemDataFrameMB):
         private ChildPropertyTreeModel treeData;
         public ChildPropertyTreeModel getTreeData() throws SQLException
              if (this.treeData == null)
                   AuthAMImpl authAM = this.getAppModule();
                   List<DataFrameNode> subTrees = authAM.getDataFrameTrees();    // load with JDBC and POJO
                   DataFrameNode root = new DataFrameNode();      // insert all sub-trees into a new tree
                   root.setData_frame_id(0);
                   root.setData_frame_name("[ROOT]");
                   root.setParent_data_frame_id(Integer.MIN_VALUE);
                   root.setIs_system(true);
                   root.setIs_use(true);
                   if (subTrees != null && subTrees.size() > 0)
                        root.setChildren(subTrees);
                        for (DataFrameNode n : subTrees)
                             n.setParent(root);
                   this.treeData = new ChildPropertyTreeModel(root, "children");      // I guess this is the simplest way to show hierachical data...
              return this.treeData;
    model:
    public class DataFrameNode
         private int data_frame_id;
         private String data_frame_name;
         private int parent_data_frame_id;
         private boolean is_use;
         private boolean is_system;
         private DataFrameNode parent;
         private List<DataFrameNode> children;
            // getters/setters are omitted....
    backing bean(systemDataFrameBB):
            // edit event handler
         public void onEditResult(DialogEvent de)
              String name = (String)this.getItName().getValue();
              boolean isUse = this.getSbcIsUse().isSelected();
              SystemDataFrameMB dfMB = (SystemDataFrameMB)JSFUtils.resolveExpression("#{systemDataFrameMB}");
              try
                   node.setData_frame_name(name);
                   node.setIs_use(isUse);
                   dfMB.updateNode(node);                   // persist changes, this method will change all the children's 'is_use' field to FALSE when isUse == FALSE
                   AdfFacesContext.getCurrentInstance().addPartialTarget(this.getTframe());      // refresh the tree, only the edited node will be updated, but I want the tree to update the whole sub-tree to reflect the change on all its children
              catch (Exception e)
                            // omitted...
            }

    I solved the problem using RichTree.visitChildren :)
    Maybe not the proper way, but at least it works...
                                    <af:tree id="tframe" initiallyExpanded="true"
                                             selectionListener="#{backingBeanScope.systemDataFrameBB.onSelectNode}" var="n"
                                             binding="#{backingBeanScope.systemDataFrameBB.tframe}"
                                             value="#{systemDataFrameMB.treeData}" expandAllEnabled="true" rendered="true"
                                             rowSelection="single" fetchSize="-1" contentDelivery="immediate"
                                             immediate="true" clientComponent="true" summary="summary">
                                        <f:facet name="nodeStamp">
                                            <af:panelGroupLayout id="tg">
                                                <af:clientAttribute name="node_path" value="#{n.node_path}"/>
                                                <af:outputText id="tIsSystem" value="#{n.is_system?'[SYSTEM]':''}"/>
                                                <af:outputText id="tIsUse" value="#{n.is_use?'':'[X]'}"/>
                                                <af:outputText value="(#{n.data_frame_id})#{n.data_frame_name}"/>
                                            </af:panelGroupLayout>
                                        </f:facet>
                                    </af:tree>
    private static final String PARENT_NODE_PATH = "PARENT_NODE_PATH";
    // all nodes should have a 'node_path' property whose value looks like 'id1/id2/id3'
    // keep path on view root
    FacesContext.getCurrentInstance().getViewRoot().getAttributes().put(PARENT_NODE_PATH, node.getNode_path());
    // visit the whole tree to find specified nodes
    VisitContext vc = VisitContext.createVisitContext(FacesContext.getCurrentInstance());
    RichTree.visitChildren(vc, this.getTframe(), new VisitCallback()
              @Override
              public VisitResult visit(VisitContext visitContext, UIComponent uIComponent)
                   if (uIComponent instanceof RichPanelGroupLayout &&
                        visitContext.getFacesContext().getCurrentPhaseId().equals(PhaseId.INVOKE_APPLICATION))
                        String parentPath = (String)visitContext.getFacesContext().getViewRoot().getAttributes().get(PARENT_NODE_PATH);
                        if (parentPath != null & parentPath.length() > 0)
                             // if current node is in the sub-tree then update its state
                             String path = (String)uIComponent.getAttributes().get("node_path");
                             if (path != null && path.length() > parentPath.length() && path.charAt(parentPath.length()) == '/')
                                  RichOutputText t = (RichOutputText)uIComponent.findComponent("tIsUse");
                                  JSFUtils.refreshTarget(t);
                   return VisitResult.ACCEPT;
         });there might be another solution which uses JavaScript:
    I found out that the HTML tag ADF generated has a attribute like "id='0_1_2_3'", that means I can find the sub-tree with JavaScript.
    But it was not tested 'cause I don't think it would be stable.
    it looks like this:
    StringBuffer clientId = new StringBuffer(node.getLevel_id() * 4);
    while (node != null)
         clientId.insert(0, node.getData_frame_id());
         clientId.insert(0, '_');
         node = node.getParent();
    JSFUtils.executeScript("disableSubTree('" + (clientId.length() > 0 ? clientId.substring(1) : clientId.toString()) +"')");
                <af:resource type="javascript">
                  function disableSubTree(id)
                      // find the adfrichtree component and traverse it, trying to find the sub-tree and modify the nodes
                </af:resource>

  • How do I update the TOC, after setting page numbers?

    I have set page numbers to run from Chapter 1. Actually on Page 9. but the TOC shows Chapter 1 starting at Page 7, which is not correct anyway.
    How do I cause the TOC to update? so the Chapter/Page numbers align ok.

    You need to say which version you are taking about, they behave differenetly.
    Peter

  • How to re-update Lightroom CC after restoring to anearlier time?

    Would like to know how update my CC, lightroom after updating the other, had problems and restored computer to an earlier time to use the previous non updated version.

    CC desktop lists applications as "Up to Date" when they are not
    -http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html
    -and added step https://forums.adobe.com/thread/1529654

  • How to execute Update Module FM after final commit work for a T-code.

    Hello Folks,
    I have a bit complex issue with my current object.
    We have modified MM41/MM42 transactions and added a subscreen to fulfill the requirement.
    We have designed the subscreen and embedded the same to MM41/MM42 through SPRO configuration.
    Now for update business logic,i am trying to execute one Function module(Update Module) in update Task...so that it will be executed once after the final commit work will be done for MM41/MM42.
    But its not executing.
    To fulfill my requirement i need to execute the FM only after Final Commit work for MM41/MM42.
    Please suggest in this regard.
    Even i can see few BADI's which are triggering through MM01/MM02 but not through MM41/MM42.
    BADI_ARTICLE_REF_RT
    BADI_MATERIAL_CHECK
    BADI_MAT_F_SPEC_SEL
    Code with which i am trying is given below.
    After PAI event of the subscreen---
    1:        MODULE USER_COMMAND_9001.
    2:       MODULE user_command_9001 INPUT.
                        PERFORM sub_save_mara ON COMMIT.
              ENDMODULE.
    3:       FORM sub_save_mara.
                         CALL FUNCTION 'ZMMUPDATE_MARA_APPEND_STRUCT' "IN UPDATE TASK
                                        EXPORTING
                                                 materialno = gv_matnr
                                                 appendmara = ty_zzmara.
             ENDFORM.                    "sub_save_mara
    4:                FUNCTION zmmupdate_mara_append_struct.
                      ""Update Function Module:
                       ""Local Interface:
                      *"  IMPORTING
                   *"     VALUE(MATERIALNO) TYPE  MATNR
                   *"     VALUE(APPENDMARA) TYPE  ZZMARA
    Data Declaration for Local use
      DATA : w_mara TYPE mara.
    Selecting the latest values for the material.
      SELECT SINGLE * FROM mara INTO w_mara WHERE matnr = materialno.
      IF sy-subrc = 0.
      Move the ZZMARA values to structure MARA
        MOVE-CORRESPONDING appendmara TO w_mara.
      Update the values in table MARA.
        MODIFY mara FROM w_mara.
      ENDIF.
    ENDFUNCTION.
    Kindly suggest.Thanks in advance.
    Regards
    Ansumesh

    Hi..
    The code given by me will work fine provided the Final commit should happen.
    Because to execute FM with update task,final commit work should happen which is mandatory and after that it will call the update task.
    In my case final commit work was not happeneing because..SAP standard program was not able to detect wether there is any change in my sub-screen or not as the standard program & my custom program,subscreens are different.
    As it was not able to detect the change,so final commit was not happening and hence update task also.
    To provide the reference of change in my subscreen to standard program ,i set a flag as per the change in the subscreen
    And exported the same to memory.
    Then Implemented one enhacement spot in MATERIAL_CHANGE_CHECK_RETAIL Fm where i have Imported the flag value.
    Based on my custom flag value,i have set one standard flag FLG_AENDERUNG_GES which tells SAP standard program for MM42 wether any change has happened or not.
    The above solved my purpose.
    Regards
    Ansumesh

  • How Do I Update Adobe Lightroom After installing Trial Version?

    I am currently running Adobe Lightroom 3 on Win7 64-bit.  I would like to run the trial version of LR5, but I am concerned with whether I will be able to implement an upgrade and not a full version installation.  Additionally, if this is possible will my catalogs come over automatically or do I have to move them manually?

    Hi DarylGS
    Please refer : https://blogs.adobe.com/richardcurtis/?p=1192
    and
    http://prodesigntools.com/lightroom-5-ddl-comparison-vs-lr4.html

  • How to retain page Scroll position after post back

    Hi,
    I have some long jsf web pages that requires user to user vertical scroll to access some fields. Now the problem I face is that, there are some fields at the bottom of the page, on click of which i need to do a postback, call valueChangeListner in the backing bean and populate some values in subsequent fields. And when the page reloads after the call to valueChangeListner, the top portion of the page is displayed to the user which is a little annoying. I want to display the portion of the page that the user was accessing before.
    Could you please help?
    Thanks,
    Srikanth.
    Edited by: sriki79 on Mar 15, 2009 9:45 AM

    Several ways:
    1) Populate the fields entirely clientside.
    2) Use Ajax to populate the fields.
    3) Use Javascript during onload to scroll to the desired position/element.

  • [ADF-UIX] updating some fields after selecting an item from messageChoice

    Hi,
    I'll try and keep it short and simple.
    How do I do the following: I have 2 ViewObjects: department - employees, they
    have a 1 - many relationship. But there's no master-detail in my ViewObjects
    (no link between my view objects)
    On my UIX page I have a input form for Employees, with a messageChoice for
    choosing a department. And I show an extra label department_description, which
    comes from Department view. How can I update this label after selecting an item
    from the messageChoice?
    Is is possible?
    I tried searching this forum, but didnt find anything, hard define search
    parameters for this :)
    kind regards
    Ido

    Hi,
    I tried it in another page, one with a read-only form for courses.
    There it kinda works for the first 2 out of 3 items in the messageChoice,
    but not the last option.
    It does give me an error in JDev during runtime though
    05/10/20 15:13:57 editCourseV2DP.uix:line 60,col 95: Illegal HTML: cannot put a <td> element in a <form> element.
    which points to <messageTextInput model="${bindings.Longname1}" id="longname1"/>
    Dont see a relation between the error and my xml source...
    and it states: 05/10/20 15:25:48 Parameter partialTargets=_uixState longname1
    so that should be ok
    Can it be because CourseView has 2 EntityObjects, course and course_codes.
    and I have a course_codeView, with just 1 EntityObject, course_codes
    So when im building the uix page I have 2 options where to pull the longname
    from, CourseView and course_codeView. I tried both btw, and only the longname
    from CourseView changes. I would expect the other one to change.
    Oh well, im kinda lost now, perhaps I'll drop this feature and think of an
    otherway to implement my screen.
    Thanks for the replies
    kind regards
    Ido

  • I upgraded from 3gs and want to use my old 3gs as an ipod. how can i update my new apple ID on the 3gs as it still shows a previous one that I had?

    I recently upgraded from 3Gs to Iphone4 and want to use my old 3Gs as an ipod. how can i update
    the user ID on the 3gs to a new one that I have as it is still showing a previous user ID?

    Settings>Store...tap the ID shown...sign out...sign back in with the ID you want to use.

  • How do I update my ipod touch with my  new email address for my  itunes account?

    How do I update my ipod touch with my new email address for my itunes account?  I recently changed my email address and updated it on my itunes account but now my ipod keeps asking me for the password associated with my old email address.

    I did this and I still get a error message about either the
    password or the email account is incorrect!

  • How do I update my Macbook Air 10.6.8 to a newer version?

    How do i update my Macbook Air 10.6.8 to a newer version

    Open the Mac App Store and try downloading Mavericks. If you get told it's incompatible, choose About this Mac from the Apple menu, click here, and order a download code for Lion 10.7.
    Mac OS X 10.7 and newer don't support PowerPC programs such as Microsoft Office 2004.
    (97791)

Maybe you are looking for

  • Error while changing standard application

    I am making some changes in standard Leave Application. It's reflecting some Error saying 1. The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.aii.proxy.framework.core.AbstractProxy. Fix the classpath

  • Error: balacne in transanctional currency

    Hello, when releasing the billing doc to accounting it showing the error meassage as "Accounting document is not generated because the Balance in transactional currency" ( error: balacne in transanctional currency) please help us regarding this error

  • Will deleting music on i tunes delete it from ipod

    if i delete the music from my i tunes.... will it efect my ipod if i hook it up?? 30GB color, clickwheel,   Windows XP  

  • After Effects and Premiere Pro, Which do you use first?

    Hi. I use premiere pro to edit my videos and now I am learning about after effects and removing blemishes with AE. My question is, do I edit my audio, colors, etc. in premiere first then do after effects for blemishes or vice versa? I don't want to s

  • Question on Sequence..

    There is an primary key in my table which is assigned value from a sequence. For this i first fetch the value from sequence and assign it to the column while inserting. My question is : How can i reset the value of the sequence in case if the inserti