INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: Tinnitus on October 19, 2003, 05:08:03 am
-
- I need to pause MC via Girder.
- I don't wan't a play/pause command toggle, just pause
I have girder set up so that it pauses MC when it's not the foreground application.
This way whenever i activate myHTPC or Zoomplayer MC is paused automatically.
I used to do this via the sendmessage plugin (command copied from the gml file included with MC) but for some reason the pause command nolonger works?.
Is there another way to do this?
I allready tried mjextman /command pause. The problem is it works exactly like play/pause and i don't need a play/pause toggle just pause.
I also tried mjextman /MCC 10022, 0 (Supposedly the MCCommand for pausing MC) I don't think I'm using this correctly though.
There is a command option: [BOOL bPause] that I don't know how to use?
-
mjextman /MCC 10022,1 will always pause
mjextman /MCC 10022,0 will always resume from pause
no toggle.
-
Of course!
The MCC option [BOOL bPause] means that it's boolean, silly that i didn't figure that out :-[
Thanks Remy - you saved my day.
-
No problem. Works via sendmessage from girder as well.
-
Certainly does ;D