mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 20:12:33 +01:00
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:
parent
b116eb5456
commit
3aed99f051
1 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue