summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2021-12-03 16:52:53 +0100
committerDudemanguy <random342@airmail.cc>2022-04-21 16:42:27 +0000
commit9d2a6dc302a3c2ed7320b66793f4ac03c2b5ce80 (patch)
tree3fcfdf4b75ff33ed4c6fac1748bdaa59a7ba5450 /DOCS
parentc317abbb635fa9e59857f8fc13107ffd66e956c8 (diff)
downloadmpv-9d2a6dc302a3c2ed7320b66793f4ac03c2b5ce80.tar.bz2
mpv-9d2a6dc302a3c2ed7320b66793f4ac03c2b5ce80.tar.xz
player: add cover-art-whitelist option
This allows more fine grained control over which cover art to load. With --cover-art-auto=exact and --cover-art-whitelist=yes, you can now load cover art with the exact media filename and the whitelisted filenames, but not cover art that contains the media filename (--cover-art-auto=fuzzy).
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index bca96ac2fb..21ff76708f 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6905,8 +6905,7 @@ Miscellaneous
: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 and filenames
- in an internal whitelist, such as ``cover.jpg`` (default).
+ :fuzzy: Load all cover art containing the media filename (default).
:all: Load all images in the current directory.
See ``--cover-art-files`` for details about what constitutes cover art.
@@ -6914,6 +6913,13 @@ Miscellaneous
See ``--audio-display`` how to control display of cover art (this can be
used to disable cover art that is part of the file).
+``--cover-art-whitelist=<no|yes>``
+ Whether to load filenames in an internal whitelist, such as ``cover.jpg``,
+ as cover art. If ``cover-art-auto`` is set to ``no``, the whitelisted
+ filenames are never loaded even if this option is set to ``yes``.
+
+ Default: ``yes``.
+
``--autoload-files=<yes|no>``
Automatically load/select external files (default: yes).