4mula1;167920 Wrote: 
> I'm using the medium size font.  By default it displays info like in the
> first image on the SDT website.
> 
> What I would prefer is like what I said before, the date/time with the
> addition of the weather icon, temp, and humidity.  I'm running
> Slimserver on an XP box, so reboots can unfortunately be frequent. 
> It's an annoyance to have to reset SDT to the display I like after a
> reboot.
> 
> Perhaps mapping another remote button to save the preferred display
> format?  Scroll up/down to what you want and press favorites (as an
> example) to make that the default display rather than using the macros
> in the plugin config page.  More work on your end, less on mine. :)
> 
> Just a thought, since a macro for the current date doesn't seem to
> exist.
Ah okay.  I see what you're saying now.  Since you restart your
box/Slim often you'd like the top line to default to one of the options
normally viewable by hitting the up/down arrows.

I could easily add yet another configuration option for this, but
people are already complaining that there are too many configuration
options.  However, you can easily modify the plugin code to change the
default to the current date.  Open up plugin.pm in wordpad or your
favorite text editor.  Search for
$topNowShowing{$client} = 2;
which I think should be line 4580.  Change the 2 at the end of the line
to 0.  Save the file and restart your server and you should be good to
go.

Perhaps down the road I'll make it so if you HOLD down the UP/DOWN
buttons (instead of a single press) that it goes to a
"preferred/default" top line.

-Greg


-- 
GoCubs
------------------------------------------------------------------------
GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312
View this thread: http://forums.slimdevices.com/showthread.php?t=31363

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

Reply via email to