Update config.rst

This PR adds documentation for `path_sep_replace` configuration option, which is not yet present in the official docs.
This commit is contained in:
Yuriy Gabuev 2021-10-22 22:40:26 +02:00 committed by GitHub
parent b116eb5456
commit 3aed99f051
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,6 +151,19 @@ replaced as they don't match the typewriter quote (``"``). To also strip these
special characters, you can either add them to the replacement list or use the
:ref:`asciify-paths` configuration option below.
.. _path-sep-replace:
path_sep_replace
~~~~~~~~~~~~~~~~
A value that replaces the path separator in the filenames created by beets.
On most systems, the path separator is the forward slash (``/``).
Note that you should never use the actual path separator as the value for this option,
otherwise it's very easy to mess up the structure of your music directory.
Default: `_`.
.. _asciify-paths:
asciify_paths