Podcast Hosting

Results 4 comments of Podcast Hosting

But why does it work with categories with a different main category? ``` $feed->setItunesCategories(['Arts' => 'Food]); $feed->setItunesCategories(['Business']); $feed->setItunesCategories(['Comedy' => 'Comedy Interviews']); ``` Adds all 3 categories to the feed (as...

This actually also does not work: `$feed->setItunesCategories(['Comedy' => ['Improv', 'Comedy Interviews']]);` The result is: ``` ``` but should be: ``` ``` So this is completely broken and a pretty severe...

@Ocramius If I understand you correctly than what you are suggesting is not what I want to achieve. I want to make a RSS feed look good in the browser....