INTERACT FORUM

Please login or register.

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

Author Topic: Cli commands orTui frontend for MC25 Linux?  (Read 1663 times)

audiobobo

  • Member
  • *
  • Posts: 3
Cli commands orTui frontend for MC25 Linux?
« 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 ...
Logged

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2554
Re: Cli commands orTui frontend for MC25 Linux?
« Reply #1 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
Logged

audiobobo

  • Member
  • *
  • Posts: 3
Re: Cli commands orTui frontend for MC25 Linux?
« Reply #2 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)
Logged
Pages: [1]   Go Up