View Issue Details

IDProjectCategoryView StatusLast Update
0010977MMW v4Synchronizationpublic2013-06-21 22:54
ReporterLudek Assigned To 
PriorityimmediateSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Summary0010977: MMA doesn't download whole file when WiFi sync for transcoded files (when copy artwork to tag is enabled)
DescriptionAs 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
TagsNo tags attached.
Fixed in build1644

Relationships

related to 0010999 closedLudek WiFi sync omits '[x] Copy artwork to file tags' option 

Activities

marek

2013-06-17 15:51

developer   ~0036534

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

Ludek

2013-06-18 12:49

developer   ~0036543

Last edited: 2013-06-18 13:03

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.

Ludek

2013-06-18 13:00

developer   ~0036544

Fixed in build 1644.

peke

2013-06-21 22:54

developer   ~0036610

Verified 1644