From a2dfda0bd292c94520101a0084ecb72f057b0076 Mon Sep 17 00:00:00 2001 From: David Klann Date: Sat, 27 Oct 2018 22:19:11 -0500 Subject: [PATCH] Add section "Log Machines" to Chapter 11, describing the "mach" argument to macros that deal with log machines. --- docs/opsguide/rml.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/opsguide/rml.xml b/docs/opsguide/rml.xml index ab8febd9..a6b9e270 100644 --- a/docs/opsguide/rml.xml +++ b/docs/opsguide/rml.xml @@ -169,6 +169,35 @@ + + Log Machines + + Some commands (e.g., MD, PL, + and PS) require a log + machine argument. See + Log Machines in + RDAirPlay for a detailed + description of Log Machines. + + + The log machine argument in the context + of Rivendell macros must be an integer ranging from Zero (0) to + Three (3). 0 represents + all log machines, + 1 represents the Main + Log, 2 represents + Aux Log 1, and + 3 represents Aux Log + 2. + + + For example, the macro PL 1 0! starts + playing at the first line (0) of the + Main Log (log machine + 1). + + + Commands