mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
Add additional asciify documentation
This was proposed in #929 but never dealt with, so after going through some confusion around this myself I figured it's about time.
This commit is contained in:
parent
7548820e58
commit
e48d76a1cd
1 changed files with 4 additions and 0 deletions
|
|
@ -165,6 +165,10 @@ take place before applying the :ref:`replace` configuration and are roughly
|
|||
equivalent to wrapping all your path templates in the ``%asciify{}``
|
||||
:ref:`template function <template-functions>`.
|
||||
|
||||
This uses the `unidecode module`_ which is language agnostic, so some
|
||||
characters may be transliterated from a different language than expected.
|
||||
For example, Japanese kanji will usually use their Chinese readings.
|
||||
|
||||
Default: ``no``.
|
||||
|
||||
.. _unidecode module: https://pypi.org/project/Unidecode
|
||||
|
|
|
|||
Loading…
Reference in a new issue