mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 15:03:22 +01:00
Added documentation about the new volume option
This commit is contained in:
parent
ab5c5dcfd5
commit
2ead4d352a
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
--------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue