Bug 882 - Title and Artist not displayed in "Browse Artwork"
: Title and Artist not displayed in "Browse Artwork"
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 6.0.0
: All All
: P2 enhancement (vote)
: Future
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-02-28 08:37 UTC by Bart
Modified: 2009-09-08 09:20 UTC (History)
0 users

See Also:
Category: ---


Attachments
artwork in new and album listings (2.14 KB, patch)
2005-05-09 18:36 UTC, KDF
Details | Diff
capture of patched Browse_albums (73.51 KB, image/jpeg)
2005-06-08 09:35 UTC, KDF
Details
partial screen cap in fishbone (139.11 KB, image/gif)
2005-07-23 17:30 UTC, Jim McAtee
Details
reworked fishbone browsedb_artwork.html (3.21 KB, text/plain)
2005-08-15 13:27 UTC, KDF
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bart 2005-02-28 08:37:03 UTC
In "Browse Artwork" the title and artist are not displayed, you get "Play,  
Add to playlist", or the "Add to playlist next, Play, +, -" icons
Would it be possible to have the title and artist displayed, as we are not all 
familiar with all our albums by sight and indeed are becoming less familiar 
thanks to Slimserver.
Comment 1 KDF 2005-02-28 13:13:42 UTC
The album title is shown in the tooltips for most browsers.  Having it also
appear in text is not practical as this would make the layout very difficult to
manage.
Comment 2 Bart 2005-03-01 00:04:44 UTC
While we can sympatise with the developer's dilemma that this "...would make 
the layout very difficult to manage", from a users point of view not having 
the Artist/Title on the Browse by Artwork page makes the layout very difficult 
to use, verging on unuseable.
Comment 3 KDF 2005-03-01 03:27:57 UTC
then you are free to not use it.  this is hardly a developer dilemma.  it is a
design issue.  

this can always be accomplished by a custom skin, which any user can create for
her or himself.
Comment 4 KDF 2005-05-09 18:36:11 UTC
Created attachment 508 [details]
artwork in new and album listings

instead of adding complexit to the grid layout of 'browse artwork'
add artwork to the browse album mode and new listings. This makes the artwork
visible as the server defined thumbnail size, down the left side of the
listing.
Comment 5 Blackketter Dean 2005-06-07 12:38:12 UTC
Marking items that aren't going to be addressed immediately in 6.1 as future.  Please update if this is in 
error or the bug has already been addressed.
Comment 6 Bart 2005-06-08 00:25:41 UTC
As it stands the "Browse Artwork" page is not usable, as Kevin suggests, I am 
not using it.  I don't know all my albums by sight, I keep them all in three 
cardboard boxes on a shelf in my utility room and many of them went in there 
within a day or two of being received.
Comment 7 KDF 2005-06-08 09:35:35 UTC
Created attachment 541 [details]
capture of patched Browse_albums

using the patch above, browse albums can look like this screencap. Ideally this
would then replace browse_artwork completely.  Eventually, if there is ever a
more configurable titleFormat for browse, artwork could be included as one of
the elems and
Comment 8 Jim McAtee 2005-07-23 17:30:55 UTC
Created attachment 666 [details]
partial screen cap in fishbone

How about something like this?	Just puts an extra row in the table under the
artwork.  The height of the row is fixed, so not sure how it would behave with
really long album + artist name.
Comment 9 KDF 2005-07-24 01:16:13 UTC
long names would start to wrap the images in funny ways.  This is also dependant
on the image size being significant enough. Smaller image size would break the
layout with much shorter lines.  really, this needs some way to force a grid layout.

honestly, the way forward is to dump the grid layout completely and go with a
top down list like all the rest.  basically, this means a browse albums template
that shows art.
Comment 10 KDF 2005-08-15 13:27:13 UTC
Created attachment 727 [details]
reworked fishbone browsedb_artwork.html

looks like a bit of css (overflow:hidden) can be used to truncate the long text
cases.	This means its a choice between a layout that might show up staggered,
vs having the artist/album/year cut off from view in some cases.  Skins already
have these options available, with no changes to the server code. I've attached
a brwosedb_artwork.html for fishbone skin as an example.
Comment 11 KDF 2005-08-15 13:33:00 UTC
oh, also requires this bit of code added to the slimserver.css:
UL.artwork
{
	text-align:center;
	list-style-type:none;
	padding: 0;
	margin-left: 0;
}

LI.artwork
{
	float: left; 
	padding:1px;
	list-style-type:none;
}
Comment 12 Blackketter Dean 2005-08-19 22:09:35 UTC
I noticed that tooltips work showing the album name in the Browse Artwork view.  That should probably 
include the artist name too.
Comment 13 KDF 2005-08-19 22:49:14 UTC
They do.  they follow the same show year and show artist prefs that are used for
browse albums.
Comment 14 KDF 2006-01-29 02:22:02 UTC
fixed in 6.5 builds as part of the recent css changes
Comment 15 James Richardson 2008-12-15 13:06:10 UTC
This bug appears to have been fixed in the latest release!

If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.

Make sure to include the version number of the software you are seeing the error with.