mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 23:43:31 +01:00
remove some anachronisms from the docs
This commit is contained in:
parent
c82b31e750
commit
5e2f7d6fcc
2 changed files with 3 additions and 11 deletions
|
|
@ -53,8 +53,8 @@ library. Defaults to a folder called ``Music`` in your home directory.
|
|||
plugins
|
||||
~~~~~~~
|
||||
|
||||
A space-separated list of plugin module names to load. For instance, beets
|
||||
includes the BPD plugin for playing music.
|
||||
A space-separated list of plugin module names to load. See
|
||||
:ref:`using-plugins`.
|
||||
|
||||
pluginpath
|
||||
~~~~~~~~~~
|
||||
|
|
@ -573,14 +573,6 @@ Here's an example file::
|
|||
comp: $genre/$album/$track $title
|
||||
albumtype:soundtrack: Soundtracks/$album/$track $title
|
||||
|
||||
bpd:
|
||||
host: 127.0.0.1
|
||||
port: 6600
|
||||
password: seekrit
|
||||
|
||||
(That ``[bpd]`` section configures the optional :doc:`BPD </plugins/bpd>`
|
||||
plugin.)
|
||||
|
||||
.. only:: man
|
||||
|
||||
See Also
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Path Formats
|
||||
============
|
||||
|
||||
The ``[paths]`` section of the config file (see :doc:`config`) lets
|
||||
The ``paths:`` section of the config file (see :doc:`config`) lets
|
||||
you specify the directory and file naming scheme for your music library.
|
||||
Templates substitute symbols like ``$title`` (any field value prefixed by ``$``)
|
||||
with the appropriate value from the track's metadata. Beets adds the filename
|
||||
|
|
|
|||
Loading…
Reference in a new issue