Bug 9492 - Playlist in OPML format will not play using SB UI but plays with Web and SBC UI
: Playlist in OPML format will not play using SB UI but plays with Web and SBC UI
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: XML
: 7.2
: All All
: -- normal (vote)
: 7.x
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-09-15 08:22 UTC by Bryan Alton
Modified: 2009-07-31 10:29 UTC (History)
0 users

See Also:
Category: ---


Attachments
Patch to Slim/Button/XMLKBrowser to fix OPML playlist bug (783 bytes, patch)
2008-09-15 08:22 UTC, Bryan Alton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Alton 2008-09-15 08:22:45 UTC
Created attachment 3988 [details]
Patch to Slim/Button/XMLKBrowser to fix OPML playlist bug

Create a favorite for a file with OPML playlist such as below.
Using Web UI - you can sel;ect the favorite and then play "Playlist test" by clicking on "play"icon.   On an SB UI using remote - got into Favorites and "playlist Test" shows but if you press "play" on remote - SB goes into loop. 

The attached Slim/Buttos/XMLBrowser.pm patch fixes the problem - I'm not sure if it might break something else as I don't have Rhapsody or similar services.


<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
	<head title="OPMLtest">
		<expansionState></expansionState>
	</head>
	<body>
	<outline text="Playlist test" type="playlist" >
		<outline text="Hurricane Ike" url="http://thin.npr.org/dmg.wax?mediaUrl=/npr/atc/2008/09/20080914_atc_01&amp;mediaPref=WM" type="audio"/>
		<outline text="Wisconsin floods" url="http://thin.npr.org/dmg.wax?mediaUrl=/npr/atc/2008/09/20080914_atc_02&amp;mediaPref=WM" type="audio"/>
		<outline text="US Bolivia ties" url="http://thin.npr.org/dmg.wax?mediaUrl=/npr/atc/2008/09/20080914_atc_03&amp;mediaPref=WM" type="audio"/>
	</outline>
	</body>
</opml>
Comment 1 Chris Owens 2008-09-22 12:23:57 UTC
Andy do you want to review Bryan's patch?
Comment 2 Andy Grundman 2008-09-23 10:59:12 UTC
Looks good, thanks.  Applied as 7.2.1 change 23259.
Comment 3 James Richardson 2008-12-15 12:07:43 UTC
This bug has been fixed in the 7.3.0 release version of SqueezeCenter!

Please download the new version from http://www.slimdevices.com/su_downloads.html if you haven't already.  

If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.
Comment 4 Chris Owens 2009-07-31 10:29:53 UTC
Reduce number of active targets for SC