mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
manpage: mention cover-art-auto
--cover-art-auto affects rescan-external-files, and --autoload-files affects cover art.
This commit is contained in:
parent
ce0eb9b1e1
commit
151b039879
DOCS/man
@ -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:
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user