INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: MC18.exe /MCC 10000,0 equivalent in linux?  (Read 746 times)

zeltak

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 478
MC18.exe /MCC 10000,0 equivalent in linux?
« on: September 22, 2018, 06:42:08 am »

Hi all

im trying to figure out what im missing here

according to the wiki it says that to launch a custom global command one need to launch

MC18.exe /MCC 10000,0

now when i try on linux (arch linux here) something like this

Mediacenter24 /MCC 10000,0

it just launches another MC session

clearly im missing something :D any help would be highly appreciated :D

thx

Z


Logged

zeltak

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 478
Re: MC18.exe /MCC 10000,0 equivalent in linux?
« Reply #1 on: September 22, 2018, 07:30:10 am »

also to clarify

this

 mediacenter24 /Command play

also only brings up another MC instance instead of toggling play

best

Z
Logged

zeltak

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 478
Re: MC18.exe /MCC 10000,0 equivalent in linux?
« Reply #2 on: September 24, 2018, 02:38:51 am »

ok so over the weekend digging (i have a broken leg so im bored :)) i found out this works

wget http://localhost:52199/MCWS/v1/Control/MCC\?Command\=10000 -O /dev/null   

not sure its the best way forward so if other people know how to globally bind MC command let us know :D




Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: MC18.exe /MCC 10000,0 equivalent in linux?
« Reply #3 on: September 24, 2018, 11:28:40 am »

ok so over the weekend digging (i have a broken leg so im bored :)) i found out this works

wget http://localhost:52199/MCWS/v1/Control/MCC\?Command\=10000 -O /dev/null   

not sure its the best way forward so if other people know how to globally bind MC command let us know :D
That is the only way in linux currently. You can do it similarly using curl too.
Logged
Pages: [1]   Go Up