Bugzilla – Bug 10828
Unexpected unpause when synced upon power-on
Last modified: 2009-06-17 09:36:35 UTC
try this: sync player A & B play some music on the group. turn off A (music continues on B) pause B (silence is golden) turn on A Result: Both players unpause and continue playing (with a glitch). Expected: Silence, since the sync group was paused. (In my case A was a Receiver, B was a SB3 and both were controlled via two different controllers.)
This is a difficult one, even if your setting does not specify resume-on-power-on or restart-on-power-on. The problem is that one player is actually paused, with an open stream connection, and the other not. Somehow they need to be got to the same state. Currently this is by executing a jumpToTime. I guess that this jump could just not actually start the play after getting all the player buffers ready, but this is not supported by the state-machine model - pause/unpause is not permitted before track-start - and this would be difficult to change. Another option would be to implement the idea of a paused state without any actual streaming connection active but with a time-offset saved, as envisaged by bug 10645. Then a (logical) unpause could implement the jumpToTime.
I think the real problem is that the music starts up unexpectedly. In this particular case, it's preferable to lose the current offset into the music in order not to be surprised by playback, even if it's a bit of a hack/regression. BTW: I don't have restart/resume on power on enabled...
Yes, that sounds like a reasonable interim solution.
Change 24768
*** Bug 10649 has been marked as a duplicate of this bug. ***
Verified fix in SC 7.3.3 r25948 Turned on player A and no music resumed playing.
This bug has been fixed in the 7.3.3 release version of SqueezeCenter! If you haven't already. please download the new version from http://www.logitechsqueezebox.com/support/download-squeezecenter.html If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.