Today TrackStat used the '*' character to display ratings. Would it be

Is this defined in your plugin? If yes, what does your plugin return?

possible to somehow make MusicInfoSCR display this as a nice looking
bitmapped star ?
Or is the displayed information limited to the standard font ?

I don't think so. Have a look at the Display API docs in the help section and at addIcon in MusicInfoSCR. You can change the font within a string using something like

$display->symbols('font') . 'YourFontNameHere' . $display->symbols('/font')
   . $yourcharactor . $display->symbols('defaultfont') . $restoftext

If you're in doubt, wait for Triode to chime in :-)

--

Michael

-----------------------------------------------------------------
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to