robroe;260072 Wrote: 
> 
> Again, yes you understand correctly, that was my original hope, but I
> now see that this would be very difficult so if I could get the bottom
> level title to work that would be brilliant. 
> 
I think that should be possible, but it requires some editing of xml
files.

The "Title" element in the Custom Browse bottom level of the menu is
provided by the CustomBrowse/ContextTemplates/tracktracks.* files. I
think you might need to change the .template file a bit. I don't have
the time to check exactly what is needed, but you can check if it is
enough by changing:

Code:
--------------------
    
  <contextid>starttrack</contextid>
  <menutype>sql</menutype>
  
--------------------


To: 

Code:
--------------------
    
  <contextid>starttrack</contextid>
  <menutype>sql</menutype>
  <itemtype>track</itemtype>
  
--------------------


-- 
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=41761

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to