View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015372 | MMW 5 | General | public | 2019-01-23 09:45 | 2019-05-20 22:41 |
Reporter | michal | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0015372: Attempts of generating thumbnails for audio files with video extension last too long | ||||
Description | When user has scanned MP3 with MPEG extension, the files are not playable. It is quite expected, as incorrect extension prevent app from using correct input plugin, this may be improved in the future. But the worse is, that it is trying to generate thumbnails and these attempts take a lot of time and system resources repeatedly. We should not try to generate thumbnails for files, where correct video container is not detected, such files are most probably corrupted or with wrong extension. | ||||
Additional Information | https://www.mediamonkey.com/forum/viewtopic.php?f=30&t=93685 http://mediamonkey.com/forum/viewtopic.php?f=30&t=93714 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2151 | ||||
|
Fixed in build 2151. It should skip such files faster, improved also MPG parsing, to better avoid parsing such files. |
|
Verified 2151 We can later extend this alike we talked few years ago to make MM that flag those files as failed but made some tool to deep analyze them in background and propose solution fix to at least known issues. |
|
Retested 2176 All working as fixed such files are skipped for generating thumbnails. Further handling is defined as 0015681 and #11179 |