How to play audio podcast file from libsyn rss feed? (drupal)
Posted
by Kirk Hings
on Stack Overflow
See other posts from Stack Overflow
or by Kirk Hings
Published on 2010-04-27T21:42:05Z
Indexed on
2010/04/30
22:17 UTC
Read the original article
Hit count: 236
Got an established libsyn rss feed, got a new drupal website for the podcast. Libsyn provides a player but not correct aesthetic. I can upload and play mp3 files with audio module and mp3player module, and like the mp3 player's output, a simple flash player, but I don't want to be manually moving the podcast audio files (mp3) over every week. Looked at importing automatically with Feeds, but it's not working and besides that's creating extra files unnecessarily on the drupal site.
Just want to use the mp3player modulee's flash player in a drupal page, which feeds the latest mp3 file from a libsyn rss feed. Don't really need to store or play multiple episodes, just the latest episode.
How would you do it?
© Stack Overflow or respective owner