INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: Tinnitus on October 19, 2003, 05:08:03 am

Title: I just wan't pause! (please)
Post by: Tinnitus on October 19, 2003, 05:08:03 am
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?
Title: Re:I just wan't pause! (please)
Post by: RemyJ on October 19, 2003, 12:57:15 pm
mjextman /MCC 10022,1 will always pause
mjextman /MCC 10022,0 will always resume from pause

no toggle.

Title: Re:I just wan't pause! (please)
Post by: Tinnitus on October 19, 2003, 10:25:21 pm
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.
Title: Re:I just wan't pause! (please)
Post by: RemyJ on October 20, 2003, 12:59:58 am
No problem.  Works via sendmessage from girder as well.
Title: Re:I just wan't pause! (please)
Post by: Tinnitus on October 20, 2003, 11:37:36 pm
Certainly does  ;D