Bugzilla – Bug 7651
Always use 'icon-id' not 'icon' for SqueezeCenter content
Last modified: 2008-05-08 10:19:01 UTC
See checkin r2152. The only example I've found where the wrong icon type is used is the favorites icon. Ben please fix SC to always use icon-id for it's content. The semantics should be with 'icon-id' jive is allowed to add a 56x56_o to the icon, with 'icon' it must leave the url alone. After SC is correct please remove the extra condition in SlimBrowser where marked with XXXX. Thanks.
The code in NowPlaying applet needs a similar cleanup.
And the no artwork in now playing must be served by SC and not using the local content. the corner transparency is not handled correctly. I assume SC is incorrectly sending an icon-id for the now playing track, when it has no artwork?
AFAICT, the only spot with 'icon' instead of 'icon-id' was several spots in Queries.pm. Plugins thankfully are already using icon-id. SC 7.0 trunk change 18107 has these changes. Will have jive-side changes checked in shortly.
squeezeplay trunk r2155 has the remainder of my changes. on review of NowPlaying, there's some code in there for server:isSqueezeNetwork() that I'm not comfortable hacking out. Regardless, nothing there now that's a problem wrt this bug. moving to RESOLVED
(In reply to comment #4) > squeezeplay trunk r2155 has the remainder of my changes. > > on review of NowPlaying, there's some code in there for > server:isSqueezeNetwork() that I'm not comfortable hacking out. Regardless, > nothing there now that's a problem wrt this bug. > > moving to RESOLVED > Closing