bouton;178297 Wrote: > yes please Alright. Do this. 1. Shutdown SlimServer 2. Open up plugin.pm from the SuperDateTime folder using your favorite raw text editor. 3. Search for s/%T/$temperatureC 4. Whenever you find it, replace the ° (degree) symbol with a single c. There will be quite a few matches for this to cover different display options, so make sure you change all of them. 5. Save file and restart slimserver.
That should do it for you. Please let me know if you have any problems. I suppose for future versions I can leave out the ° symbol entirely and people could instead include it in the format string (ie %T° or %Tc in your case). I've thought about this before, but unless you have a ° symbol to copy and paste from, most people wouldnt think to use one in the format string. Do people have any thoughts on this? I "could" add logic within the plugin to automatically use f and c for slimp3s, but as the plugin "currently" stands the format strings are the same across all players so I'd have to do the check each time the display is drawn (every second) which seems kind of silly. That said... I've been debating if I should move format strings from server settings to player settings (to make them user configurable for each player). Is this something people really want? At that point I could imagine people wanting different teams by for each player, etc... which just opens a big can of worms... -Greg -- GoCubs ------------------------------------------------------------------------ GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312 View this thread: http://forums.slimdevices.com/showthread.php?t=14327
_______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
