Problem with tracking events of Copy to Device

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Problem with tracking events of Copy to Device

Problem with tracking events of Copy to Device

by cholv » Thu Feb 04, 2016 5:37 am

I would like to after copy (Drag&Drop) a disk image (flac file) on device was copied cue sheet file.

There are two events: OnDeviceSyncStarted and OnDeviceSyncCompleted, which can be traced up.
But while copying a file, the event OnDeviceSyncStarted for another file does not occur. And I did not find any public event for it.
OnDeviceSyncCompleted is not present copy list. Therefore I must track begin of copy.
OnDeviceFileCopied also does not occur.

Any idea, how can I track a copy of the file on the device while copying another file?
Or how can I track the changes of list to sync?

Thanks.

Top