Bug 3534 - 6.5 playlist play no longer handles xml playlists
: 6.5 playlist play no longer handles xml playlists
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: XML
: 6.5b1
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-06-13 11:09 UTC by Adrian Smith
Modified: 2008-09-15 14:39 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Smith 2006-06-13 11:09:27 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]
Comment 1 Dan Sully 2006-06-13 14:35:59 UTC
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.
Comment 2 Adrian Smith 2006-06-13 14:49:10 UTC
Guess we could, but this means no support for users including a podcast url in their playlists or favorites etc?
Comment 3 Dan Sully 2006-06-13 14:50:13 UTC
Hmm.. ok. I can add it back in.
Comment 4 Dan Sully 2006-06-13 15:04:47 UTC
Fixed in change 7952