| Author |
Message |
Gremmie Moderator

Joined: Apr 06, 2006 Posts: 2356 Location: Iowa, USA
|
Posted:
Wed May 21, 2008 6:11 pm |
|
I'm weighing my options for creating an RSS feed for a podcast. Can nukeFeed be configured or modified to do this? I would need enclosure support and (for extra credit) the non-standard iTunes tags.
I'm either going to make something simple myself or possibly use django (which has a super nice RSS feed generator). |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 4624
|
Posted:
Wed May 21, 2008 7:00 pm |
|
nukePIE (via SimplePie) can support consuming a podcast, but I'm not sure the feedcreator class used by nukeFEED can support creating it. Then again, I'm not sure it would be difficult to implement - how would you store the content? |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 4624
|
Posted:
Wed May 21, 2008 7:28 pm |
|
Interesting - django has the same idea I had for generating sitemaps as a different type of feed, and after I finish the first round of enhancements for nukeSEO, I'm planning to make those improvements to the feedcreator class. I can look into generating podcast content, too. |
|
|
|
 |
Gremmie Moderator

Joined: Apr 06, 2006 Posts: 2356 Location: Iowa, USA
|
Posted:
Wed May 21, 2008 7:34 pm |
|
I'd store the content on my server.
Thanks for looking into it. I need this fast so I might just bang something out in PHP to get the iTunes tags. I've also looked at some freeware / GPL PHP classes for doing the same thing. |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 4557 Location: Poland
|
Posted:
Mon May 26, 2008 12:53 pm |
|
There is a podcasting module with rss feed support/iTunes etc available if that is of any interest.
It is a paid script (but obviously GPL). If you want a copy for testing purposes I can dig it out. |
|
|
|
 |
Gremmie Moderator

Joined: Apr 06, 2006 Posts: 2356 Location: Iowa, USA
|
Posted:
Mon May 26, 2008 4:20 pm |
|
Thanks but I wrote one this weekend.  |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 4557 Location: Poland
|
Posted:
Mon May 26, 2008 11:39 pm |
|
Nice one  |
|
|
|
 |
|
|
|
|