diff --git a/docs/plugins/bucket.rst b/docs/plugins/bucket.rst index a325d4552..254ebab4a 100644 --- a/docs/plugins/bucket.rst +++ b/docs/plugins/bucket.rst @@ -65,6 +65,6 @@ Here's an example:: bucket_alpha_regex: 'A - D': ^[0-9a-dA-D…äÄ] -THis configuration creates five-year ranges for any input year. +This configuration creates five-year ranges for any input year. The *A - D* bucket now matches also all artists starting with ä or Ä and 0 to 9 and … (ellipsis). The other alpha buckets work as ranges. diff --git a/docs/plugins/convert.rst b/docs/plugins/convert.rst index 9eec6c638..81b9af7da 100644 --- a/docs/plugins/convert.rst +++ b/docs/plugins/convert.rst @@ -70,10 +70,10 @@ file. The available options are: as mp3, ogg vorbis, etc.---makes little sense as they will decrease quality even further. If set to ``yes``, lossy files are always copied. Default: ``no``. -- ``paths``: Lets you specify the directory structure and naming scheme for the - converted files. Use the same format as the top-level ``paths`` section (see +- ``paths``: The directory structure and naming scheme for the converted + files. Uses the same format as the top-level ``paths`` section (see :ref:`path-format-config`). - By default, the plugin reuses your top-level path format settings. + Default: Reuse your top-level path format settings. - ``quiet``: Prevent the plugin from announcing every file it processes. Default: ``false``. - ``threads``: The number of threads to use for parallel encoding. diff --git a/docs/plugins/mpdupdate.rst b/docs/plugins/mpdupdate.rst index 98e8fe5ca..b9eac0baa 100644 --- a/docs/plugins/mpdupdate.rst +++ b/docs/plugins/mpdupdate.rst @@ -28,7 +28,7 @@ socket.) Configuration ------------- -The available options under teh ``mpd:`` section are: +The available options under the ``mpd:`` section are: - ``host``: The MPD server name. Default: ``localhost``.