Bugzilla – Bug 6228
proposal: add additional icons to the playlist view (default theme)
Last modified: 2009-09-08 09:18:17 UTC
Please consider adding trackstat, browse-selected and MusicMagic (and probably other) icons to the playlist view (right pane) of the default webinterface. The fishbone skins already does this - and did a long time. (my simple) working patch: --- HTML/Default/status_list.html.orig 2007-11-25 23:04:07.000000000 +0100 +++ HTML/Default/status_list.html 2007-11-25 23:53:20.000000000 +0100 @@ -28,6 +28,9 @@ <div class="playlistControls"> <img onclick="Playlist.control('index', 'playlistSong[% item.num %]')" src="[% webroot %]html/images/b_play.gif" width="[% cmdLinkIconSize %]" height="[% cmdLinkIconSize %]" alt="[% "PLAY" | string %]" title="[% "PLAY" | string %]"> <img onclick="Playlist.control('delete', 'playlistSong[% item.num %]')" src="[% webroot %]html/images/b_delete.gif" width="[% cmdLinkIconSize %]" height="[% cmdLinkIconSize %]" alt="[% "DELETE" | string %]" title="[% "DELETE" | string %]"></a> + [% FOREACH mixer = item.mixerlinks.values.sort %] + [% PROCESS $mixer %] + [% END %] [% IF item.currentsong %]<img src="[% webroot %]html/images/icon_now_playing_selected.gif" class="nowPlayingIcon"/>[% END %] </div> </div> thanks, Markus
Michael: what do you think of this?
Isn't this a duplicate (or rather the solution) for bug 5955?
*** Bug 5955 has been marked as a duplicate of this bug. ***
change 15679 - thanks!
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.