Bug 5312 - gallery browse does not work in Touch/Nokia770 for Album
: gallery browse does not work in Touch/Nokia770 for Album
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Skins
: 7.0
: Macintosh Other
: P2 normal (vote)
: ---
Assigned To: Ben Klaas
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-08-27 07:22 UTC by Ben Klaas
Modified: 2007-08-27 08:40 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 Ben Klaas 2007-08-27 07:22:55 UTC
cover art browse non-functional in Albums view. Works under New Music and Artists->Artist.
Comment 1 KDF 2007-08-27 08:32:18 UTC
link in home.html has the artwork=0 param, which forces list view only.
remove it and it then follows the cookie for the gallery view setting.

Index: HTML/Nokia770/home.html
===================================================================
--- HTML/Nokia770/home.html     (revision 12735)
+++ HTML/Nokia770/home.html     (working copy)
@@ -251,7 +251,7 @@
 
 [% BLOCK albums %]
        [% INCLUDE link_head %]
-               <a href="[% webroot %][% additionalLinks.browse.BROWSE_BY_ALBUM %]&player=[% playerURI %]&artwork=0" style="text-decoration:none">
+               <a href="[% webroot %][% additionalLinks.browse.BROWSE_BY_ALBUM %]&player=[% playerURI %]" style="text-decoration:none">
                <img src="html/images/smaller/album.gif" width="120" height="101" name="bild6" border="0" alt = 'album'></a>
        [% INCLUDE link_foot title = 'ALBUMS' %]
 [% END %]
Comment 2 Ben Klaas 2007-08-27 08:40:16 UTC
fixed r12737