View Issue Details

IDProjectCategoryView StatusLast Update
0008040MMW v4Conversion/Levelingpublic2011-07-14 16:08
Reporterjiri Assigned To 
PriorityurgentSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
PlatformWindowsOS7OS Version-
Product Version4.0 
Target Version4.0Fixed in Version4.0 
Summary0008040: Send to device: Auto-converted tracks are only deleted after whole copy process finishes
DescriptionAs 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.
TagsNo tags attached.
Fixed in build1399

Activities

jiri

2011-06-28 18:21

administrator   ~0026425

I think that we could do something like:

ConvItem := BConv.NextFinished;
try
 ...
finally
  if ConvItem<>nil then
  begin
    ConvItem.DeleteTempFile;
    ConvItem := nil;
  end;
end;

Ludek

2011-06-29 09:27

developer   ~0026443

Last edited: 2011-06-29 09:29

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.

lowlander

2011-07-05 21:23

developer   ~0026557

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.

Ludek

2011-07-06 15:10

developer   ~0026578

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.

lowlander

2011-07-14 16:08

developer   ~0026806

Verified on 1407.