Problem with tracking events of Copy to Device

This forum is for questions / discussions regarding development of addons / tweaks for MediaMonkey for Windows 4.

Moderators: Gurus, Addon Administrators

cholv
Posts: 6
Joined: Fri Jul 16, 2010 7:59 am
Contact:

Problem with tracking events of Copy to Device

Post by cholv »

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.