summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2014-12-15 01:31:30 +0200
committerwm4 <wm4@nowhere>2014-12-15 04:39:56 +0100
commit39e04e929483847a3e0722d86d53f69837ed99db (patch)
tree56901ce1b9d1cb35f05d3e059d2aca83319491ff /DOCS/man/mpv.rst
parent06828f71a134e0b880601665c0daea78e6523633 (diff)
downloadmpv-39e04e929483847a3e0722d86d53f69837ed99db.tar.bz2
mpv-39e04e929483847a3e0722d86d53f69837ed99db.tar.xz
options: deprecate 'lua' based options/dirs for 'script'
- --lua and --lua-opts change to --script and --script-opts - 'lua' default script dirs change to 'scripts' - DOCS updated - 'lua-settings' dir was _not_ modified The old lua-based names/dirs still work, but display a warning. Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index bbff3cc30b..0c8a0c0214 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -712,9 +712,9 @@ FILES
``~/.config/mpv/input.conf``
key bindings (see `INPUT.CONF`_ section)
-``~/.config/mpv/lua/``
- All files in this directly are loaded as if they were passed to the
- ``--lua`` option. They are loaded in alphabetical order, and sub-directories
+``~/.config/mpv/scripts/``
+ All files in this directory are loaded as if they were passed to the
+ ``--script`` option. They are loaded in alphabetical order, and sub-directories
and files with no ``.lua`` extension are ignored. The ``--load-scripts=no``
option disables loading these files.
@@ -738,8 +738,8 @@ locations are different:
``%APPDATA%/mpv/input.conf``
key bindings (see `INPUT.CONF`_ section)
-``%APPDATA%/mpv/lua/``
- equivalent of ``~/.config/mpv/lua/`` on Unix.
+``%APPDATA%/mpv/scripts/``
+ equivalent of ``~/.config/mpv/scripts/`` on Unix.
The environment variable ``$MPV_HOME`` completely overrides these, like on
UNIX.