View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008040 | MMW v4 | Conversion/Leveling | public | 2011-06-28 18:20 | 2011-07-14 16:08 |
Reporter | jiri | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | 7 | OS Version | - |
Product Version | 4.0 | ||||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0008040: Send to device: Auto-converted tracks are only deleted after whole copy process finishes | ||||
Description | As reported in http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=12362 , we really don't delete auto-converted files asap, but only after the whole copy process is finished. | ||||
Tags | No tags attached. | ||||
Fixed in build | 1399 | ||||
|
I think that we could do something like: ConvItem := BConv.NextFinished; try ... finally if ConvItem<>nil then begin ConvItem.DeleteTempFile; ConvItem := nil; end; end; |
|
Note that we delete them immediatelly in case of "Auto-Sync", but not in case of "Send to device" (edited the description and summary) Fixed in build 1399. |
|
Verified on 1400 with Send To > Device (Synchronize), Send To > Convert > Device and Auto-Sync. Minor detail is that a cached files is removed when a new one is created and not when MediaMonkey is finished with the cached track. This is observable when only some tracks require conversion. |
|
No, the temp track is deleted immediatelly once it is fully uploaded to device and all metadata are updated. It might happen that several temp tracks are waiting for copying in case the copy process is slower than the convertion process, because these tasks are parallel. |
|
Verified on 1407. |