Bug 2571 - brightness reverts to brightest if you dim while playing then scroll
: brightness reverts to brightest if you dim while playing then scroll
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Player UI
: 6.2.1
: Macintosh Other
: P2 normal (vote)
: ---
Assigned To: KDF
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-11-15 15:47 UTC by Blackketter Dean
Modified: 2008-09-15 14:38 UTC (History)
0 users

See Also:
Category: ---


Attachments
use irTime status to confirm all screensaver states (1011 bytes, patch)
2005-12-08 23:14 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Blackketter Dean 2005-11-15 15:47:54 UTC
Squeezebox1, play some music, then press BRIGHTNESS to dim.  Then scroll, brightness will return to previous value. 

 It appears to be adjusting (and displaying) the screensaver brightness all the time when playing, not just if it's on the screensaver.
Comment 1 KDF 2005-12-08 22:35:41 UTC
darn..I know what is causing this. This should only be happening when showing the now playing, when now playing is also the screensaver.  Because the mode names are the same, we cannot tell that it isn't in screensaver mode.  We can't use IRTime to check because pressing brightness updates lastIRTime

I'll ponder this....
Comment 2 KDF 2005-12-08 23:14:53 UTC
Created attachment 1068 [details]
use irTime status to confirm all screensaver states

reading back, I remembered that I fixed the irTime update on brightness for another bug.  This means we can use this to confirm all screensaver modes.  I've tried this with 6.5 using the SB3 since it was also showing the symptoms of this bug.  It seems to be doing the right thing.
Comment 3 Blackketter Dean 2005-12-09 07:14:50 UTC
Subject: Re:  brightness reverts to brightest if you dim while playing then scroll

Awesome, go for it!

Comment 4 KDF 2005-12-09 09:04:22 UTC
committed to trunk at change 5390
committed to 6.2.2 at change 5391