I tried rebuilding 6.5.3 this morning and it now works.
But, it is getting to be a pain to keep having to patch the Buttons
module to fix the problems with the screen saver. It does not go back
to standby if an album is palyed through to the end. This was fixed in
Bugzilla, but the patch has not been incorporated into even 6.5.3.
Please put this in!!
In ScreenSaver.pm, around line 103, you need:
} elsif ($timeout &&
# no ir for at least the screensaver timeout
$irtime < $now - $timeout &&
# make sure it's not already in a valid saver mode.
( ($mode ne $saver &&
Slim::Buttons::Common::validMode($saver)) ||
# in case the saver is 'now playing' and we're
browsing another
song
($mode eq 'playlist' &&
!Slim::Buttons::Playlist::showingNowPlaying($client)) ||
# just in case it falls into default, we dont
want recursive
pushModes
($mode ne 'screensaver' &&
!Slim::Buttons::Common::validMode($saver)) ) &&
# not blocked and power is on
$mode ne 'block' && $client->power()) {
--
jarome
------------------------------------------------------------------------
jarome's Profile: http://forums.slimdevices.com/member.php?userid=1223
View this thread: http://forums.slimdevices.com/showthread.php?t=36096
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss