Skip to content

Commit d030f62

Browse files
committed
docs: fix path config options parent plugin
Before, it made it seem like the path configuration options should be under the "import" plugin instead of the "move" plugin.
1 parent 79126d8 commit d030f62

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

docs/configuration.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@ Each plugin option should be specified under that plugin's section in the config
5252
[move]
5353
asciify_paths = true
5454
55-
Move
56-
----
57-
``asciify_paths = false``
58-
Whether or not to convert all filesystem paths to ascii.
59-
60-
If ``true``, non-ascii characters will be converted to their ascii equivalents, e.g. ``café.mp3`` will become ``cafe.mp3``.
61-
6255
Import
6356
------
6457
``max_candidates = 5``
@@ -74,6 +67,14 @@ Import
7467
.. note::
7568
This setting only affects the number of candidates displayed in the interactive prompt. To increase the number of candidates fetched from metadata providers, you may also need to adjust the search limits for individual plugins like ``musicbrainz.search_limit``.
7669

70+
Move
71+
----
72+
``asciify_paths = false``
73+
Whether or not to convert all filesystem paths to ascii.
74+
75+
If ``true``, non-ascii characters will be converted to their ascii equivalents, e.g. ``café.mp3`` will become ``cafe.mp3``.
76+
77+
7778
Path Configuration Options
7879
~~~~~~~~~~~~~~~~~~~~~~~~~~
7980
.. note::

0 commit comments

Comments
 (0)