I'm not sure Custom Browse works with the Nokia770 skin, so make sure
you try to use Custom Browse which is found behind the "More" link
before you start patching.
It is not possible to do this without patching the code for the
Nokia770 skin. The file you will need to patch in the SlimServer
installation is:
"HTML/Nokia770/home.html"
You will find a number of sections that looks similar to this:
Code:
--------------------
[% BLOCK albums %]
[% INCLUDE link_head %]
<a href="[% webroot %][% additionalLinks.browse.BROWSE_BY_ALBUM %]&player=[%
playerURI %]&artwork=0" 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 %]
--------------------
Each of these sections represents an icon, the example above is the
"Albums" icon. So you can remove the sections for icons you like to
remove and replace one of them with a Custom Browse section. The Custom
Browse section needs to contain a <a ...> tag that has the link:
Code:
--------------------
<a href="[% webroot %]plugins/CustomBrowse/custombrowse_list.html?player=[%
playerURI %]" style="text-decoration:none">
--------------------
--
erland
Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan, Custom Skip, Multi Library and Database Query plugins'
(http://wiki.erland.homeip.net/index.php/Category:SlimServer))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=40156
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss