Podcast Description not showing up in iTunes/Feedburner

Hi all,
After my podcast got approved all the information entered in Feedburner was getting
read in my Podcast in iTunes. After 2 months or so I started noticing that the Podcast Description got
removed, then the copyright info and finally the author information.
Here is a picture where I try to show where iTunes is not grabbing some of my feedburner information.
Its looks like some of the Feedburner information is going through, as you
can see in the picture, is grabbing my Podcast Picture, Category, new episodes, etc.
iTunes Podcast Link: http://itunes.apple.com/us/pod…..d419121389
Note: This is a category I setup through Wordpress and re-directing the feed to my
feedburner account (.htaccess file)
Would love to know, what is causing this and if I have to do something in order for this
to get fixed.
Thanks in advance.
Pedro Sanchez, Jr.

The feed registered with iTunes is at
http://www.comopromovermimusica.com/category/podcast/feed
iTunes is not using a Feedburner-generated feed so any amendments in Feedburner are having no effect.
Your feed does not contain the 'iTunes declaration' at the top, nor any of the required tags for this information to show - 'itunes:author', 'itunes:subtitle' and so on. This I imagine is something you would need to address in Wordpress, but I can't advise on that.
Any ht_access modifications are not likely to have an effect (though possibly a 301 redirect may). If you want to move iTunes to the Feedburner feed the correct method is to add a special tag to the feed, following the instructions here:
http://www.apple.com/itunes/podcasts/specs.html#changing
However this will have no effect if you don't have the itunes declaration at the top, which should look like this:
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
This is necessary for iTunes to be able to read the 'itunes:...' tags.
This page may help you in showing how a feed should look:
http://www.wilmut.org.uk/pc

