mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-07 07:32:34 +02:00
Merge branch 'dklann-master'
This commit is contained in:
commit
42d1f75bb5
@ -17961,3 +17961,6 @@
|
|||||||
audio store mounts.
|
audio store mounts.
|
||||||
2018-11-02 Patrick Linstruth <patrick@deltecent.com>
|
2018-11-02 Patrick Linstruth <patrick@deltecent.com>
|
||||||
* Fixed regression with pie widget in rdairplay(1).
|
* Fixed regression with pie widget in rdairplay(1).
|
||||||
|
2018-11-02 David Klann <dklann@linux.com>
|
||||||
|
* Added a 'Log Machines' section to the 'Rivendell Macro Language'
|
||||||
|
chapter of the Operations Guide.
|
||||||
|
@ -169,6 +169,35 @@
|
|||||||
</para>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
<sect1 xml:id="sect.rml.log_machines">
|
||||||
|
<title>Log Machines</title>
|
||||||
|
<para>
|
||||||
|
Some commands (e.g., <command>MD</command>, <command>PL</command>,
|
||||||
|
and <command>PS</command>) require a <replaceable>log
|
||||||
|
machine</replaceable> argument. See
|
||||||
|
<xref linkend="sect.rdairplay.log_machines">Log Machines</xref> in
|
||||||
|
<xref linkend="chapter.rdairplay">RDAirPlay</xref> for a detailed
|
||||||
|
description of Log Machines.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
The <replaceable>log machine</replaceable> argument in the context
|
||||||
|
of Rivendell macros must be an integer ranging from Zero (0) to
|
||||||
|
Three (3). <replaceable>0</replaceable> represents
|
||||||
|
<emphasis>all</emphasis> log machines,
|
||||||
|
<replaceable>1</replaceable> represents the <computeroutput>Main
|
||||||
|
Log</computeroutput>, <replaceable>2</replaceable> represents
|
||||||
|
<computeroutput>Aux Log 1</computeroutput>, and
|
||||||
|
<replaceable>3</replaceable> represents <computeroutput>Aux Log
|
||||||
|
2</computeroutput>.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
For example, the macro <userinput>PL 1 0!</userinput> starts
|
||||||
|
playing at the first line (<replaceable>0</replaceable>) of the
|
||||||
|
<replaceable>Main Log</replaceable> (log machine
|
||||||
|
<replaceable>1</replaceable>).
|
||||||
|
</para>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
<sect1 xml:id="sect.rml.commands">
|
<sect1 xml:id="sect.rml.commands">
|
||||||
<title>Commands</title>
|
<title>Commands</title>
|
||||||
<sect2 xml:id="sect.rml.air_gate__ag_">
|
<sect2 xml:id="sect.rml.air_gate__ag_">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user