From 992488c6c6b69ffddbd679a42490b85e31341d6a Mon Sep 17 00:00:00 2001 From: naglis <827324+naglis@users.noreply.github.com> Date: Sat, 16 Sep 2023 00:12:50 +0300 Subject: [PATCH] doc/plugins.rst: document missing `httpd` settings --- doc/plugins.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/plugins.rst b/doc/plugins.rst index ff679fd42..454f85e99 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -1028,6 +1028,12 @@ It is highly recommended to configure a fixed format, because a stream cannot sw - Chooses an encoder plugin. A list of encoder plugins can be found in the encoder plugin reference :ref:`encoder_plugins`. * - **max_clients MC** - Sets a limit, number of concurrent clients. When set to 0 no limit will apply. + * - **genre GENRE** + - The genre of the stream. Will be reflected in the `icy-genre` header of the stream. + * - **website URL** + - The website of the stream. Will be reflected in the `icy-url` header of the stream. + +The `name` from the `audio_output` block that uses this output plugin will be reflected as the stream name in the `icy-name` header of the stream. null ----