Wii Podcast site built with Drupal
Hey Folks,
This is the 4th drupal site I've built, and I think my best one so far. I started a video podcast dedicated to the new Nintendo Wii. Please let me know what you think of the site.
Aside from the core modules I also used CCK, Views, ConTemplate, and ImageCache. Even though the site was built with Drupal 4.7 I'm probably going to be porting it over to 5 very soon.
http://www.wiiliketopodcast.com
The biggest problem I've had with this site was generating a clean iTunes compatible RSS feed for the podcast videos. I ended up adding some extra lines into the $extra variable in views_rss.module which creates the enclosure for either the iTunes compatable video or audio file. I took this feed and passed it through feedburner to add the extra tags that I needed.
I'm currently trying to learn how to build my own module to at least just pass the parameters to $extra without having to manually edit the module directly. Can anyone offer any insight as to what path I should take? I would consider myself a rather brute force coder with basic php skills.
If you have any questions or suggestions please let me know.
Thanks!
Drupal version: Drupal 4.7.x