Similar Messages

  • Podcast description not showing

    Hi,
    The description of podcasts is not showing on my iPhone 5, although they appear clearly on my PC in iTunes. How do I correct this?
    Many thanks,

    The feed registered with iTunes is at
    http://www.comopromovermimusica.com/category/podcast/feed
    iTunes is not using a Feedburner-generated feed so any amendments in Feedburner are having no effect.
    Your feed does not contain the 'iTunes declaration' at the top, nor any of the required tags for this information to show - 'itunes:author', 'itunes:subtitle' and so on. This I imagine is something you would need to address in Wordpress, but I can't advise on that.
    Any ht_access modifications are not likely to have an effect (though possibly a 301 redirect may). If you want to move iTunes to the Feedburner feed the correct method is to add a special tag to the feed, following the instructions here:
    http://www.apple.com/itunes/podcasts/specs.html#changing
    However this will have no effect if you don't have the itunes declaration at the top, which should look like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
    This is necessary for iTunes to be able to read the 'itunes:...' tags.
    This page may help you in showing how a feed should look:
    http://www.wilmut.org.uk/pc

  • Podcast Channel Not Showing Up In iTunes

    I submitted my podcast to iTunes 3 days ago and I can manually subscribe to the podcast channel but it is not showing up in iTunes itself.
    Here is the feed:
    http://www.frontlinechurch.tv/podcast/frontline-podcast.xml

    The feed is fine and the image is correctly embedded in the episode I checked (the latest one); it appears when subscribing in iTunes.
    As I don't have an iPhone or an iPod Touch I can't check its behaviour there, and I don't know how these devices are supposed to handle this.
    However there are two points about the image which might be an issue, though I don't know: its size is 691 x 691 - it should be 600 x 600: this isn't a problem in iTunes, but as I say I don't know whether it might affect an iPhone. Also the resolution is 180ppi - this is pretty academic on a computer, but normally it would be 72 ppi. You could try changing one of the images - of course you would have to re-upload the media file - and see whether it helps.
    If it doesn't your best bet would be to ask in the iPhone Forum where someone would be able to check this for you.
    One further point: your episodes are missing the 'itunes:duration' tag which should contain the duration as h:mm:ss - this doesn't prevent the episode from playing correctly, but the durations won't show in the Store or in subscribing (until the episode is fully downloaded).

  • Podcast art not showing up in iTunes

    Hey Guys,
    I recently startd a music podcast using blogger / feedburner.  It was approved and is appearing in iTunes, but the artwork is not showing in the store.
    I had originally used a 1400x1400 png image per apple's instructions, but just switched it to a jpg after reading somewhere that jpg is now the preferred format.
    Any Ideas ?
    Podcast
    https://itunes.apple.com/us/podcast/dignan-radio/id657681622?mt=2
    Feed
    feeds.feedburner.com/DignanRadio
    Cheers!

    PNG should be perfectly OK, but JPG is fine. Your image is correctly referenced in the feed and exists on the server; the Store can be quite slow to pick up images, so I'm afraid it's just a question of waiting until it does.

  • Single Podcast Episode Not Showing up in iTunes

    The second episode of the ExactTarget Developer Podast is not showing up. This was originally related to a bad link which was subsequently fixed. Any idea of what is happening or how it can be fixed?
    Podcast: ExactTarget Developer Podcast
    Feed: http://feeds.feedburner.com/ExactTargetDeveloperPodcast

    The media file URL for the missing episode has two spaces after the '.mp3' and before the double quotes; it seems possible that this is causing iTunes to be unable to read the URL.

  • Podcast descriptions not showing up on iPhone

    I've found it annoying that podcasts don't show their program description on my iPhone. So, I wrote a little AppleScript to go through and update the podcast's "lyrics" to be the description. That way, when playing the podcast on my iPhone, the description (stored in the "lyrics" field) are shown on my iPhone screen. If you want to use this, open up the AppleScript editor, paste this code, and save the resulting script in the folder "~/Library/iTunes/Script". Your new script should appear in the script menu right in iTunes. When you run it, it will update the podcasts downloaded in iTunes so the description will appear on my iPhone screen. Hope others find this useful. My thanks to Thabo Da Husky for the idea. Here's the code:
    tell application "iTunes"
        repeat with podTrack in tracks of user playlist "Podcasts"
            if ((get lyrics of podTrack) = "") then
                set lyrics of podTrack to (get description of podTrack)
            end if
        end repeat
    end tell

    Hmm. Well, yes, now I see the scripts icon at the top of my iTunes screen (I had named the folder Script; once I added the "s" to the end, the Scripts icon showed up). But for some reason the script is not working. Not only is the description not pasting into the lyrics field, but the description no longer shows up on the iTunes listing. I can see the description when I control-click on the file and look at "Show description", but not in the iTunes listing on my Mac or in the lyrics field on the Mac or the iPhone. I just added some new podcast episodes, and before even running the script, they came over to iTunes without the description showing up. Selecting them and running the script has no effect. Any idea what has happened?
    (And I do appreciate you taking the time to help me on this.)

  • Podcast Artwork not showing up in iTunes

    I have a new podcast which was recently approved by iTunes. All appears to be well with the feed setup, but the artwork is not appearing properly in iTunes. I have checked the setup on my end and the raw feed XML, and I don't see the problem, as the URL to the artwork image seems to be specified correctly. Here is the feed:
    http://www.bighillsoftware.com/category/podcasts/runtime/feed/
    The <itunes:image> tag is present and points to the proper image. Any ideas on how to get the image to show up properly?
    Thanks,
    Brad

    iTunes caches the image, to save reading it off the server every time someone looks at the Store page, but can take some days before it appears in the Store. I can't give you an exact timing, but I wouldn't be surprised at 7-10 days. The feed and the image are OK, so it's just a question of waiting.
    When you add new episodes to your feed they will appear immediately for subscribers but will usually take 1-2 days to appear in the Store - again, due to cacheing, this time of the feed itself.

  • Podcast is not showing up in iTunes podcast section

    Hi I've got a podcast that use to show up in iTunes but now it doesn't. I'm not sure but I think it has to do with how my content is produced. If you want to check it out the URL is http://www.archiveclassicmovies.com/acm.rss.
    Thanks,
    Scott

    you should double check your rss feed my rss feed had a problem like that. and i didn't know it but i went to www.feedvalidator.org they will tell you if anything is wrong with your feed and if there is anything wrong they will tell you how to fix it. hope this helps
    i just checked your rss feed and they said this... "Unable to validate, due to hardcoded resource limits (feed length > 200000 bytes)"
    so i hope this helps you check it out for yourself : )
    http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.archiveclassicmovies.com %2Facm.rss
    Check us out at thehistorypodcast.blogspot.com

  • Some Podcast episodes not showing up in iTunes

    Can anybody help? I've been using iWeb 1.1.1 without a hitch for awhile. The other day I updated to OS X 10.4.7. Made a change to something in iWeb, then published it. Now, only 3 of six podcasts show up in iTunes, shows 1, 4 and 6. Weird huh? Is this because of the OS X update? Anyone else experiencing this kind of problem?

    figured it out

  • Podcast episode description not showing up in iTunes

    Hi
    I've got just an audio version of my podcast and as I wanted a bit more flexibility and statistics I started using Feedburner for the audio version. The only bad thing that I've found is that the individual episode description is just the description of the podcast itself. Have you got any suggestions what am I doing wrong or how to fix it?
    iTunes Store link to the podcast - http://itunes.apple.com/ee/podcast/id415167798
    Original Podcast RSS - http://AppleSpotAudio.blip.tv/rss/itunes/
    And the Feedburner RSS that goes to iTunes - http://feeds.feedburner.com/Ounahelid
    BTW! I know that the last episode (no. 40) does not have a description in the Feedburner feed but does have a description in the original podcast RSS. That does not make a difference as I wanted to see what happens when theres no description at all. I latter updated the original feed to have the description but either the changes have not taken effect in Feedburner or they just wont update it.

    You've fallen over a bug in the Store. According to Apple's Podcast Tech Specs page the 'Description' column in the Store page shows the contents of the 'itunes:subtitle' tag - the text you want is correctly shown in this tag and in the 'description' tag (which iTunes doesn't read but other readers do).
    However, despite what they say, the 'Description' column actually shows the contents of the 'itunes:summary' tag (also seen by clicking on the 'i' button) which in your case is the same for every episode. So to get this to work you will need to amend this tag.
    On subscribing the 'Decscription' column correctly shows the 'itunes:subtitle' tag. However you should look at this; you have used character codes for your accented characters and iTunes will not render these - it's showing the actual codes which looks messy. I don't know how you can work round this to get it to show the correct characters. If they are available on by the use of modifier keys you might be able to just type them in, and then it might show them - or it might not: it depends on whether the characters are covered by UTF-8. You've managed to achieve this with your title - Õunasaade.

  • Artwork, author, summary etc for my podcast is not showing up in iTunes. WHY?

    Hi!
    I added a podcast feed (and got it approved) to iTunes a week ago, and I can now find the first (and so far only) podcast episode in iTunes:
    https://itunes.apple.com/se/podcast/allt-vi-sager-ar-sant/id601876036?mt=2
    But as you can see, iTunes is not picking up the information about author, subtitle, summary, artwork etc. What's wrong? Does anyone know?
    I'm using Blogger, Feedburner and Smartcast. I entered all the information about author, subtitle, artwork etc, into Smartcast.
    My original feed is here: http://alltvisager.blogspot.com/feeds/posts/default?alt=rss
    And my feed adress at feedburner is: http://feeds.feedburner.com/AlltViSagerArSant
    Can anyone help me?
    /Lisa

    The Store is picking up exactly what is in the specified tags in the feed:
    I don't know whether that's the text you were hoping to see. Your feed has a large amount of formatted text in the 'description' tags, but iTunes does not read this tag.
    This page illustrates what tags appear where in the Store and when subscribing:
    http://www.wilmut.webspace.virginmedia.com/notes/itunestags.html
    (It's for the previous version of iTunes but the differences are slight, just a matter of layout.)
    Note however that the image referenced in the feed does not appear when subscribing - the image has to be actually embedded in the media file. Please see this page for details:
    http://www.wilmut.webspace.virginmedia.com/notes/coverart.html

  • Want to change podcast artwork: not showing up in iTunes Store

    Hi. I want to change the icon/artwork for my podcast.
    My website (created with iWeb) = www.manleywoman.com
    My podcast in iTunes Store = Manleywoman SkateCast
    I use Garageband to create my podcast, then save to iWeb, then save to iTunes. So I changed the artwork on the podcast itself in Garageband. That worked fine and shows up properly on my website and on the episode for which the artwork was changed. I thought that changing the artwork on the podcast RSS page of my website would automatically change it in the iTunes Store, but so far no luck.
    Can someone walk me through how to make the proper artwork show up in the iTunes Store? Right now it's just a broken link. Thanks

    You can update your artwork via feedburner.
    1. Go to feedburner.com and log in to your account.
    2. Click on your feed for the show.
    3. Click on the OPTIMIZE tab at the top, then click SMARTCAST on the navigation bar to your left.
    4. Under PODCAST IMAGE LOCATION you can add the url to the image you want to use (store it in your site folder somewhere).
    You can also add in keywords, and description as well.
    Hope that helps.

  • Podcast Image Not Showing Up in iTunes

    I have a podcast and it has not been updated when I view it in iTunes on my iPhone
    http://itunes.apple.com/us/podcast/the-holy-temple-church-lord/id348263532
    When I view it in iTunes on my desktop it is updated but the logo never shows up.

    The logo is appearing in the Store page. Your feed is at
    http://webhost4life.com/templates/lightsOut.bml?lightsoutuser=holytemple
    however it's not possible to subscribe to it (which is why your iPhone isn't working) because the site has been suspended. You will have to take this up with webhost4life.com.

  • My podcast is not showing up in iTunes

    I just took over managing my Church's podcast, and we use an XML file on our server to update our podcast. I made quite a few changes recently to the xml because there were a lot of errors according to a feed validator. iTunes seemed to make the changes, but now they haven't updated my last two podcasts.
    Also, this podcast was made before you needed an apple ID connected to it, and I was wondering if there's a way to link an Apple ID to the podcast (or if that's even necessary).
    iTunes link: https://itunes.apple.com/us/podcast/l2-denver-church-podcast/id212089257?mt=2
    Podcast XML: http://www.l2today.com/L2_Podcast.xml
    Any help would be great! Thanks!

    You have introduced a fatal error into your feed which is rendering it unreadable by iTunes - when subscribing it shows as empty, and the Store will not update and is showing a cached version.
    The error is in your episode of 22 June:
    <enclosure url="http://www.l2today.com/itunes_podcast/ReasonableFaith/AReasonableFaith-Improving Effectiveness.mp3” type="audio/mpeg" />
    You've closed the URL with 'curly quotes" (I've enlarged and coloured them because at standard size you can't see it). This usually arises from copying from a word processor where 'smart quotes' are set up; XML does not allow this, you must use the standard straight quotes.

  • Podcast submitted but not showing up in iTunes

    I submitted my podcast to iTunes two weeks ago. When I try to resbumit to iTunes, it says that the feed has already been submitted. But the podcast does not show up in iTunes when I search for it.
    http://feeds.feedburner.com/IBozo
    Any ideas?
    Thanks,
    Brian

    They probably just haven't got round to assessing it yet: I can't give you a hard and fast answer about how long it takes but 2-3 weeks seems perfectly possible. When it's been accepted you will get an email including a URL for the Store page.
    Note by the way that the episode 'Drunken Sailors' has two 'enclosure' tags, both containing 'drunkensailor.mp3' but one from www.quass.com and one from Feedproxy. Only the first one will show in iTunes: multiple enclosure tags within one 'item' are not recognized. Otherwise the feed is apparently OK and can be subscribed to manually in iTunes (from the 'Advanced' menu).

