From fe8dc1e65ee3fc45870a8d0cce004f034eb9cb51 Mon Sep 17 00:00:00 2001 From: Eric Masseran Date: Wed, 7 Jan 2026 20:47:04 +0100 Subject: [PATCH] Align lint --- docs/changelog.rst | 6 +++--- docs/plugins/embedart.rst | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index dd495de48..9c79a85bc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -44,9 +44,9 @@ New features: of brackets are supported and a new ``bracket_keywords`` configuration option allows customizing the keywords. Setting ``bracket_keywords`` to an empty list matches any bracket content regardless of keywords. -- :doc:`plugins/embedart`: Embedded arts can now be cleared during import with the - ``clearart_on_import`` config option. Also, ``beet clearart`` is only going to - update the files matching the query and with an embedded art, leaving +- :doc:`plugins/embedart`: Embedded arts can now be cleared during import with + the ``clearart_on_import`` config option. Also, ``beet clearart`` is only + going to update the files matching the query and with an embedded art, leaving untouched the files without. Bug fixes: diff --git a/docs/plugins/embedart.rst b/docs/plugins/embedart.rst index b8de07cc7..0140ceff8 100644 --- a/docs/plugins/embedart.rst +++ b/docs/plugins/embedart.rst @@ -70,8 +70,8 @@ file. The available options are: :doc:`FetchArt ` plugin to download art with the purpose of directly embedding it into the file's metadata without an "intermediate" album art file. Default: ``no``. -- **clearart_on_import**: Enable automatic embedded art clearing. Default: ``no``. - +- **clearart_on_import**: Enable automatic embedded art clearing. Default: + ``no``. Note: ``compare_threshold`` option requires ImageMagick_, and ``maxwidth`` requires either ImageMagick_ or Pillow_.