Posted by dang.artman on November 16, 2009 at 8:43pm
I have setup a podcast site with the iTunes module. I have added the itunes image into the feed, but unlike many other feeds, there is not standard tag. I do not have a thumbnail coming up in the iTunes directory and my suspicion is that it's this missing image tag that is causing the issue. How can I add an tag to my feed?

Comments
Well, someone sent me a
Well, someone sent me a direct message telling me to submit a trouble ticket for the module. However, I found that I could customize the feed by using the file itunes-view-podcast-feed.tpl.php
I was able to add all the custom fields I wanted. Makes things so much easier than hacking the module or waiting for someone to "fix" the problem. Thanks..
feedapi_mapper
Though I'm not certain it would solve your specific problem, I also find a combination of feedapi and feedapi_mapper to be useful for handling feeds of differing setups.
Sala kahle,
Grant
The tpl.php file fixed what I
The tpl.php file fixed what I needed, but I will look into those modules as well, thanks! :D