I have now fixed my problems with the layout always being that of
artwork.

I edited the file home.html at the end of that file there is a block to
display the main menu. I just added &artwork=0 to the options that I
want presented in a list view.
Looks like this now:

<td width="90" align="center"><a href="browsedb.html?player=[% player |
uri %]&hierarchy=playlist,playlistTrack&level=0&artwork=0"
tabbindex="6">
<img src="[% imagePath %]playlist.gif" border="0" height="34"
width="40"><br><font class="menutext">[% "PLAYLIST" | string
%]</a></td>
<td width="90" align="center"><a
href="browsedb.html?hierarchy=genre,contributor,album,track&level=0&player=[%
player | uri %]&artwork=0" tabbindex="7">
<img src="[% imagePath %]genre.gif" border="0" height="34"
width="40"><br><font class="menutext">[% "GENRE" | string %]</a></td>
<td width="90" align="center"><a
href="browsedb.html?hierarchy=contributor,album,track&level=0&player=[%
player | uri %]&artwork=0" tabbindex="8">
<img src="[% imagePath %]artist.gif" border="0" height="34"
width="40"><br><font class="menutext">[% "ARTIST" | string %]</a></td>
<td width="90" align="center"><a
href="browsedb.html?hierarchy=album,track&level=0&player=[% player |
uri %]&artwork=0" tabbindex="9">
<img src="[% imagePath %]album.gif" border="0" height="34"
width="40"><br><font class="menutext">[% "ALBUM" | string %]</a></td>
<td width="90" align="center"><a
href="browsedb.html?hierarchy=album,track&level=0&player=[% player |
uri %]&artwork=1" tabbindex="10">
<img src="[% imagePath %]artwork.gif" border="0" height="34"
width="40"><br><font class="menutext">[% "COVERART" | string
%]</a></td>

Maybe this can help someone else with the same problem.


-- 
SlimboJimbo
------------------------------------------------------------------------
SlimboJimbo's Profile: http://forums.slimdevices.com/member.php?userid=13244
View this thread: http://forums.slimdevices.com/showthread.php?t=35993

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to