User Tools

Site Tools


reference:remote_control_commands

This is an old revision of the document!


Remote Control Commands

General Notes

If cannot be found in the respective dropdown menues, all remote commands can be typed in manually. For scripting purposes any arbitrary command can also be typed in. In scripts, use ExecuteCommand('<command>'); to employ command.

Two or more commands can be joined using a semicolon in between and thus are executed sequentially: COMMAND1; COMMAND2; COMMAND3 and so forth.

Note that some commands do not work with previous versions of mAirList.

Playlist

All commands for the playlist have the form PLAYLIST x <command> or AUTOMATION x <command>, where x is the number of the playlist, starting with 1 (the first and often only playlist).

Cursor and item commands:

  • PLAYLIST 1 CURSOR UP - Move the cursor up.
  • PLAYLIST 1 CURSOR DOWN - Move the cursor down.
  • PLAYLIST 1 CURSOR CURRENT - Scrolls to currently playing item.
  • PLAYLIST 1 MOVE UP - Move the currently selected item up once space in the playlist.
  • PLAYLIST 1 MOVE DOWN - Move the currently selected item down once space in the playlist.
  • PLAYLIST 1 MOVE NEXT - Move the currently selected item to the next playable position.
  • PLAYLIST 1 DELETE - Delete the currently selected item.
  • PLAYLIST 1 EDIT - Open the Properties dialog for the currently selected item.
  • PLAYLIST 1 EXTRAPFL ON - Open the Cue Editor in the Properties dialog and start PFL playback (formerly called “Extra PFL”).
  • PLAYLIST 1 EXTRAPFL OFF - Close Cue Editor.
  • PLAYLIST 1 EXTRAPFL ON/OFF - Toggle Cue Editor.
  • PLAYLIST 1 HOOKSTOCARTWALL - Extract hooks from the playlist to the next free cart player(s).
  • PLAYLIST 1 MARKASPLAYED - Mark the currently selected item as played.
  • PLAYLIST 1 MIXEDITOR SELECTION - Load the selected items into the Mix-Editor.
  • PLAYLIST 1 MIXEDITOR PREVIOUS -
  • PLAYLIST 1 MIXEDITOR NEXT -
  • PLAYLIST 1 RECYCLE - Mark the currently selected item as unplayed.
  • PLAYLIST 1 RECYCLE ALL - Mark all items as unplayed.
  • PLAYLIST 1 RECYCLEFROMHERE - Mark all items below and including the currently selected one as unplayed.
  • PLAYLIST 1 SKIPTOHERE - Mark all items above the currently selected item as skipped.
  • PLAYLIST 1 SWAP x y - Swap the items of (loaded) players x and y.

Operations on the playlist:

  • PLAYLIST 1 LOAD <Filename> - Load a playlist file.
  • PLAYLIST 1 INSERT <Filename> - Insert a playlist file after the current item.
  • PLAYLIST 1 APPEND <Filename> - Append a playlist file.
  • PLAYLIST 1 SAVE <Filename> - Save to playlist file.
  • PLAYLIST 1 INSERTFILE <Filename> - Insert an audiofile after the current item.
  • PLAYLIST 1 ADDID <Database ID> - Add a database item with the respective Database ID to the end of playlist.
  • PLAYLIST 1 INSERTID <Database ID> - Insert a database item with the respective Database ID after the current item.
  • PLAYLIST 1 CLEAR - Clear the playlist.
  • PLAYLIST 1 CHECK - Run an Error Check on the playlist, report result to System Log.
  • PLAYLIST 1 LINK - Link the selected item to the next one.
  • PLAYLIST 1 UNLINK - Unlink the selected item.
  • PLAYLIST 1 LINK/UNLINK - Toggle between … LINK and … UNLINK.
  • PLAYLIST 1 MIXEDITOR SELECTION - Open the Mix Editor for the current selection.
  • PLAYLIST 1 MIXEDITOR PREVIOUS - Open the Mix Editor for the currently selected and the previous item.
  • PLAYLIST 1 MIXEDITOR NEXT - Open the Mix Editor for the currently selected and the subsequent item.
  • PLAYLIST 1 NEXT - Execute the NEXT function for ASSIST mode.
  • PLAYLIST 1 EVENTS - Open the Event Scheduler dialog.

