Hello
Do you know of a way I can run a script when I begin/end a sync or when a single file is being copied to the device?
Thanks!
Run a script when synchronizing
Re: Run a script when synchronizing
Hey,
I also had the same thought and created a topic in the wishlist forum.
http://mediamonkey.com/forum/viewtopic.php?f=4&p=168992
Would be great if someone has an idea.
Christoph
I also had the same thought and created a topic in the wishlist forum.
http://mediamonkey.com/forum/viewtopic.php?f=4&p=168992
Would be great if someone has an idea.

Christoph
Re: Run a script when synchronizing
I tried registering to the "OnTrackConverted" event, assuming all tracks are being converted while sync-ing.
Sadly it didn't seem to raise the event this way, only when I manually converted tracks.
Sadly it didn't seem to raise the event this way, only when I manually converted tracks.
Re: Run a script when synchronizing
OnTrackProperties works if you wan't to get songs on the pc which have been changed while synching. Example: When synching my ipod and I playde a song on it before, then MM updates the playcounter on the pc when synching which starts 'OnTrackProperties'. IThis isn't exaclty what you looked for but maybe it helps?
But be aware that OnTrackProperties also triggers all other changes in songs.
But be aware that OnTrackProperties also triggers all other changes in songs.

Scripts in use: Genre Finder / Last.fm DJ / Magic Nodes / AutoRateAccurate / Last.FM Node
Skins in use: ZuneSkin SP / Eclipse SP
AutoRateAccurate 3.0.0 (New) - Rates all your songs in less than 5 seconds!
About me: icoaching - internet | marketing | design
Re: Run a script when synchronizing
Not sure I understand what you mean...