View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020191 | MMW 5 | UPnP / DLNA | public | 2023-08-12 11:31 | 2023-08-14 14:59 |
Reporter | peke | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Target Version | 5.2 | ||||
Summary | 0020191: Add device cleanup in play to menu | ||||
Description | In order to prevent/debug issues like 0020153 it would be useful that there is manual cleanup of devices which would help user ATM see what devices are available. That clean would initiate query for mDNS/Multicast/Unicast/DLNA/uPnP Devices to re announce them self as available. There is workaround to clean that manually from persistent.json and restart MM (explained in Forum topic). The clean option would be in Play to menu. | ||||
Additional Information | https://www.mediamonkey.com/forum/viewtopic.php?t=104759 https://www.mediamonkey.com/forum/viewtopic.php?p=512291#p512291 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Currently the mDNS service is running all the time (once MM5 is running) so the cached devices are re-newed. Watching the code the cache was originally added in course of 0014587 and currently the devices are in the cache for 7 days.. Maybe the cache is no longer needed due to fix of mDNS service that is now running all time, so we could rather try to disable the cache altogether or lower it to something like 1 day.. Alternativelly we could make the entries that haven't been seen for 1 day as "gray out" and remove them after 7 days.. |