View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021123 | MMW 5 | Casting (Google Cast / UPnP) | public | 2024-07-31 22:55 | 2024-08-06 17:40 |
Reporter | lowlander | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.1 | ||||
Target Version | 5.1.1 | Fixed in Version | 5.1 | ||
Summary | 0021123: Casting keeps turning on client after user turned off client (Denon) | ||||
Description | When casting to the DLNA client of the Denon receiver and turning the receiver itself off, it keeps turning on with the next file. MediaMonkey seems unaware that the device was powered off. | ||||
Steps To Reproduce | 1 Turn on DLNA client 2 Cast to DLNA client from MMW 3 Turn off DLNA client --> MMW turns it back on with the next file in the queue | ||||
Tags | No tags attached. | ||||
Fixed in build | 3042 | ||||
|
The power/off state isn't something that can be controlled via DLNA.. It's up to the client renderer device whether it wake-ups once a file is sent to it... As for auto-transition to the next file: This is because Denon sent STOPPED play state and thus MM5 think that it finished playback of this song and initiated playback of another song.. I could modify and leave the playback stopped once the STOPPED state isn't sent near to the end of the file, but the consequence would be that playback would be interrupted once Denon has an issue to play a file (e.g. shortened file).. |
|
Fixed in 3042 It now transitions to the next file only when state was changed from PLAYING -> STOPPED and the position was lower than 2 seconds (trouble to play a file) or position was near to the end of the file (Length - 5 seconds) i.e. it eliminates the cases when STOPPED state came in the middle of playback and MM5 was still transitioning to the next file, now it does nothing |
|
Verified on 3042. Turning off the Denon itself doesn't cause MediaMonkey to keep turning it on. MediaMonkey will still turn it back on when user uses Play in MediaMonkey as you'd expect. |