Bugzilla – Bug 6825
Default skin - Artists > All Songs needs album name
Last modified: 2008-12-18 11:12:53 UTC
Browsing into Artists > Arsist Name > All Songs fails to list the album.
Does this work for you (and not break the other browse modes)? Index: D:/workspace/trunk/server/HTML/Default/browsedb.html =================================================================== --- D:/workspace/trunk/server/HTML/Default/browsedb.html (revision 16819) +++ D:/workspace/trunk/server/HTML/Default/browsedb.html (working copy) @@ -87,7 +87,7 @@ [% END -%] [% FOREACH item = browse_items -%] - [%- PROCESS browsedbitems_list.html item.includeAlbum = 0 item.includeArtist = album.compilation -%] + [%- PROCESS browsedbitems_list.html item.includeAlbum = !album.id.defined item.includeArtist = album.compilation -%] [%- END %] [% END -%]
I don't understand. Do you want the album name visible or another kind of organization?
If you browse Artist -> All Songs other skins display the album name together with the song. Default does not. My patch should fix this, but it was a last minute change I did before leaving. Thus would like to give it more testing before checking in.
change 16881
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.