View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010977 | MMW v4 | Synchronization | public | 2013-06-11 19:06 | 2013-06-21 22:54 |
Reporter | Ludek | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0010977: MMA doesn't download whole file when WiFi sync for transcoded files (when copy artwork to tag is enabled) | ||||
Description | As reported by user: http://www.mediamonkey.com/forum/viewtopic.php?f=21&t=71830 Ticket ID: HWD-958867 MMA transfers only 9.93 MB of 13.21 MB for FLAC -> MP3 transcoded files. I cannot replicate, but based on the log attached to the ticket HWD-958867 I can confirm that MMA hasn't downloaded whole the file. EDIT: To replicate you need to enable: Device profile -> Options -> Tagging -> [x] Copy artwork to file tags | ||||
Tags | No tags attached. | ||||
Fixed in build | 1644 | ||||
|
I can confirm that MMA downloaded only 10410112 bytes. But I don't know how I can fix it on MMA side. I obtain the file length from content-length http field in http header. Downloading process doesn't use this value and finishes on EOF. After downloading the file, this content-length is compared with actual file length. File is deleted when lengths don't match. In this case, both values were 10410112 bytes. So it was marked as successfully downloaded. Could you please confirm that http header contain the right length (if you see it in MMW logs)? Or that you present completely transcoded file? Thanks |
|
There was really problem with the length when Device profile -> Options -> Tagging -> [x] Copy artwork to file tags was enabled. The size of the artworks was not included. |
|
Fixed in build 1644. |
|
Verified 1644 |