View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018991 | MMW 5 | Other | public | 2022-04-21 21:43 | 2024-05-06 16:33 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0.3 | Fixed in Version | 5.0.3 | ||
Summary | 0018991: Consider moving thumbnails out of temporary directory | ||||
Description | Solving with user from ticket # 4046 the image cache for thumbnails shown in MM is currently (by default) \appdata\Local\Temp\Thumbs\ But apps like "Webroot's System Optimizer" regularly deletes the files from Temp/Thumbs i.e. user ran Webroot's System Optimizer and could see it deleting the files under ...Temp...thumbs. After it finished and he switched MM5 to an album view => most images were gone. Possible solution: Move the thumbs out of temp directory, e.g. to AppData\Roaming\MediaMonkey5\ | ||||
Tags | No tags attached. | ||||
Fixed in build | 2617 | ||||
|
Regarding WebRoot It is known application that have problems. I was in contact with them few years back and they have "Media Monkey" section to disable in their optimizer. Personally I would prefer Solution A as that way we will have controll over thumbs and have ability to clean them when needed. |
|
Fixed in 5.0.3.2617 i.e. Thumbs folder is now in the app data folder (no longer in the temp dir) Done as DB upgrade 5.0.61, mostly won't be noticable though as renaming the directory on the same drive is a fraction of a second (like '.\Portable\Temp\Thumbs' -> '.\Portable\Thumbs\', '%APPDATA%\Local\Temp\Thumbs' --> '%APPDATA%\Roaming\MediaMonkey5\Thumbs') |
|
Verified thu,ns are now in %APPDATA%\Roaming\MediaMonkey5\Thumbs as of 2617 |