MAIRLIST® REST CLIENT



This program ist intended to control mAirList® via its REST interface.

All that is required is the REST Port and IP-address of the mAirList® machine. Within the mAirList config panel, "allow anonymous access" has to be specified.

The interface works in commandline mode but can also be used in a shortcut (.lnk)
Note that the mAirList® commands shall always be wrapped into quotes.

Examples:
C:\Path_to_EXE\ML_RESTClient.exe "PLAYER 1-2 START"

When called from Command Line:
C:\Path_to_EXE\ML_RESTClient.exe "PLAYER 1-2 VOLUME 100%"

When called from a Batchfile:
C:\Path_to_EXE\ML_RESTClient.exe "PLAYER 1-2 VOLUME 100%%"

Drive:\ML_RESTClient\ML_RESTClient.exe "PLAYER 1-2 STOP"

Some examples of commands:

PLAYER 1-2 START
PLAYER 1-2 FADEOUT
ON/OFF AIR
CARTWALL 3 STOP

AUTOMATION 1 ON
AUTOMATION 1 PLAY

AUTOMATION 1 STOP
AUTOMATION 1 OFF
...

mAirList® REST Client