summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-10 22:22:50 +0200
committerwm4 <wm4@nowhere>2016-08-10 22:22:50 +0200
commit87190969a758d7c20c39a456f05926bff42ac533 (patch)
treec51fc6c3c34dabb0a76186d463b5b0ab38664946 /DOCS/man
parent367e9fb7f1e2143607a6d1ae0c1db5765c5f003b (diff)
downloadmpv-87190969a758d7c20c39a456f05926bff42ac533.tar.bz2
mpv-87190969a758d7c20c39a456f05926bff42ac533.tar.xz
player: add --no-autoload-files option
Allt his auto-loading is getting annoying especially for testing.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 2deadd29df..e3eb3c2f5d 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3720,6 +3720,16 @@ Miscellaneous
``--audio-file``, this includes all tracks, and does not cause default
stream selection over the "proper" file.
+``--autoload-files=<yes|no>``
+ 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-file``), they will not be auto-selected.
+
+ This does not affect playlist expansion, redirection, or other loading of
+ referenced files like with ordered chapters.
+
``--lavfi-complex=<string>``
Set a "complex" libavfilter filter, which means a single filter graph can
take input from multiple source audio and video tracks. The graph can result