INTERACT FORUM

More => Old Versions => JRiver Media Center 25 for Linux => Topic started by: audiobobo on November 17, 2019, 04:04:17 am

Title: Cli commands orTui frontend for MC25 Linux?
Post by: audiobobo on November 17, 2019, 04:04:17 am
Hi is there a way to control MC25 through the command line in linux?

or are there any plans to implement this?

the idea would be to control MC25 from the command line ...
Title: Re: Cli commands orTui frontend for MC25 Linux?
Post by: BryanC on November 17, 2019, 07:22:05 am
https://wiki.jriver.com/index.php/Web_Service_Interface

Personally I use curl w/ MCWS to manage my keyboard shortcuts.

Example:
Code: [Select]
curl -s -o /dev/null -u user:pass http://localhost:52199/MCWS/v1/Control/MCC?Command=10004
Title: Re: Cli commands orTui frontend for MC25 Linux?
Post by: audiobobo on November 19, 2019, 05:46:37 am
thanks, i saw this, might give it a go, it does seem quite involved (i'm noobish)