View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013048 | MMW v4 | Synchronization | public | 2016-01-05 12:50 | 2017-03-07 17:02 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | unable to reproduce |
Status | closed | Resolution | fixed | ||
Product Version | 4.0.7 | ||||
Target Version | 4.1.11 | Fixed in Version | 4.1.11 | ||
Summary | 0013048: iPod Video: sync fails when there is more than 30.000 songs with artworks on the iPod | ||||
Description | User from ticket JCB-488-19898 is observing sync failure for iPod Video including 30.000 songs. First sync gone fine, but further sync crashes. MediaMonkey fails to read device artwork database (because of artwork thumb offset overflow to negative value) | ||||
Additional Information | https://support.apple.com/kb/sp41?locale=cs_CZ JCB-488-19898 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1779 | ||||
|
Reason is that artwork thumb chunk for 200x200 px is 80000. 80.000 * 30.000 songs = 2.400.000.000 which is roughly the upper limit for MHNI.offset (that is integer) and thus overflows to negative value. This causes artwork not showning correctly in iPod, and also MM fails to scan or sync it (because of the unexpected negative offset value). |
|
Fixed in 4.1.11.1779 |
|
Verified 1780 on iPod Touch 4G No regression |