summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2021-05-27 21:25:59 +0200
committerDudemanguy <random342@airmail.cc>2021-05-28 16:10:48 +0000
commit151b03987947542c01624fc1819851d0bc6c2b28 (patch)
treee23e443cca8b1bb835437fa8b80125162c94e50f
parentce0eb9b1e11f11837804a6561313ddf0d77e8fec (diff)
downloadmpv-151b03987947542c01624fc1819851d0bc6c2b28.tar.bz2
mpv-151b03987947542c01624fc1819851d0bc6c2b28.tar.xz
manpage: mention cover-art-auto
--cover-art-auto affects rescan-external-files, and --autoload-files affects cover art.
-rw-r--r--DOCS/man/input.rst6
-rw-r--r--DOCS/man/options.rst5
2 files changed, 6 insertions, 5 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 8a5601f207..fcb65b7f66 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -814,9 +814,9 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
Reload the given video tracks. See ``sub-reload`` command.
``rescan-external-files [<mode>]``
- Rescan external files according to the current ``--sub-auto`` and
- ``--audio-file-auto`` settings. This can be used to auto-load external
- files *after* the file was loaded.
+ Rescan external files according to the current ``--sub-auto``,
+ ``--audio-file-auto`` and ``--cover-art-auto`` settings. This can be used
+ to auto-load external files *after* the file was loaded.
The ``mode`` argument is one of the following:
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index c153dcd924..217efaa3b5 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6714,8 +6714,9 @@ Miscellaneous
Automatically load/select external files (default: yes).
If set to ``no``, then do not automatically load external files as specified
- by ``--sub-auto`` and ``--audio-file-auto``. If external files are forcibly
- added (like with ``--sub-files``), they will not be auto-selected.
+ by ``--sub-auto``, ``--audio-file-auto`` and ``--cover-art-auto``. If
+ external files are forcibly added (like with ``--sub-files``), they will
+ not be auto-selected.
This does not affect playlist expansion, redirection, or other loading of
referenced files like with ordered chapters.