Add length_diff_thresh description and ref-links

to config reference docs.
This commit is contained in:
J0J0 Todos 2023-10-12 18:17:25 +02:00
parent 5d500223b3
commit d1166c8efc

View file

@ -419,6 +419,8 @@ support ANSI colors.
still respected, but a deprecation message will be shown until your
top-level `color` configuration has been nested under `ui`.
.. _colors:
colors
~~~~~~
@ -470,7 +472,13 @@ Controls line wrapping. Defaults to ``80`` characters::
length_diff_thresh
~~~~~~~~~~~~~~~~~~
FIXME::
Beets compares the length of the imported track with the length the metadata
source provides. If any tracks differ by at least ``length_diff_thresh``
seconds, they will be colored with ``text_highlight``. Below this threshold,
different track lengths are colored with ``text_highlight_minor``.
``length_diff_thresh`` does not impact which releases are selected in
autotagger matching or distance score calculation (see :ref:`match-config` and
:ref:`colors`)::
ui:
length_diff_thresh: 10.0