The audio feed page only shows the page title, but I view the page's source code, I can see all the episodes. I would love to have the feed working

Thanks

CommentFileSizeAuthor
#6 audio_310946.patch1.27 KBdrewish
#3 audio_310946.patch775 bytesdrewish

Comments

drewish’s picture

yeah this module hasn't been updated to use the new views2 code.

sixstring’s picture

Try changing line 385 of the audio.module file to this:

'namespace' => array('xmlns:itunes' => 'http://www.itunes.com/dtds/podcast-1.0.dtd'),

That worked for me.

drewish’s picture

Status: Active » Needs review
StatusFileSize
new775 bytes

working for anyone else?

drewish’s picture

Component: audio_feeds » Code
Category: support » bug

i guess this isn't the audio_feed's module. it's core audio module.

drewish’s picture

Status: Needs review » Fixed

committed to HEAD.

drewish’s picture

StatusFileSize
new1.27 KB

actually that caused warnings. here's the fix that i just comitted.

esbon’s picture

Thanks for the tip

esbon’s picture

Audio feeds is now working. Thanks so much

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.