From bbf4a8aa5db9e1e49ae639941ef0c0a2392c75f8 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 19 Oct 2014 23:16:20 -0700 Subject: TOOLS/lua: update README.md --- TOOLS/lua/README.md | 11 ++--------- 1 file 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. -- cgit v1.2.3