1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 15:22:09 +00:00
mpv/player/lua
wm4 ce6fb9175c options: make --no-config block all auto-loaded configuration files
Until now, the --no-config was explicitly checked in multiple places to
suppress loading of config files.

Add such a check to the config path code itself, and refuse to resolve
_any_ configuration file locations if the option is set.

osc.lua needs a small fixup, because it didn't handle the situation when
no path was returned. There may some of such cases in the C code too,
but I didn't find any on a quick look.
2014-02-14 14:01:27 +01:00
..
assdraw.lua
defaults.lua lua: make register_event() not overwrite previous event handler 2014-02-14 14:01:27 +01:00
osc.lua options: make --no-config block all auto-loaded configuration files 2014-02-14 14:01:27 +01:00