Search found 4 matches

by technofool
Thu Jul 28, 2016 7:17 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: Events fired by Now Playing??
Replies: 5
Views: 6150

Re: Events fired by Now Playing??

OK I have my script working now and I have over 500 songs tagged with Genre = Workout. I would like to add a feature where OnSongChange the TracksWindow (showing Genre = Workout) is synchronized with the Now Playing Artist from the Now Playing window. This will let me see if I already have that song...
by technofool
Sun Jul 03, 2016 8:55 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: Events fired by Now Playing??
Replies: 5
Views: 6150

Re: Events fired by Now Playing??

Thank you, no wonder I was struggling. If you can't tick and untick a checkbox without firing the event I will never find the solution, I will implement your global flag solution, makes sense to me.
by technofool
Fri Jul 01, 2016 2:33 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: Events fired by Now Playing??
Replies: 5
Views: 6150

Re: Events fired by Now Playing??

Thank you mcow, that is exactly the info I was struggling to find. OnPlay is not clear that it fires every time a song starts and not just at 'play button' press. (I live and learn :-) What do you think of my method to get my favorite tracks onto my phone for exercise sessions or overriding the insi...
by technofool
Sun Jun 26, 2016 7:16 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Events fired by Now Playing??
Replies: 5
Views: 6150

Events fired by Now Playing??

I'm trying to VBscript a panel that lists all Genres of the currently playing song. When the next song starts I want to update the list of Genres in the panel for the song that has just started. What trigger event should I use in VBScript? Where can I see a list of events generated by MM? I'm using ...