Hi,

I'm converting my Test Match Special plugin to use with Slimserver 6 from 5
& ran into a little prob.  The squeezebox screen doesnt update.  The Plugin
parses the match score from the web at given intervals & should update the
sb display.

I use the following in my sub lines{

Slim::Hardware::IR::setLastIRTime($client,Time::HiRes::time() +
(Slim::Utils::Prefs::get("screensavertimeout") * 5),);

then a

if (!$last_check || (time() - $last_check) > $interval )  ...  update the
score

This worked well with slimserver 5,  works on slim 6 but the interval is far
too long between screen updates.  Any ideas on what has changed?

regards

Waldy



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

Reply via email to