Commands that enable / disable / toggle options:

  • PLAYLIST 1 OPTION <Name> ON - Enable a configuration option.
  • PLAYLIST 1 OPTION <Name> OFF - Disable a configuration option.
  • PLAYLIST 1 OPTION <Name> ON/OFF - Toggle a configuration option.

… where <Name> can be:

Work in progress!

  • PLAYLIST 1 GUIOPTION <Name> ON - Enable a GUI option.
  • PLAYLIST 1 GUIOPTION <Name> OFF - Disable a GUI option.
  • PLAYLIST 1 GUIOPTION <Name> ON/OFF - Toggle a GUI option.
  • … where <Name> can be: Work in progress!
    • AlbumArt - Show or hide album art.
    • AlwaysExpandContainers - Do or do not expand containers always.
    • AlwaysShowDuration - Always show or hide duration.
    • AlwaysShowRamp - Always show or hide ramp.
    • AutoRecycle - Do or do not recycle items automatically.
    • Backtiming - Enable or disable backtiming.
    • BreakDuration - Show or hide break duration in automation.
    • ColorRibbon - Show or hide color ribbon.
    • ColumnHeaders - Show or hide column headers.
    • CommentButtons - Show or hide comment buttons
    • EOFWarningOverlay - Show or hide EOF warning overlay.
    • EscapeAutomationBreak - Enable or disable Esc key for automation break.
    • EscapeAutomationStop - Enable or disable Esc key for automation stop.
    • ExpandComments - Expand or collapse comments.
    • ExpandCotnainers - Expand or collapse containers.
    • Extended - Enable or disable extended item display.
    • FixedItemColors - Enable or disable fixed item colours.
    • IconClickPFL - Enable or disable ExtraPFL by clicking on icon.
    • Icons - Show or hide playlist icons.
    • ItemColorRibbons - Show element colours as colour ribbon.
    • ItemColorsRow - Show element colours as background colours.
    • NearestRamp - Show or hide nearest ramp only.
    • PlayerColors - Use or do not use player colours.
  • PLAYLIST 1 PROGRESSBAR <Name> ON - Enable a progress bar option.
  • PLAYLIST 1 PROGRESSBAR <Name> OFF - Disable a progress bar option.
  • PLAYLIST 1 PROGRESSBAR <Name> ON/OFF - Toggle a progress bar option.

… where <Name> can be:

Work in progress!

Commands that control the automation:

  • AUTOMATION 1 ON - Enable automation.
  • AUTOMATION 1 OFF - Disable automation
  • AUTOMATION 1 ON/OFF - Toggle automation.
  • AUTOMATION 1 PLAY - Start automation playback.
  • AUTOMATION 1 STOP - Stop automation playback immediately (fade out current song).
  • AUTOMATION 1 BREAK - Stop automation after current song.
  • AUTOMATION 1 NEXT - Skip to next song.
  • AUTOMATION 1 FORCENEXT - Skip to next song, even if it is marked as skipped by backtiming.

Player

Work in progress!

General commands:

  • ALL PLAYERS START - Start all players at the same time.
  • ALL PLAYERS STOP - Stop all players at the same time.

All commands for the players have the form PLAYER x-y <command>, where x is the number of the referring playlist, starting with 1 (the first and often only playlist) and y the number of the player of this playlist. So PLAYER 1-2 is the second player of the first playlist, PLAYER 2-1 the first player of the second playlist and so on.

