Page 1 of 1

Misleading menu in podcasting plugin

Posted: Tue Nov 22, 2011 8:48 am
by Lux
Hi,

there is a point in the plugin settings called "Embed first media only as RSS enclosure". If this is set to "no" it only embeds the first media. If set to "yes" all media items are added to the feed.

Please check!

Cheers

Dirk

Re: Misleading menu in podcasting plugin

Posted: Tue Nov 22, 2011 4:27 pm
by garvinhicking
Hi!

Might this be a caching problem as well? The PHP code checks like this:

if ($firstmedia_only) return true;

so it would abort, if this flag is set to boolean true, which should correspond with its description. Only if its false, the loop would not abort and thus fill in every existing enclosure...?!

Regards,
Garvin

Re: Misleading menu in podcasting plugin

Posted: Tue Nov 22, 2011 4:37 pm
by Lux
Hi Garvin,

I think I have to check without proxy servers (which I have to use) at work.

Cheers

Dirk

Re: Misleading menu in podcasting plugin

Posted: Wed Nov 23, 2011 9:41 am
by Lux
Hi!

Everything ok from home.

Hmpf!

Dirk