Bugzilla – Bug 10274
title bar in NowPlaying often reflects incorrect power state
Last modified: 2009-09-08 09:31:49 UTC
Created attachment 4413 [details] patch to fix problem of not being able to distinguish power off versus no data on power state the root of this is that I believe there are times when the serverstatus message is not sending the power state of the player back in the data. In these cases, it's not possible for the isPowerOn() method to distinguish between "off" and "no data". I can effectively workaround this issue by changing the player object's self.info.power from a true/false boolean to a 0/1 numeric and then have a little extra logic in the isPowerOn() method. attaching patch for review, assigning to Richard.
just an fyi on this bug-- I've seen the smoke tests fail because of this issue from time to time
Changing target to next release
Ben: is bug 10893 a dupe of this bug? I haven't seen this error in SC 7.3.3. Only on SN Andy did a fix on test.sn that may apply here as well.
Answered my own question, I still see the SBC display 'OFF' on the Now Playing screen on test.sn
We are now planning to make a 7.3.3 release. Please review your bugs (all marked open against 7.3.3) to see if they can be fixed in the next few weeks, or if they should be retargeted for 7.4 or future. Thanks!
Since there's now a planned 7.3.3 release, bugs which won't make the cut-off are being moved to the next target out. If you feel that this bug needs to be addressed more (or less) urgently than the 7.4 release, please cc chris@slimdevices.com and leave a comment in the bug to that effect so we can review it. Thanks.
Moving to the product SqueezePlay because this bug appears to apply to any player based on that application code. Feel free to move it back if it's specific to the single original product.
relates to 12713, but must work for non-local devices also
Ben, did you say that in the new look/feel that the power state would not be displayed anymore on NP?
I don't believe this bug is valid any more because the new NP spec does not call for power state to be displayed in the title bar