Player commands:

  • PLAYER 1-1 CLOSE - Close (unload) player.
  • PLAYER 1-1 EXTRAPFL OFF - Stop PFL playback and close Cue Editor.
  • PLAYER 1-1 EXTRAPFL ON - Start PFL playback and open Cue Editor.
  • PLAYER 1-1 EXTRAPFL ON/OFF - Toggle between … EXTRAPFL ON and … EXTRAPFL OFF.
  • PLAYER 1-1 FADEOUT - Fade out and stop player.
  • PLAYER 1-1 LOAD - Load player with item highlighted in playlist.
  • PLAYER 1-1 PAUSE - Pause playback on player (i. e. halt playback without unloading player and marking item as skipped).
  • PLAYER 1-1 PAUSE/PAUSE/STOP - Pause player if playing, do nothing if already paused, else stop.
  • PLAYER 1-1 PAUSE/STOP - Halt playback if no other player is playing, otherwise stop playback.
  • PLAYER 1-1 PFL OFF - Stop PFL playback.
  • PLAYER 1-1 PFL ON - Start PFL playback.
  • PLAYER 1-1 PFL ON/OFF - Toggle between … PFL ON and … PFL OFF.
  • PLAYER 1-1 RESET - Set playback position of a paused item to zero.
  • PLAYER 1-1 START - Start/resume playback on player.
  • PLAYER 1-1 START/FADEOUT - Toggle between … START and … FADEOUT.
  • PLAYER 1-1 START/PAUSE - Toggle between … START and … PAUSE.
  • PLAYER 1-1 START/PAUSE/STOP - Toggle between … START and … PAUSE/STOP.
  • PLAYER 1-1 START/STOP - Toggle between … START and … STOP.
  • PLAYER 1-1 STOP - Stop playback on player (i. e. halt playback, unload player and mark item as played).
  • PLAYER 1-1 VOLUME <Value> - Change playback level by <Value> (in dB). Positive values increase, negative values decrease level.

Commands that enable/disable/toggle player options:

  • PLAYER 1-1 OPTION <Name> ON - Enable a player option
  • PLAYER 1-1 OPTION <Name> OFF - Disable a player option
  • PLAYER 1-1 OPTION <Name> ON/OFF - Toggle a player option

… where <Name> can be:

  • AutoFadeOut -
  • AutoLoad -
  • AutoLoadOnDemand -
  • AutoLoadSingle -
  • AutoPFLOff -
  • AutoReleasePause -
  • AutoStopOnEOF -
  • AutoStopPFL -
  • AutoUnloadEOF -
  • AutoUnloadError -
  • AutoUnloadSTOP -
  • HistoryOnCloseLoaded -
  • HistoryOnClose -
  • IndependentPFLEndMon -
  • IndependentPFL -
  • Logging -
  • LoopAudio -
  • PFLOutputPlayback -
  • OPTION ResetLoop -
  • UseInAutomation -

Commands that enable/disable/toggle player GUI options:

  • PLAYER 1-1 GUIOPTION <Name> ON - Enable a player GUI option.
  • PLAYER 1-1 GUIOPTION <Name> OFF - Disable a player GUI option.
  • PLAYER 1-1 GUIOPTION <Name> ON/OFF - Toggle a player GUI option.

… where <Name> can be:

  • CueEditor -
  • CueMode -
  • Dragging -
  • FlashEOFWarning -
  • ItemColor -
  • NearestRamp -
  • PFLSaveButtons -
  • ShowRamp -
  • ShowRampWhenIdle -
  • SwapArtistTitle -
  • TransparentButtons -
  • TruncateTime -
  • VolumeSlider -

Commands that enable/disable/toggle player progress bar options:

  • PLAYER 1-1 PROGRESSBAR <Name> ON - Enable a player progress bar option.
  • PLAYER 1-1 PROGRESSBAR <Name> OFF - Disable a player progress bar option.
  • PLAYER 1-1 PROGRESSBAR <Name> ON/OFF - Toggle a player progress bar option.

… where <Name> can be:

  • Enabled -
  • Nearest Ramp -
  • Ramp -
  • Split -

Cartwall

Work in progress!

