summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-05-13 22:46:23 +0200
committerMax Kellermann <max@musicpd.org>2019-05-13 22:46:23 +0200
commitf0d3227d7bbd291d2838f11aef72ca931bdabca8 (patch)
tree9eba62441edeef0c933675c72a24a4479344d51b /doc
parentfb07a7cecc1932beb711550b2fecce841af354cd (diff)
doc/protocol.rst: add references to audio_output_format
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst
index a9d757194..e67a60145 100644
--- a/doc/protocol.rst
+++ b/doc/protocol.rst
@@ -178,8 +178,9 @@ of:
file's time stamp with the given value (ISO 8601 or UNIX
time stamp).
-- ``(AudioFormat == 'SAMPLERATE:BITS:CHANNELS')``:
- compares the audio format with the given value.
+- ``(AudioFormat == 'SAMPLERATE:BITS:CHANNELS')``: compares the audio
+ format with the given value. See :ref:`audio_output_format` for a
+ detailed explanation.
- ``(AudioFormat =~ 'SAMPLERATE:BITS:CHANNELS')``:
matches the audio format with the given mask (i.e. one
@@ -423,7 +424,9 @@ Querying :program:`MPD`'s status
- ``xfade``: ``crossfade`` in seconds
- ``mixrampdb``: ``mixramp`` threshold in dB
- ``mixrampdelay``: ``mixrampdelay`` in seconds
- - ``audio``: The format emitted by the decoder plugin during playback, format: ``*samplerate:bits:channels*``. Check the user manual for a detailed explanation.
+ - ``audio``: The format emitted by the decoder plugin during
+ playback, format: ``samplerate:bits:channels``. See
+ :ref:`audio_output_format` for a detailed explanation.
- ``updating_db``: ``job id``
- ``error``: if there is an error, returns message here