Easy Podcasting Plugin: Feeds for categories?

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:

Easy Podcasting Plugin: Feeds for categories?

Post by Lux »

Hi,

with the easy podcasting plugin, I get a feed for each media type (ogg, mp3).

What I now need is the same splitted into categories.

category=A&feed=ogg
category=A&feed=mp3
category=B&feed=ogg
category=B&feed=mp3
category=C&feed=ogg
category=C&feed=mp3

Do we have such?

Cheers

Dirk
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Easy Podcasting Plugin: Feeds for categories?

Post by garvinhicking »

Hi!

Yes, with serendipity[category]=XXX, just like the normal RSS feeds for categories.

HTH,
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: Easy Podcasting Plugin: Feeds for categories?

Post by Lux »

garvinhicking wrote:Yes, with serendipity[category]=XXX, just like the normal RSS feeds for categories.
Take this as an example:

http://deimhart.net/index.php?/feeds/ca ... g-text.rss

How does the ogg-feed look like?

Cheers

Dirk
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Easy Podcasting Plugin: Feeds for categories?

Post by garvinhicking »

Hi!

Code: Select all

http://deimhart.net/index.php?/feeds/categories/1-sendung-text.rss&feed=ogg
http://deimhart.net/rss.php?serendipity[category]=1&feed=ogg
http://deimhart.net/rss.php?category=1&feed=ogg
At least one of those should work ;)

HTH,
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: Easy Podcasting Plugin: Feeds for categories?

Post by Lux »

garvinhicking wrote:

Code: Select all

http://deimhart.net/index.php?/feeds/categories/1-sendung-text.rss&feed=ogg
http://deimhart.net/rss.php?serendipity[category]=1&feed=ogg
http://deimhart.net/rss.php?category=1&feed=ogg
At least one of those should work ;)
Unfortunately all three feeds are showing mp3-Files and not ogg.

Cheers

Dirk
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Easy Podcasting Plugin: Feeds for categories?

Post by garvinhicking »

Hi!

Oh, you sneaky mom! You quoted "feed=ogg" as the parameter, but in reality the plugin of course wants you to use "podcast_format=ogg". So if you use the proper name, this should work. :)

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: Easy Podcasting Plugin: Feeds for categories?

Post by Lux »

garvinhicking wrote:Oh, you sneaky mom! You quoted "feed=ogg" as the parameter, but in reality the plugin of course wants you to use "podcast_format=ogg". So if you use the proper name, this should work. :)
All three are working.

Thanks a lot Garvin!

Dirk
Post Reply