Bugzilla – Bug 14217
Exit power saving mode when music starts
Last modified: 2009-10-05 14:26:39 UTC
When starting music remotely (for example controller or web interface), or with an alarm then you may not here music if the power amp is off.
Patch to verify: Index: squeezeplay/share/jive/audio/Playback.lua =================================================================== --- squeezeplay/share/jive/audio/Playback.lua (revision 7720) +++ squeezeplay/share/jive/audio/Playback.lua (working copy) @@ -125,6 +125,7 @@ log:info("loop file ", file) + Framework.wakeup() self.source = "file" self:_streamDisconnect(nil, true) @@ -385,6 +386,7 @@ function _streamConnect(self, serverIp, serverPort) log:info("connect ", _ipstring(serverIp), ":", serverPort, " ", string.match(self.header, "(.-)\n")) + Framework.wakeup() self.source = "stream" self.stream = Stream:connect(serverIp, serverPort) @@ -746,6 +748,7 @@ self.capturePlayMode = capturePlayMode if capturePlayMode then + Framework.wakeup() self.source = "capture" else self.source = nil
Patch works well to fix this issue
== Auto-comment from SVN commit #7721 to the jive repo by richard == == https://svn.slimdevices.com/jive?view=revision&revision=7721 == Fixed bug #14217 Wake up from power saving when music starts. Reviewed by Ben and Tom. Can be tested using the alarm (see bug 13781), or by starting playback from the web interface/controller once power saving has started on baby.
This bug has been marked as fixed in the 7.4.0 release version of SqueezeBox Server! * SqueezeCenter: 28672 * Squeezebox 2 and 3: 130 * Transporter: 80 * Receiver: 65 * Boom: 50 * Controller: 7790 * Radio: 7790 Please see the Release Notes for all the details: http://wiki.slimdevices.com/index.php/Release_Notes If you haven't already, please download and install the new version from http://www.logitechsqueezebox.com/support/download-squeezebox-server.html If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.