summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-28 22:25:48 +0100
committerwm4 <wm4@nowhere>2014-02-28 22:25:48 +0100
commit1e2d409fb4f08dd73554c8c065292af325bf9f12 (patch)
tree290d0e28a3eba61e971ffd67cd6124f9c52f084e /DOCS/man/en/options.rst
parent47ede0f5e3573fb6d6f40870ed50c209a1a00a38 (diff)
downloadmpv-1e2d409fb4f08dd73554c8c065292af325bf9f12.tar.bz2
mpv-1e2d409fb4f08dd73554c8c065292af325bf9f12.tar.xz
lua: add option to disable auto-loading of lua scripts
Diffstat (limited to 'DOCS/man/en/options.rst')
-rw-r--r--DOCS/man/en/options.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index ca887eccfb..6461750062 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1286,6 +1286,10 @@ OPTIONS
``--list-properties``
Print a list of the available properties.
+``--load-scripts=<yes|no>``
+ If set to ``no``, don't auto-load scripts from ``~/.mpv/lua/``.
+ (Default: ``yes``)
+
``--load-unsafe-playlists``
Normally, something like ``mpv playlist.m3u`` won't load the playlist. This
is because the playlist code is unsafe. (This is the same in all other