Has anyone investigated integrating an Apple Podcast server with Drupal? We have our podcast server up and running, and I'd like to investigate automatically embedding certain feeds into the drupal site. It would have the advantage of splitting the load between the servers (one hosts Drupal and the other hosts the podcasts), and it would provide the automatic branding and production values of a podcast server from Apple.

Is there a solution that does this? Maybe a view?

Comments

aitala’s picture

I wonder if you can use the embedded media module?

http://drupal.org/project/emfield

Or the Feed API module?

http://drupal.org/project/feedapi

Eric

__________
Eric Aitala - ema13@psu.edu
Penn State

224b8605113373e086cb27708ff301ba18ce394db1996e7e22928e4555e0d20b1b6cecc7f67c9bd9e536cb915779c485

CheezItMan’s picture

I'll try them. I have the FeedAPI module... hmm...

pthompsen’s picture

I currently am running PP2 with Drupal on Snow Leopard Server. I'm not posting the podcasts as nodes, but rather using the Wiki service to post to user blogs. But I have thought it might be nice to publish the podcasts as nodes. I would be interested in trying out the Feed API approach. Please share your experiences if you attempt this.

CheezItMan’s picture

I'm working on a Feeds (successor to FeedAPI) Parser for the Apple Podcast Producer Atom Feeds.

Currently I'm fighting Whitescreen of death (when I select the parser it whitescreens out). There's sketchy documentation on how to do a parser for Feeds, and I'm not a PHP expert (I'm a Java Expert).