INTERACT FORUM

More => Old Versions => JRiver Media Center 24 for Linux => Topic started by: zeltak on September 22, 2018, 06:42:08 am

Title: MC18.exe /MCC 10000,0 equivalent in linux?
Post by: zeltak 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


Title: Re: MC18.exe /MCC 10000,0 equivalent in linux?
Post by: zeltak 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
Title: Re: MC18.exe /MCC 10000,0 equivalent in linux?
Post by: zeltak 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




Title: Re: MC18.exe /MCC 10000,0 equivalent in linux?
Post by: bob 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.