View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007052 | MMW v4 | Install/Config | public | 2010-12-21 19:21 | 2011-03-22 20:33 |
Reporter | rusty | Assigned To | |||
Priority | immediate | Severity | tweak | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 4.0 | ||||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0007052: Automatically generated/retrieved metadata shouldn't be stored to a temp folder | ||||
Description | Thumbnails are automatically-generated metadata. As such, 1) it should be possible for users to see them, but it shouldn't be possible for users to: a) accidentally modify their tags with the thumbnails b) accidentally store it with their files/file structure 2) it would ideally be possible for users to modify their tags/file structure to include thumbnails, however, this functionality will be deferred until MM incorporates more automated metadata lookup functionality. It's proposed that the thumbnails should be stored to a central folder (that's OS appropriate) e.g. \AppData\Local\MediaMonkey\MetadataCache\Thumbnails There's no need for the cache location to be configurable. | ||||
Tags | No tags attached. | ||||
Fixed in build | 1341 | ||||
|
So, for now this involves mainly storing thumbnails in the suggested folder, not in Temp folder. |
|
Btw, currently we create only very small thumbnails. They seem to be ok for the AA view, but they contain very little details. I'd suggest to create significantly larger jpegs in \AppData\Local\MediaMonkey\MetadataCache\Thumbnails, and if necessary for performance reasons then also create smaller bmps in the temp folder. |
|
As discussed with Petr over IM, \Roaming\ might make more sense, since it's tied to the DB. In any case, it should be deleted by uninstaller. |
|
Fixed in 1341 |
|
Verified 1341. |
|
After discussion with Petr, the final implementation is: - Big thumbnails (those generated at the size of the video) are stored in C:\Users\<User>\AppData\Roaming\MediaMonkey\Metadata Cache - Small thumbnails (used for AA views and Art Browser) are stored in MM temp folder together with covers cache |