User`s guide

Playlists 37
Char Meaning
AND
All commands AND’ed together will be implemented at the same time.
Without the AND operator, a command will not be executed until the
previous command is completed. The playlist will go no further until all
commands in this set have been completed. See Examples
AFTER[dd:hh:mm:ss]
Make the following command wait the time defined in the brackets before
executing. See Examples
WAIT
Insert this to make the playlist wait on the current set until it has received
another play command.
CHANNEL[x]
Specify the channel that the following command should be sent to. This
will cause the number [x] to be inserted into the channel position of the
command. Without this operator, the channel number that this playlist is
searched to will be inserted. See Examples
<
Repeat entire Playlist. The only way to stop the Playlist from looping is to
use the Stop command, or to start another file. Anything in the Playlist
after the ‘<’ character is ignored.
;
Comment - everything after the semicolon on that line is ignored
Delimiters
Commands (,), white space (spaces and tabs), carriage returns (and line
feeds) separate commands.