Bugzilla – Bug 3534
6.5 playlist play no longer handles xml playlists
Last modified: 2008-09-15 14:39:24 UTC
Prior to split scanner it was possible to do an executeRequest playlist, play on a url for a remote xml podcast - e.g. http://abc.net.au/triplej/kingsmill/podcast/podcast.xml This is not possible with current 6.5 as it does not have a parser defined for xml. [means the podcast menus from Alien don't work]
Ah - so it consumed Slim::Formats::Parse::readPodcast() ? I removed that from 6.5 because I couldn't find any callers. Can I suggest merging that code into Alien itself, since that appears to be the only thing that uses it? Thanks.
Guess we could, but this means no support for users including a podcast url in their playlists or favorites etc?
Hmm.. ok. I can add it back in.
Fixed in change 7952