View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021304 | MMW 5 | Playback | public | 2024-10-29 03:58 | 2024-11-27 17:28 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.0.4 | ||||
Target Version | 2024.1 | Fixed in Version | 2024.1 | ||
Summary | 0021304: Playback: starts by itself on wake | ||||
Description | If MediaMonkey is playing when the machine goes to sleep, depending on the machien it'll often resume playback when the machine wakes. Possible solutions: a) leave things as is -- some people expect playback to resume on Wake b) STOP playback just before the PC goes to sleep, since it's annoying for it to start automatically on Wake especially in cases when the PC wakes unexpectedly c) add a Player option for 'Default behavior on wake': On startup: Stop | Pause at last position | Resume playback (note: the 'Resume playback' option should only resume playback if the machine had been playing when it went to sleep) | ||||
Additional Information | Reported at: https://www.mediamonkey.com/forum/viewtopic.php?t=106500 https://www.mediamonkey.com/forum/viewtopic.php?t=106850 | ||||
Tags | No tags attached. | ||||
Fixed in build | 3100 | ||||
|
Option b) is already implemented, we save current state and try to stop playback before sleep. Resuming playback on wake up is caused by restoring the saved state. |
|
Fixed in build 3100. I, hopefully, fixed current behavior, where - in some special situations and specific timing - it resumed paused playback after wake-up. It happened, because some closed laptops could sometimes wake-up for just a small fraction on time, and this ruined our previous handling. Now it should work better. So the solution is combination of a) and b). We save current state (stopped/playing/paused at time XY) and stop playback just before sleep, and resume the saved state after wake-up. |