General commands:

  • CARTWALL ALL CLICK -
  • CARTWALL ALL CLOSE -
  • CARTWALL ALL DESELECT - Deselect all cart players.
  • CARTWALL ALL FADEOUT - Fade all cart players out.
  • CARTWALL ALL PAUSE - Halt playback on all cart players.
  • CARTWALL ALL PAUSE/STOP -
  • CARTWALL ALL RESET - Set playback positions on all cart players to zero.
  • CARTWALL ALL SELECT - Select all cart players.
  • CARTWALL ALL SELECT/DESELECT - Toggle between … SELECT and … DESELECT.
  • CARTWALL ALL START - Start/resume playback on all cart players.
  • CARTWALL ALL START/FADEOUT - Toggle between … START and … FADEOUT.
  • CARTWALL ALL START/PAUSE - Toggle between … START and … PAUSE.
  • CARTWALL ALL START/PAUSE/STOP -
  • CARTWALL ALL START/STOP - Toggle between … START and … STOP.
  • CARTWALL ALL STOP - Stop playback on, reset and deselect all cart players.
  • CARTWALL FADEOUT ALL - Fade all cart players out.
  • CARTWALL HIDE - Close cartwall window.
  • CARTWALL LOAD <filename> -
  • CARTWALL LOAD PAGE <filename> -
  • CARTWALL LOAD PRESET <filename> -
  • CARTWALL MODE OFF AIR -
  • CARTWALL MODE OFF AIR IF ON AIR -
  • CARTWALL MODE OFF AIR IF PFL -
  • CARTWALL MODE ON AIR -
  • CARTWALL MODE ON AIR IF OFF AIR -
  • CARTWALL MODE ON AIR IF PFL -
  • CARTWALL MODE PFL IF OFF AIR -
  • CARTWALL NEXT -
  • CARTWALL NEXT PAGE - Show next cartwall page.
  • CARTWALL PREVIOUS PAGE - Show previous cartwall page.
  • CARTWALL SELECTED CLICK -
  • CARTWALL SELECTED CLOSE -
  • CARTWALL SELECTED DESELECT - Deselect selected cart player(s).
  • CARTWALL SELECTED FADEOUT - Fade selected cart player(s) out.
  • CARTWALL SELECTED PAUSE - Halt playback on selected cart player(s).
  • CARTWALL SELECTED PAUSE/STOP -
  • CARTWALL SELECTED RESET - Set playback position on selected cart player(s) to zero.
  • CARTWALL SELECTED SELECT/DESELECT - Toggle between … SELECT and … DESELECT.
  • CARTWALL SELECTED START - Start playback on selected cart player(s).
  • CARTWALL SELECTED START/FADEOUT - Toggle between … START and … FADEOUT.
  • CARTWALL SELECTED START/PAUSE - Toggle between … START and … PAUSE.
  • CARTWALL SELECTED START/PAUSE/STOP -
  • CARTWALL SELECTED START/STOP - Toggle between … START and … STOP.
  • CARTWALL SELECTED STOP - Stop playback on, reset and deselect selected cart player(s).
  • CARTWALL SELECTED EXTRAPFL OFF - Close Cue Editor for selected cart player(s).
  • CARTWALL SELECTED EXTRAPFL ON - Open Cue Editor for selected cart player(s).
  • CARTWALL SELECTED EXTRAPFL ON/OFF - Toggle between … ON and … OFF.
  • CARTWALL SHOW - Open cartwall window.
  • CARTWALL SHOW/HIDE - Toggle between … SHOW and … HIDE.
  • CARTWALL STOP ALL - Stop playback on, reset and deselect all cart players.

Cartwall commands:

The following commands for the cartwall have the form CARTWALL x <command>, where x is the number of the cart player, starting with 1.

  • CARTWALL 1 CLICK -
  • CARTWALL 1 CLOSE -
  • CARTWALL 1 DESELECT - Deselect cart player 1.
  • CARTWALL 1 EXTRAPFL OFF - Close Cue Editor for cart player 1.
  • CARTWALL 1 EXTRAPFL ON - Open Cue Editor for cart player 1.
  • CARTWALL 1 EXTRAPFL ON/OFF - Toggle between … ON and … OFF.
  • CARTWALL 1 FADEOUT - Fade cart player 1 out.
  • CARTWALL 1 PAUSE - Halt playback on cart player 1.
  • CARTWALL 1 PAUSE/STOP -
  • CARTWALL 1 RESET - Set playback position on cart player 1 to zero.
  • CARTWALL 1 SELECT - Select cart player 1.
  • CARTWALL 1 SELECT/DESELECT - Toggle between … SELECT and … DESELECT.
  • CARTWALL 1 START - Start/resume playback on cart player 1.
  • CARTWALL 1 START/FADEOUT - Toggle between … START and … FADEOUT.
  • CARTWALL 1 START/PAUSE - Toggle between … START and … PAUSE.
  • CARTWALL 1 START/PAUSE/STOP -
  • CARTWALL 1 START/STOP - Toggle between … START and … STOP.
  • CARTWALL 1 STOP - Stop playback on, reset and deselect cart player 1.
  • CARTWALL 1 VOLUME <Value> - Change playback level of cart player 1 by <Value> (in dB). Positive values increase, negative values decrease level.

PFL

For deploying the Cue-Editor, use

  • PLAYER x-y EXTRAPFL ON,
  • PLAYLIST x EXTRAPFL ON,
  • CARTWALL x EXTRAPFL ON,
  • CARTWALL SELECTED EXTRAPFL ON

