Bugzilla – Bug 3790
Sort players under settings on home page
Last modified: 2008-12-18 11:12:53 UTC
For consistency with the ordering in the drop down box of the status pane. No doubt users with more than a couple of players would welcome this change instead of having them in listed in random order.
Setting the target to 'Future' since we have a strong list of 6.5 features already. We'll probably have a meeting in the next couple weeks to decide what features are going in to the next build after 6.5.
The new Default skin doesn't have that menu any more. Can we close this request?
It's still valid for the other skins.
how about this: Index: C:/slim/server/HTML/EN/home.html =================================================================== --- C:/slim/server/HTML/EN/home.html (revision 14848) +++ C:/slim/server/HTML/EN/home.html (working copy) @@ -97,7 +97,7 @@ <li><a href="[% webroot %]settings/server/basic.html?player=[% playerURI %]">[% "SERVER_SETTINGS" | string %]</a></li> [%- END %] - [%- USE Clients; players = Clients.get("name"); FOREACH client = players; %] + [%- USE Clients; players = Clients.get("name"); FOREACH client = players.reverse; %] <li><a href="[% webroot %]settings/player/basic.html?player=[% playerURI %]&playerid=[% client.id | uri %]">[% "PLAYER_SETTINGS" | string %][% IF client.name %] [% "FOR" | string %] [% client.name %][% END %]</a></li> [%- END %]
merged at change 14862. From what I can see, this fixes things. Please reopen if there is a problem.
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.