Hi,
I want my script to be notified whenever there is a change to the main tracks window. I tried using the OnTrackListFilled event, but that doesn't handle all cases. For example, it doesn't get notified when the sort order changes or when an item is removed or dragged to a new position. Is there a way to handle these cases? If not, then is it possible to add this capability to the next release?
Detecting changes to main tracks window
Moderator: Gurus
Re: Detecting changes to main tracks window
I normally use OnChangedSelection but I don't know if this will cover everything that you're looking for.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Detecting changes to main tracks window
Thanks, but I don't think that covers what I want. I tried out OnNowPlayingModified, and that does exactly what I want, but only with the now playing list. If there was a similar OnTrackListModified event I would be a happy camper 