Maybe you are looking for

  • Zen Vision M Problem: Black Scr

    Whenever I turn on my player I see the 'Creative' and 'ZEN' splash screens but then the screens disappear and the monitor is black. It's not pitch black as it would be if the player was off, but it's a blank screen and somewhat illuminated. The blue

  • Open quantity update in quotation

    Hello, How we can deal with Return orders where in we need to have quotations automatically updated with the returned quantity? What settings are required in the copy control? The order is created with reference to quotation and the return order is c

  • Unicode Conversion Preparations not finished

    Hello, we are upgrading our system to ERP 6.0 EHP 4 with unicode conversion. During the "Preprocessing" phase I get the following error: Error: The Unicode Conversion Preparations on the startrelease (transaction SPUMG) have not been finished yet. Yo

  • Previous month last date in sql

    hi i am using function select dateadd(day,1 - DATEPART(day,dateadd(month,24-36,GETDATE())),dateadd(month, 24- 36, getdate())) this will giveme 2014-03-01, now what changes  i need to make this function which will give me previous month last date. 201

  • [SOLVED] Cinnamon won't recognize my audio device

    I'm currently using Cinnamon DE (2.4.5-1). Expected result: The sound applet works and shown like in "Mint" (The one I was using before arch); Laptop FN-keys/Hardware keys can control my volume. I have checked / found: Sound applet is added to the pa