Bug 4525 - Podcast-xml with enclosing url starting with "Http" instead of "http" fails to play
: Podcast-xml with enclosing url starting with "Http" instead of "http" fails t...
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Playlists
: 6.5.1
: All All
: P3 minor (vote)
: ---
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-11-19 11:50 UTC by Anders Thomsen
Modified: 2008-12-18 11:11 UTC (History)
3 users (show)

See Also:
Category: ---


Attachments
xml with "Http" address (5.63 KB, text/xml)
2007-02-01 17:21 UTC, Spies Steven
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Thomsen 2006-11-19 11:50:55 UTC
Not sure if this is a problem with the Podcast plugin or the playlist system.
It should be easy to fix though.

When adding some podcasts from "Danmarks Radio" (the Danish version of BBC), such as http://podcast.dr.dk/p2/rssfeed/filmland_radio.xml, the player fails to play them with the message
"Playlist empty". The reason for this is that the xml contains:
<enclosure url="Http://podcast.dr.dk/P2/Filmland/2006/filmland_281006.mp3" length="81963720" type="audio/mpeg" />
If I change this to:
<enclosure url="http://podcast.dr.dk/P2/Filmland/2006/filmland_281006.mp3" length="81963720" type="audio/mpeg" />
and save the file where slimserver can reach it everything works.

So it fails to read the url if the protocol (http) is "miscapitalized".
Comment 1 Chris Owens 2007-01-31 18:11:37 UTC
Steven, pls try to reproduce
Comment 2 Spies Steven 2007-02-01 17:21:06 UTC
Created attachment 1804 [details]
xml with "Http" address
Comment 3 Spies Steven 2007-02-06 09:43:21 UTC
I experience the same behavior that Anders described. I also experience the same behavior using "Tune In URL" function.

For example entering "Http://podcast.dr.dk/P2/filmland/2006/fr_061202.mp3" into the "Radio URL" dialog and pressing the "Tune In" button will result in "Playlist Empty" on the Squeezebox display. Changing to "http://podcast.dr.dk/P2/filmland/2006/fr_061202.mp3" will play normally.

Chris, since this is actually a typo of the URL link would this be an enhancemnet?
Comment 4 Chris Owens 2007-02-06 14:08:16 UTC
Andy and/or Dan, would there be a reason not to accept Http:// as well as http:// ?
Comment 5 Andy Grundman 2007-02-06 14:10:13 UTC
No reason at all, I'll fix it.
Comment 6 Andy Grundman 2007-02-07 07:41:13 UTC
Fixed in change 11358, will be in 6.5.2.
Comment 7 Chris Owens 2007-05-22 12:10:32 UTC
Fixed in 6.5.2, which is now released and available for download at http://www.slimdevices.com/su_downloads.html

If you're still experiencing this bug, please re-open it!