0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00
mpv/options
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
..
m_config.c options: print any options set in verbose mode 2013-12-23 17:30:19 +01:00
m_config.h
m_option.c options: alternative way to specify color options 2014-01-31 00:41:54 +01:00
m_option.h options: add key/value pair list option type 2014-01-16 23:06:41 +01:00
m_property.c
m_property.h
options.c options: add --no-terminal switch 2014-02-10 00:14:52 +01:00
options.h options: add --no-terminal switch 2014-02-10 00:14:52 +01:00
parse_commandline.c msg: move special declarations to msg_control.h 2014-01-16 23:06:40 +01:00
parse_commandline.h
parse_configfile.c
parse_configfile.h
path.c options: make --no-config block all auto-loaded configuration files 2014-02-14 14:01:27 +01:00
path.h path: add function to split URL into prefix and path 2013-12-22 23:25:10 +01:00