mirror of https://github.com/mpv-player/mpv
TOOLS/lua: update README.md
This commit is contained in:
parent
3617399a46
commit
bbf4a8aa5d
|
@ -8,12 +8,5 @@ adding the option
|
||||||
|
|
||||||
to mpv's command line.
|
to mpv's command line.
|
||||||
|
|
||||||
Unless otherwise specified, they are also suitable for inclusion in
|
Where appropriate, they may also be placed in ~/.config/mpv/lua from where
|
||||||
the `~/.mpv/lua` directory where they will be loaded every time mpv
|
they will be automatically loaded when mpv starts.
|
||||||
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).
|
|
||||||
|
|
Loading…
Reference in New Issue