summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-10-19 23:16:20 -0700
committerwm4 <wm4@nowhere>2014-10-21 00:55:15 +0200
commitbbf4a8aa5db9e1e49ae639941ef0c0a2392c75f8 (patch)
tree228a2dc19009aa517c2b8d844410ea6eaee83e70
parent3617399a46b59cc115c6c124f8a198a12ff3f972 (diff)
downloadmpv-bbf4a8aa5db9e1e49ae639941ef0c0a2392c75f8.tar.bz2
mpv-bbf4a8aa5db9e1e49ae639941ef0c0a2392c75f8.tar.xz
TOOLS/lua: update README.md
-rw-r--r--TOOLS/lua/README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/TOOLS/lua/README.md b/TOOLS/lua/README.md
index fbe4bad267..5cd6a54c59 100644
--- a/TOOLS/lua/README.md
+++ b/TOOLS/lua/README.md
@@ -8,12 +8,5 @@ adding the option
to mpv's command line.
-Unless otherwise specified, they are also suitable for inclusion in
-the `~/.mpv/lua` directory where they will be loaded every time mpv
-starts, obviating the need to load them with the above `--lua=...`
-argument. This is acceptable as they do only basic argument parsing
-and key-binding registration, until those bound keys are actually
-pressed. They should therefore not interfere with normal playback
-(unless you have a conflicting user-defined key-binding, in which
-case, you may want to modify either the `mp.add_key_binding()` calls
-in the scripts, or your keybinding).
+Where appropriate, they may also be placed in ~/.config/mpv/lua from where
+they will be automatically loaded when mpv starts.