View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014834 | MMW 5 | FileMonitor / Find Missing | public | 2018-05-25 22:18 | 2020-11-09 18:37 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | ||||
Summary | 0014834: Thumbnails are re-generated for the same 150+ tracks every time MM5 is run | ||||
Description | Everytime MM5 is run, thumbnails are re-generated for 150+ tracks. I suppose that this is occurring because the thumbnails aren't saving for some reason. Could this be related to 0014345 (network access issues ) ? Note: the debug log at 0014833 illustrates this issue. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
It is trying to generate missing thumbnails. Generation of this fails because of missing codecs (e.g. MKV splitter). MM tries to generate thumb for MKV 3 times (for 3 files), in case it always fails, it is quickly skipping generation for all other MKVs. It is re-checking this next run, because user could install some codecs to system already. It is the same approach we use in MM4, it is expected behavior. |
|
Prior to build 2106, this was taking about 45 minutes (i.e. it was going file by file). With build 2106, it seems to be behaving as you described. |