mpv/options
wm4 392ae68e5f options: fix --no-config
This was completely broken. It was checked manually in some config
loading paths, so it appeared to work. But the intention was always to
completely disable reading from the normal config dir. This logic was
broken in commit 2263f37d.

The manual checks are actually redundant, and are not needed if
--no-config is implemented properly - remove them.

Additionally, the change to load the libmpv defaults from an embedded
profile also failed to set "config=no". The option is marked as not
being settable by a config file, and the libmpv default profile is
parsed as a config file, so this option was rejected. Fix it by removing
the CONF_NOCFG flag. (Alternatively, m_config_set_profile() could be
changed not to set the "config file" flag by default, but I'm not
bothering with this.)
2015-09-05 15:33:19 +02:00
..
m_config.c command: add property indicating per-file options 2015-07-23 22:59:04 +02:00
m_config.h command: add property indicating per-file options 2015-07-23 22:59:04 +02:00
m_option.c options: fix conversion of flags to strings 2015-07-01 23:05:11 +02:00
m_option.h Update license headers 2015-04-13 12:10:01 +02:00
m_property.c command: remove old property deprecation warning mechanism 2015-05-22 20:08:04 +02:00
m_property.h Various spelling fixes 2015-06-18 19:36:58 +02:00
options.c options: fix --no-config 2015-09-05 15:33:19 +02:00
options.h video: make container vs. bitstream aspect ratio configurable 2015-08-30 23:04:17 +02:00
parse_commandline.c options: remove unneeded hack from command line parser 2015-04-23 21:08:19 +02:00
parse_commandline.h Update license headers 2015-04-13 12:10:01 +02:00
parse_configfile.c options: clarify quoting for option values starting with % 2015-04-17 16:06:43 +02:00
parse_configfile.h Update license headers 2015-04-13 12:10:01 +02:00
path.c options: fix --no-config 2015-09-05 15:33:19 +02:00
path.h player: make resuming playlists less noisy in verbose mode 2015-05-09 16:48:05 +02:00