In the code of the plugins I read through I've encountered three kinds of possible -menu- icon definitions that can be used:Code: -------------------- icon => 'somepath' *jive*Icon => 'somepath' menuIcon => 'somepath' -------------------- I found that the *jive*Icon path was responsible for displaying the menu icon for my top level menu folder (the one with the other menus inside) on Squeezeplay or Radio.
Wow... I didn't remember these. I never use anything but icon. The others might be references to icon images stored on the device.
Would it be possible for a plugin to do a query whether the *currently playing track is part of this virtual library* 'Favs', and *if it is, display some kind of symbol* (a heart or a star...)?
Almost anything is possible using plugin code. The question is how much effort you want to put into the solution. There's the library_track table in library.db which has two columns: track id and library id. You could easily look up a track in there.
I remember that back when I still used TrackStat it somehow plugged into MusicInfoSCR and MusicInfoSCR allowed you to show the track rating in the display (at least for older models with the green screen).
MIS provides an interface where other plugins can provide custom tags which would trigger some plugin specific code. Alas, I'm not sure anything comparable is available for the Squeezeplay based UI.
-- Michael _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
