Page 1 of 1

Serial port plugin

Posted: Sun Mar 16, 2014 12:01 pm
by pushpull
I have just started playing around with EventGhost. I installed the serial port modem and set it to the com port that my modem is on. When the phone rings EventGhost detects the ring and I can get it to pause Mediamonkey. The only problem is that the next ring event will unpause MM and continue to toggle on and off with each ring. Is there a way to halt the event action after the first ring is detected?

Re: Serial port plugin

Posted: Sun Mar 16, 2014 12:17 pm
by Pako
It would be possible to use the action MediaMonkey.GetStatus and according to the results continue (or stop) the execution of macros.
However, the solution is much simpler: use MediaMonkey.DiscretePause action.

Pako

Re: Serial port plugin

Posted: Mon Mar 17, 2014 1:03 am
by pushpull
Thanks Pako. Works just fine. I misspoke though, I meant to say winamp but I really wanted this for MM anyhow. I had to update MM to get the MM plugin to work. Thanks again.