Page 1 of 1
Easy Podcasting Plugin: Feeds for categories?
Posted: Mon Jan 30, 2012 7:41 am
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
Re: Easy Podcasting Plugin: Feeds for categories?
Posted: Mon Jan 30, 2012 8:24 am
by garvinhicking
Hi!
Yes, with serendipity[category]=XXX, just like the normal RSS feeds for categories.
HTH,
Garvin
Re: Easy Podcasting Plugin: Feeds for categories?
Posted: Mon Jan 30, 2012 8:34 am
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
Re: Easy Podcasting Plugin: Feeds for categories?
Posted: Tue Jan 31, 2012 10:04 am
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
Re: Easy Podcasting Plugin: Feeds for categories?
Posted: Tue Jan 31, 2012 10:08 am
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
Re: Easy Podcasting Plugin: Feeds for categories?
Posted: Tue Jan 31, 2012 10:11 am
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
Re: Easy Podcasting Plugin: Feeds for categories?
Posted: Tue Jan 31, 2012 10:27 am
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