Typo fixes

This commit is contained in:
Adrian Sampson 2014-10-31 09:48:19 -07:00
parent 930581ac99
commit e80f84e666
3 changed files with 5 additions and 5 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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``.