Bug 6855 - MusicIP Mixerlink blocks track info with controls on left
: MusicIP Mixerlink blocks track info with controls on left
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 7.0
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-01-29 12:58 UTC by KDF
Modified: 2009-09-08 09:24 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 KDF 2008-01-29 12:58:26 UTC
Seen most obviously with Nokia770 skin where the controls are on the left.  When an item is not mixable, musicIP's mixerlink overwrites [% item %]. Since this was caused recently (change 15866 in 7.0a1) we should fix this for 7.0.

Fix is:


Index: C:/slim/server/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/mixerlink.html
===================================================================
--- C:/slim/server/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/mixerlink.html	(revision 16911)
+++ C:/slim/server/Slim/Plugin/MusicMagic/HTML/EN/plugins/MusicMagic/mixerlink.html	(working copy)
@@ -1,4 +1,5 @@
 [% IF mixeritems && !item.musicmagic_mixable %]
+	[% tmpitem = item %]
 	[% item = mixeritems %]
 [% END %]
 [%- IF item.musicmagic_mixable %]
@@ -7,4 +8,5 @@
 	[% END %]
 [% ELSE %]
 [%- PROCESS dummylink -%]
-[% END %]
+[% END -%]
+[%- IF tmpitem; item = tmpitem; END -%]
Comment 1 KDF 2008-01-29 13:06:16 UTC
fixed in change 16920
Comment 2 Chris Owens 2008-03-07 09:05:18 UTC
This bug is being closed since it was resolved for a version which is now released!  Please download the new version of SqueezeCenter (formerly SlimServer) at http://www.slimdevices.com/su_downloads.html

If you are still seeing this bug, please re-open it and we will consider it for a future release.