You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.rst
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,6 @@ Each plugin option should be specified under that plugin's section in the config
52
52
[move]
53
53
asciify_paths = true
54
54
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
-
62
55
Import
63
56
------
64
57
``max_candidates = 5``
@@ -74,6 +67,14 @@ Import
74
67
.. note::
75
68
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``.
76
69
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``.
0 commit comments