diff --git a/docs/reference/config.rst b/docs/reference/config.rst index 9bb18bd08..9d5afae25 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -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 ` -plugin.) - .. only:: man See Also diff --git a/docs/reference/pathformat.rst b/docs/reference/pathformat.rst index 24c56a03c..26c355da9 100644 --- a/docs/reference/pathformat.rst +++ b/docs/reference/pathformat.rst @@ -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