I'm trying to create a podcast feed from Yahoo Pipes, and I can't figure out how get DoggCatcher to display my desired album art. I can't do things like add id3 tags to the mp3 (since I'm essentially linking to mp3s that are already posted on the web), so if DoggCatcher uses tags to find album art I'm out of luck. So how does DoggCatcher pull art? Is there a way for me to embed something in the RSS feed that DoggCatcher can grab (like a thumbnail)? How would I do this?
Thanks to anyone who knows the answer to this.
I took a look at the XML for Buzz Out Loud at http://feeds.feedburner.com/cnet/buzzoutloud?format=xml
There seems to be a "header" section, before each individual items of the feed is defined. This includes Pub Date, Description, Keywords, etc. For BOL's album art the tag looks like --thumbnail url="http://www.cnet.com/i/pod/images/bol_600x600.jpg"-- wrapped in a media tag.
Pete's got it.
There are a few different places I look for the image and thumbnail/url is one of them.
Thanks Pete.