summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2021-12-03 16:59:26 +0100
committerDudemanguy <random342@airmail.cc>2022-04-21 16:42:27 +0000
commitccff82e61097751798c2a4d7de5fa84df73ab1db (patch)
tree0fe720ef8104a441c9ec9371ac24f11a7fbab71b /DOCS
parent9d2a6dc302a3c2ed7320b66793f4ac03c2b5ce80 (diff)
downloadmpv-ccff82e61097751798c2a4d7de5fa84df73ab1db.tar.bz2
mpv-ccff82e61097751798c2a4d7de5fa84df73ab1db.tar.xz
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.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 2 insertions, 2 deletions
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.