mirror of
https://github.com/beetbox/beets.git
synced 2026-02-10 17:34:05 +01:00
Improve ui:import description in docs
This commit is contained in:
parent
fabfde33c6
commit
81c10a6f5e
1 changed files with 5 additions and 6 deletions
|
|
@ -487,12 +487,11 @@ import
|
|||
~~~~~~
|
||||
|
||||
When importing, beets will read several options to configure the visuals of the
|
||||
import dialogue. There are two layouts: ``column`` and ``newline``. The
|
||||
indentation of the respective elements of the import UI can also be configured
|
||||
to highlight specific sections, in character units e.g. a ``5`` will indent the
|
||||
given section by five characters in the terminal.
|
||||
|
||||
::
|
||||
import dialogue. There are two layouts controlling how horizontal space and
|
||||
line wrapping is dealt with: ``column`` and ``newline``. The indentation of the
|
||||
respective elements of the import UI can also be configured. For example
|
||||
setting ``5`` for ``match_header`` will indent the very first block of a
|
||||
proposed match by five characters in the terminal.::
|
||||
|
||||
ui:
|
||||
import:
|
||||
|
|
|
|||
Loading…
Reference in a new issue