From ccff82e61097751798c2a4d7de5fa84df73ab1db Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Fri, 3 Dec 2021 16:59:26 +0100 Subject: options: make --cover-art-auto=exact the default Now that a separate --cover-art-whitelist option exists, files like cover.jpg are loaded even without setting --cover-art-auto to fuzzy, so only load files that have exactly the media filename by default, since fuzzy loading is probably more likely to load unwanted images than to load cover art that the user intended to display, especially if you play audio files with a short filename like a.mp3. --- DOCS/man/options.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 21ff76708f..d650b6a62f 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -6904,8 +6904,8 @@ Miscellaneous (which are not marked as cover art), external cover art will not be loaded. :no: Don't automatically load cover art. - :exact: Load the media filename with an image file extension. - :fuzzy: Load all cover art containing the media filename (default). + :exact: Load the media filename with an image file extension (default). + :fuzzy: Load all cover art containing the media filename. :all: Load all images in the current directory. See ``--cover-art-files`` for details about what constitutes cover art. -- cgit v1.2.3