Misleading menu in podcasting plugin

Creating and modifying plugins.
Post Reply
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Misleading menu in podcasting plugin

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Misleading menu in podcasting plugin

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Re: Misleading menu in podcasting plugin

Post by Lux »

Hi Garvin,

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

Cheers

Dirk
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Re: Misleading menu in podcasting plugin

Post by Lux »

Hi!

Everything ok from home.

Hmpf!

Dirk
Post Reply