or similar.

General options:

  • PFL 0 - Start PFL playback from the beginning of file (or Cue-In respectively).
  • PFL END MON - Start PFL playback from 10 seconds before EOF (or Cue-out respectively).
  • PFL PAUSE - Halt PFL playback.
  • PFL PLAY - Start PFL playback from the current cursor position.
  • PFL PLAY/PAUSE - Toggle between PFL PLAY and PFL PAUSE.
  • PFL JUMP <Value> - Move PFL playback position forward (i. e. towards EOF) for <Value> milliseconds. Negative values move backwards (i. e. towards 0:00).

Commands for handling markers:

  • PFL <Name> DELETE - Delete marker.
  • PFL <Name> MINUS - Move marker backwards (i. e. towards 0:00) for 10 milliseconds.
  • PFL <Name> PLUS - Move marker forward (i. e. towards EOF) for 10 milliseconds.
  • PFL <Name> SET - Set marker at current cursor position.
  • PFL <Name> TEST - Start PFL playback from the respective marker set.

… where <Name> can be:

  • ANCHOR - Marker for setting fixed time reference point.
  • CUEIN - Marker for setting beginning of playback.
  • CUEOUT - Marker for setting end of playback.
  • FADEEND - Marker for setting end of Fade-out (used together with FADEOUT).
  • FADEIN - Marker for setting end of Fade-in (Fade beginning at 0:00 or Cue-in mark respectively).
  • FADEOUT - Marker for setting beginning of Fade-out (standard length as set in player options if no FADEEND exists).
  • HOOKFADE - Marker for setting hook section fade.
  • HOOKIN - Marker for setting the beginning of hook section.
  • HOOKOUT - Marker for setting the end of hook section.
  • LOOPIN - Marker for beginning of loop playback.
  • LOOPOUT - Marker for setting return point of loop playback.
  • OUTRO - Marker for indicating Outro.
  • RAMP1 - Marker for indicating Ramp/Intro #1.
  • RAMP2 - Marker for indicating Ramp/Intro #2.
  • RAMP3 - Marker for indicating Ramp/Intro #3.
  • STARTNEXT - Marker for triggering start of next item in AUTO-mode.

Other

Work in progress!

Browser

  • BROWSER CURSOR DOWN - Move cursor in browser window down.
  • BROWSER CURSOR LEFT - Move cursor in browser window left.
  • BROWSER CURSOR RIGHT - Move cursor in browser window right.
  • BROWSER CURSOR UP - Move cursor in browser window up.
  • BROWSER DESELECT -
  • BROWSER FOCUS -
  • BROWSER HIDE - Close browser window.
  • BROWSER INSERT -
  • BROWSER INSERT BOTTOM -
  • BROWSER INSERT CURSOR -
  • BROWSER INSERT NEXT -
  • BROWSER INSERT TOP -
  • BROWSER NEXT - Copy selected item into playlist to the next playable position.
  • BROWSER PREVIOUS -
  • BROWSER RELOAD -
  • BROWSER SELECT -
  • BROWSER SHOW - Open browser window.
  • BROWSER SHOW/HIDE - Toggle between … SHOW and … HIDE.
  • BROWSER TOGGLE SELECT - Toggle between … SELECT and … DESELECT.

Cue Editor

  • CUEEDITOR ZOOM IN - Zoom into the waveform within Cue-Editor.
  • CUEEDITOR ZOOM OUT - Zoom out of the waveform within Cue-Editor.
  • CUEEDITOR ZOOM OUT FULL - View entire audio within Cue-Editor.

Encoder

  • ENCODER CONNECT -
  • ENCODER CONNECT/DISCONNECT -
  • ENCODER DISCONNECT -
  • ENCODER LOCALOUTPUT OFF -
  • ENCODER LOCALOUTPUT ON -
  • ENCODER LOCALOUTPUT ON/OFF -

Commands that enable/disable/toggle Encoder inputs:

  • ENCODER INPUT <Name> ON - Enable an Encoder input.
  • ENCODER INPUT <Name> OFF - Disable an Encoder input.
  • ENCODER INPUT <Name> ON/OFF - Toggle an Encoder input.

