1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 09:02:38 +00:00
mpv/DOCS/man
Avi Halachmi (:avih) b670838b3d js: read_options: on_update: don't re-read the config file
Now that 00af718a made the lua read_options behavior much more similar
to the js behavior, the main difference was that lua does not re-read
the config file at on_update (but it does re-apply its stored content)
while js did re-read it.

Now the js on_update also does not re-read the config file and instead
applies its stored original content.

This is slightly hacky by adding an undocumented optional 4th argument
to read_options which allows overriding the config file content.
2019-12-22 14:51:13 +02:00
..
af.rst audio: remove unreferenced af_lavrresample 2019-09-19 20:37:05 +02:00
ao.rst ao_pulse: add --pulse-allow-suspended 2019-09-21 12:54:36 +02:00
changes.rst manpage: mention the client API/interface change logs 2016-09-02 09:48:35 +02:00
console.rst console: use hidpi scale reporting 2019-12-20 13:00:39 +01:00
encode.rst options: increase consistency between list options and document them 2019-12-18 05:32:02 +01:00
input.rst command: add property returning hidpi scale 2019-12-20 13:00:39 +01:00
ipc.rst ipc: alias set_property_string to set_property 2018-05-25 10:45:59 +02:00
javascript.rst js: read_options: on_update: don't re-read the config file 2019-12-22 14:51:13 +02:00
libmpv.rst manpage: define stricter rules for C plugin return values 2017-01-14 17:41:04 +01:00
lua.rst lua: change runtime option change behavior 2019-12-22 12:30:53 +01:00
mpv.rst manpage: add osc and console default keys to keyboard control section 2019-12-20 13:00:39 +01:00
options.rst video/out/x11: add fs-screen fallback 2019-12-22 02:33:48 +01:00
osc.rst osc: rework window control configuration to add auto mode 2019-12-04 09:32:25 +08:00
stats.rst manpage: document stats page 3 2019-10-31 11:06:22 +01:00
vf.rst options: deprecate -del for list options 2019-12-18 06:57:24 +01:00
vo.rst sws_utils, zimg: destroy vo_x11 and vo_drm performance 2019-10-31 16:51:12 +01:00