I need help for my podcast!! Please

I registered at podhost.de and got a feed, which I can't edit myself. I made my podcast and got it into iTunes and it's there! That was the best of the day, but now.....
I just made it all so fast, that all informations that are now listed in iTunes are wrong...
This is the link: http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=202616799
And now I already changed the properties more than ten times, and it doesent react in iTunes. Only when I suscribe. Now, I am new here and from Germany(sorry for my english^^) and I read something abot a ping. I think thats what I need, because iTunes only updates one time per day? Right?
But I can't change my feed directly. I only have this menus and want to update it now....what can I do?
Benedikt M.

I found out myself now....I just took the adress of an user here given for the podcast ping received and I put my ID in and it works.
But I have one other question. My album art appeard at iTunes too now...and the only thing is, if I search for my podcast it doesn't come. Maybe, the reason are my keywords. As I told you, I can not change the rss code, I only can do changes in form of the website. There is a window called key words, but I don't know how to put them there in... I mean, shall I write the words so:
hello music name
hello, music, name
hello; music; name
I just don't know...
Benedikt M.

Similar Messages

  • I have problem with buying in games , I got the massage that the purchased can not be completed , please contact iTunes support.. I need help for my case please

    I have problem with buying in games , I got the massage that the purchased can not be completed , please contact iTunes support.. I need help for my case please

    http://www.apple.com/support/itunes/contact/

  • Need Help for International Travel Please

    I am going to be in Panama for a year. What I would like is:
    1) to be able to call phones in the U.S.
    2) to be able to receive calls from the U.S.
    3) to send and receive texts from the U.S.
    This is all I want, but I don't mind if the service packages I buy also include other things.
    I would like all three items to be in a package deal so that I am not paying per call/text.
    I would love some suggestions because I just tried contacting the Support Chat for over an hour and I need to pack for my trip in a few days!
    THANKS!

    achyfakey wrote:
    1) to be able to call phones in the U.S.
    2) to be able to receive calls from the U.S.
    3) to send and receive texts from the U.S.
    1. Unlimited USA Subscription Skype subscription 
    2. USA Skype Number 
    3. Buy Skype credit 
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • I Need Help for 2 questions please!

    Earlier I asked a question about how I can get notifications in the "Notification Center" on my MAC. Someone suggested that I reset the "App Store" by doing the following steps: PLEASE SEE THE PICTURE BELOW
    I did this. Now I cannot get the "Debug" off the screen each time I launch the "App Store". My first question is: How can I fix this?
    My second question pertains to my original question of not receiving ANY notifications of updates from the App Store in "Notifications". I have ALL the settings under "Software Update" in System Preferences set correctly to my knowledge (the first 3 boxes are selected). I don't know if the reset of the App Store worked or not as I have yet to get any notifications and there have been no new updates in the last hour since I did this. I did read this however http://support.apple.com/kb/PH11502 and I'm wondering if that could be my problem. If it is, how can I fix this? I have never disabled Spotlight on my "startup volume". I don't even know what that is. Can ANYONE please help?

    I don't know if you have Spotlight enabled or disabled at this point. Read the following article. Although it refers to Lion, the same commands to enable/disable Spotlight are available on Mountain Lion.
    The following may help clarify Spotlight for you.
    OS X Mountain Lion: What is Spotlight?
    Mac Basics: Spotlight.
    OS X Mountain Lion: Spotlight preferences
    Spotlight: How to re-index folders or volumes
    OS X Mountain Lion: Keywords to use in Spotlight searches
    OS X Mountain Lion: Shortcuts for searching with Spotlight

  • I need help for NOKIA 6288 please

    hy!
    i got my nokia 6288 recently. does anyone knows how to hide that irritant BACK and STOP signs when you watch videos full screen on it?
    thanx, Vox
    p.s. sorry if i posted this in wrong topic cause i am new here!=)
    Edit/Delete Message

    No, just tried it. They're obviously there so users know how to stop the playback or return to horizontal screen mode, but it's not the best design with the words overlapping the video-clip. There are no other options available whilst playing videos in full screen mode.

  • I Need Help for the popup message every time I go to safari: "Warning! Old version of Adobe Flash Player detected. Please download new version."???

    I Need Help for the popup message every time I go to safari: "Warning! Old version of Adobe Flash Player detected. Please download new version."???

    If you are talking about Safari on the iPad, there is no version of Adobe Flash for iOS and there never has been. Clear Safari, close the app and reset the iPad.
    Go to Settings>Safari>Clear History and Website Data
    In order to close apps, you have to drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app preview thumbnail to close it.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    If you are talking about Safari on your Mac, you are in the wrong forum. But I would still clear the cache, quit Safari and restart the Mac.

  • Hi! I'm in the middle of updating the softwear and its not moved and it's been over half an hour. Will it load as I need it for work! Please help!!

    Hi! I'm in the middle of updating the softwear and its not moved and it's been over half an hour. Will it load as I need it for work! Please help!

    hold down the home/sleep button together until you see the apple logo and then releaswe.

  • Need help for flash builder

    i need help for flash builder 4 and papervison 3d. I need to create a slider with it ranges of value from 10 to 50 to adjust the camera values for the camera.fov and also need to create it for the yaw of the object from 0 to 360. I try to look for any slider event and classes in this program but cant find any, btw, i need to use the AS only project file.
    here is my codes:
    can you please tell me how i should modify the codes?
    package
        import flash.display.BitmapData;
        import flash.display.Sprite;
        import flash.events.Event;
        import org.papervision3d.materials.BitmapFileMaterial;
        import org.papervision3d.materials.BitmapMaterial;
        import org.papervision3d.objects.primitives.Sphere;
        import org.papervision3d.view.BasicView;
        [SWF (width="800", height="600", backgroundColor="0x000000",frameRate="30")]
        public class EarthBitmap extends BasicView
            private var sphere:Sphere;
            public function EarthBitmap()
                super(800 , 600);
                var earthmaterial:BitmapFileMaterial = new BitmapFileMaterial("../assets/Earth.jpg");
                sphere = new Sphere(earthmaterial,100,20,18);
                camera.fov = 25;
                scene.addChild(sphere);
                addEventListener(Event.ENTER_FRAME,rotateSphere);
            public function rotateSphere(evt:Event):void
                sphere.yaw(0.2);
                singleRender();

    Turn the click handler into a full on separate function. Then store all the views in an array and use Math.rand() to randomly choose one.
    Something like this:
    <fx:Script>
         <![CDATA[
              var questionsArray:Array = {question2,question3,question5,questionRed,questionGeography};
              function buttonClickHandler(event:MouseEvent){
                   var randomProblem:int = Math.floor(Math.random()*(questionsArray.length));     //generates a random integer between 0 and the total number of questions in the array (arrays are 0-based)
                   navigator.pushView(questionsArray[randomProblem]);
         ]]>
    </fx:Script>
    <s:Button id="randomProblemButton" label="Next Problem" click="buttonClickHandler(event)" />
    Haven't tested that, but something along that line should work

  • Need help for importing oracle 10G dump into 9i database

    hi, Someone help me to import oracle 10G dump into 9i database. I'm studying oracle . Im using oracle 10G developer suite(downloaded from oracle) and oracle 9i database. I saw some threads tat we can't import the higher version dumps into lower version database. But i'm badly need help for importing the dump...
    or
    someone please tell me the site to download oracle 9i Developer suite as i can't find it in oracle site...

    I didnt testet it to import a dump out of a 10g instance into a 9i instance if this export has been done using a 10g environment.
    But it is possible to perform an export with a 9i environment against a 10g instance.
    I am just testing this with a 9.2.0.8 environment against a 10.2.0.4.0 instance and is working so far.
    The system raises an EXP-00008 / ORA-37002 error after exporting the data segments (exporting post-schema procedural objects and actions).
    I am not sure if it is possible to perform an import to a 9i instance with this dump but maybe worth to give it a try.
    It should potentially be possible to export at least 9i compatible objects/segments with this approach.
    However, I have my doubts if this stunt is supported by oracle ...
    Message was edited by:
    user434854

  • Need Help for Nokia 6500 slide

    Hi all I'm A new Guy here ,
    But I do really need help for hard reset my phone
    I already try *#7073# But It doesn't work ,
    If Anybody know to make a hard reset please help

    rwss wrote:
    I'v got te same problem with my 6500 Slide, is there a button combination that we have to press
    to hard reset the 6500 Slide?!
    How does the 6500 slide hard reset?
    That's simple.
    All you have to do is:
    From MENU goto SETTINGS, When there scroll down and select 'Restore Factory Setting'.
    There are two options in there:
    "Restore Settings only"
    and
    "Restore all"
    Select "Restore All"
    When done the phone will delete every thing on the Phone memory(C:\)(contacts,picture,messages etc)
    and also restore phone to its original settings and will restart.
    This proceedure is mostly common on S40 phone.
    Hope this explain and solve the problem.

  • Need help for cenvat reversal

    Hi Friends,
    Need help for cenvat reversal.
    Reversed MIRO by MR8M & MIGO by 102 movement but not able to post & cancel cenvat by J1IEX.
    In table J_1IEXCHDR status = "P" and J1I5 does not update for document of 102 movement because reversal document of MIGO, i.e. material document with 102 movement type does not have excise tab. MBSM-Cancelled Material Documents, does not show any of the material documents.
    Want to reverse the cenvat credit, please help.
    --Anil Bhamere

    Hi,
    If I select Cancellation in MIGO then there is only Material Document option.
    In MIGO Purchase Order option shows for Goods Receipt, Goods Issue and Subsequet Adj.
    In this case I have been selected Goods Receipt option followed by purchase order number by which original goods receipt MIGO was created, selected 102 movement type and from line item respective MIGO document. The reversal document created successfully where as original MIGO document does not show in cancelled document list. When post option selected from J1IEX and entered vendor excise number then message appeared as No Part I exists for availing credit in excise invoice xxxxx.
    If Cancel option selected from J1IEX and entered vendor excise number then message appeared as Excise invoice xxxx has already been posted for vendor xxxxx.
    Please help.
    Regards,
    Anil Bhamere

  • Need help for writing extract program

    hi
    i need help for writing extract program to retriew data from legacy system.
    i already developed bdc programs for me31k and me21.
    my requirement is to write extract program s for those t.codes.
    to retriew data from legacy system and stored in flat file.

    i need help with a java program. it is a program that allows the user to enter a student's GPA, number of extracurricular activities, and number of service activities. The user can not enter a gpa above 4.0 or below 0. The user can not enter a negative number for the number of both activities. If the student meets the following criteria: 1) GPA of 3.8 or above and at least one extracurricular activity and one service activity, 2) GPA below 3.8 but at least 3.4 and a total of at least three extracurricular and service activities, 3) GPA below 3.4 but at least 3.0 and at least two extracurricular activities and three service activities, the message "Scholarship candidate" should display. If the student does not meet the criteria above, then the message"not a candidate" should display. Can you help me, please?
    You haven't posted ANY 'java program' for us to help with.
    The forum is NOT a coding service. It is to help you with YOUR code.
    Post the code you have written and SHOW us (don't just tell us) how you compile it and execute it and the results you get. Then we can help you with any problems you are are having.
    If you need help understanding just what the program should be doing you need to ask your instructor to clarify the assignment.

  • Need help for finding oracle payables tables

    Hi,
    I need help for finding tables relating fields INVOICE_ID, NOTIFICATION_ID and APPROVAL_STATUS or WFAPPROVAL_STATUS. I have searched a lot but has been unable to find any table containing all the above mentioned fields. I found the table WF_NOTIFICATIONS for INVOICE_ID, however have been unable to find the latest tables with INVOICE_ID and APPROVAL_STATUS as fields.
    All the tables having this combination are either very old tables which are not used anymore or doesnt give the required data. Please let me know where am i going wrong. Once i get the required tables, i need to join the tables to get the required data with the imp fields. Also, the values of WFAPPROVAL_STATUS are not very clear to me. I need values for it as APPROVED, REJECTED AND INITIATED.

    Hi Swetha,
    You will have to manually make the table adjustments in all the systems using SE14 trans since the changes done using SE14 cannot be collected in any TR.
    How to adjust tables :
    Enter the table name in SE14. For ex for any Z master data(Say ZABCD), master data table name would be /BIC/PZABCD, text table would be /BIC/TZABCD. Similarly any DSO(say ZXYZ) table name would be /BIC/AZXYZ00 etc.
    Just enter the table name in SE14 trans --> Edit --> Select the radio button "Save Data" --> Click on Activate & adjust database table.
    NOTE : Be very careful in using SE14 trans since there is possibility that the backend table could be deleted.
    How to collect the changes in TR:
    You can collect only the changes made to the IO --> When you activate, it will ask you for the TR --> Enter the correct package name & create a new TR. If it doesn't prompt you for TR, just goto Extras --> Write transport request from the IO properties Menu screen. Once these IO changes are moved successfully, then the above proceduce can be followed using SE14 trans.
    Hope it helps!
    Regards,
    Pavan

  • Need help for reset bios password

    hello
    i need help for reset my bios password 
    my laptop is HP Pavillion tx 232
    code 59637760
    thank you 
    This question was solved.
    View Solution.

    Try
    46795366
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Need Help for Blackberry8700g

    I need help for Blackberry8700g, It is the error message Java.lang.outofmemory Error. I can not make even phone calls. After reset it is same message pop up and does not off the power jum error523 

    You are in line to wipe and reload the OS on the BlackBerry.
    Follow the directions here and you will be fine.
    http://www.blackberryfaq.com/index.php/How_do_I_wipe_the_BlackBerry_using_Jl_Cmder%3F
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Is Photoshop available for Mac?  Is it part of Office?

    IS Photoshop available for Mac?  I am told I must have it to submit a book to Amazon's Create Space. Is Photoshop included in Office?

  • Want No of invoice for vendor.

    HI Guru's, want toprint No of invoice for vendor in field. provide your inputs.

  • Programmatically set dynamic items in selectOneRadio from mbean

    Hello all, Looking for an example of how to dynamically set values from an mbean on a selectOneRadio component. I see that I can bind this component to my mbean which then provides getters and setters, but its unclear to me how I would be able to cre

  • Help plzz ---tune query

    INSERT INTO EXCEPTIONS_LOG SELECT control.effective_start_date, control.employee_number, ' EMP_NO:' || control.employee_number || ' DEPT_ID:'|| control.dept_id || ' HOURLY_RATE'|| control.hourly_rate || ' SALARY_EFF_DATE'|| control.salary_eff_date ||

  • Find sap user id from release code and release group

    does anyone know any FM that can get sap user id from certain release code and release group? ex: if i input rel code 40, rel group N1 , then it should be sap user id A i would prefer FM rather than tables and tcode.