From 2ead4d352a60806e03dafae888e3bef00073ce33 Mon Sep 17 00:00:00 2001 From: Ralf Sieger Date: Tue, 30 Sep 2014 19:14:33 +0200 Subject: [PATCH] Added documentation about the new volume option --- docs/plugins/bpd.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/plugins/bpd.rst b/docs/plugins/bpd.rst index 81736ae30..919a45ec3 100644 --- a/docs/plugins/bpd.rst +++ b/docs/plugins/bpd.rst @@ -71,12 +71,14 @@ on your headless server box. Rad! To configure the BPD server, add a ``bpd:`` section to your ``config.yaml`` file. The configuration values, which are pretty self-explanatory, are ``host``, -``port``, and ``password``. Here's an example:: +``port``, ``password`` and ``volume``. The volume option sets the initial +volume (in percent, default: 100). Here's an example:: bpd: host: 127.0.0.1 port: 6600 password: seekrit + volume: 100 Implementation Notes --------------------