… where <Name> can be (as referred to the Encoder Block Diagram):

  • AUX - Auxiliary Input,
  • HIGHPRIORITY - High Priority Player Output,
  • LINE - Line Input,
  • MIC - Microphone Input,
  • PLAYER - Player 1 Output,
  • SECONDARY - Player 2 Output,
  • PLAYER3 - Player 3 Output,
  • PLAYER4 - Player 4 Output,

as set in encoder audio configuration.

Commands that select a special Encoder connection:

  • ENCODER CONNECTION <Number> ON - Connect the Encoder selected by <Number>.
  • ENCODER CONNECTION <Number> OFF - Disconnect the Encoder selected by <Number>.
  • ENCODER CONNECTION <Number> ON/OFF - Toggle Encoder connection selected by <Number>.

… where <Number> of first connection has index 1.

Extra PFL

  • EXTRAPFL CLOSE - Stop PFL playback and close Cue Editor.
  • EXTRAPFL SAVE - Save changes in Cue Editor to current playlist and close Cue Editor.
  • EXTRAPFL SAVE DATABASE - Save changes in Cue Editor to database.
  • EXTRAPFL SAVE MMD - Save changes in Cue Editor to MMD-file.
  • EXTRAPFL SAVE TAG - Save changes in Cue Editor to native ID3-Tag.

Mix Editor

  • MIXEDITOR CANCEL -
  • MIXEDITOR CLOSE -
  • MIXEDITOR NEXT -
  • MIXEDITOR PAUSE -
  • MIXEDITOR PLAY -
  • MIXEDITOR PREVIOUS -
  • MIXEDITOR REDO -
  • MIXEDITOR UNDO -
  • MIXEDITOR ZOOM IN -
  • MIXEDITOR ZOOM OUT -
  • MIXEDITOR ZOOM OUT FULL -

Matrix Mixer

Work in progress!

  • MATRIXMIXER LOAD <filename> - Load settings into the Matrix Mixer …

… where <filename> is the .txt file saved from the GUI.

On Air

  • OFF AIR - Leave On Air Mode.
  • ON/OFF AIR - Toggle ON AIR and OFF AIR.
  • ON AIR - Incorporate On Air Mode.

Voice track

  • VT CANCEL - Leave Voicetrack Editor (without saving).
  • VT EDIT -
  • VT OPEN - Open Voicetrack Editor.
  • VT RECORD CANCEL - Discard previously recorded voicetrack.
  • VT RECORD START - Begin recording voicetrack.
  • VT RECORD STOP - End recording voicetrack.
  • VT SAVE - Save voicetrack.

Commands for a specific VT player:

  • VT PLAYER <Name> FADEOUT - Fade player out.
  • VT PLAYER <Name> START - Start Player.
  • VT PLAYER <Name> STOP - Stop Player.
  • VT PLAYER <Name> VOLUME -

… where <Name> is either A or B.

Further commands:

  • NOVT can be used to mark commands only enabled if voicetracking is not active, e. g.: NOVT PLAYER 1-1 START; VT PLAYER A START makes some start button or -hotkey usable for both voicetracking and normal playout.

Aircheck Recorder

Each Aircheck recorder needs a unique <Remote ID>, to be set in the Advanced-Tab of the respective screen object. Default is AIRCHECK.

  • <Remote ID> OPEN - Arm the Aircheck Recorder to record into the file specified in the screen object's settings. Timestamp variables like %Y, %M, %D, etc. may be used (recommended).
  • <Remote ID> OPEN <filename> Same as above with <filename> overriding the preset path and filename.
  • <Remote ID> ON - Start recording.
  • <Remote ID> OFF - Pause recording into the same file.
  • <Remote ID> CLOSE - Stop recording into the file and close (i. e. save) it.

Talk Timer

  • TALKTIMER RESET - Set the talk timer to 0:00.
  • TALKTIMER START - Start the talk timer.
  • TALKTIMER START/STOP - Toggle between … START and … STOP.
  • TALKTIMER STOP - Stop the talk timer.

System

  • SLEEP <Value> - Can be used in connected commands (“chains”) to have a pause of <Value> (in milliseconds) between two or more commands.
  • RUNSCRIPT '<Path>' - Runs a script located at <Path> (with <Path> = C:\Path\to\Script.mls or the like).
reference/remote_control_commands.1613558713.txt.gz · Last modified: 2021/02/17 10:45 by tondose

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki