Bug 2908 - Now playing number keys are blocked when showing current song
: Now playing number keys are blocked when showing current song
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Player UI
: 6.2.2
: PC Windows (legacy)
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-02-01 09:47 UTC by KDF
Modified: 2009-09-08 09:21 UTC (History)
0 users

See Also:
Category: ---


Attachments
reset the showingnowplaying state (664 bytes, patch)
2006-02-01 10:53 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KDF 2006-02-01 09:47:53 UTC
This seems to be an interaction between the screensaver wakeup and the showingNowPlaying logic.  When showing the curent song, pressing a number key triggers wakeup which resets the song to the current one, instead of allowing it to just to the proportional position in the current playlist.
Comment 1 Blackketter Dean 2006-02-01 09:59:15 UTC
*** Bug 2909 has been marked as a duplicate of this bug. ***
Comment 2 KDF 2006-02-01 10:53:50 UTC
Created attachment 1119 [details]
reset the showingnowplaying state 

very simple patch to fix this.  Becuase we wanted to track the current song when returning from a screensaver, there is a param that stores the showingnowplaying state.  This needs to be overridden in the case of a number press, just as it is being done curently for 'up' and 'down' functions.
Comment 3 KDF 2006-02-01 18:53:04 UTC
committed to trunk at change 6011, 6.2.2 at change 6012