1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-21 15:27:00 +00:00
mpv/TOOLS
Stefano Pigozzi bde22281f7 osxbundle: fix cascading config loading
mpv does 'cascading' configs by overriding options as the config become more
important (bundle -> system level -> user level).

Unfortunately mpv also loads two sets of configs files one after the other [1].
First it looks for 'config', then for 'mpv.conf'. For this reason a mpv.conf in
ANY location will override ANY config files named config (even if the mpv.conf
is in a system path and config in a user path).

[1]: Relevant code in player/configfiles.c

    load_all_cfgfiles(mpctx, section, "config");
    load_all_cfgfiles(mpctx, section, "mpv.conf");

Fixes: #1361
2015-01-14 17:03:29 +01:00
..
lib/Parse demux_mkv: read CueRelativePosition/CueDuration elements 2014-11-05 21:52:07 +01:00
lua TOOLS/lua/autoload: fix operation outside of working dir 2014-10-26 14:34:46 +01:00
osxbundle/mpv.app/Contents osxbundle: fix cascading config loading 2015-01-14 17:03:29 +01:00
vf_dlopen TOOLS/vf_dlopen/ildetect.sh: remove duplicated assigment 2014-10-16 21:17:01 +02:00
dylib-unhell.py osxbundle: fix detection of user libraries 2014-07-16 08:36:34 +02:00
file2string.pl Port several python scripts to Perl 2012-11-08 00:28:59 +01:00
gen-x11-icon.sh TOOLS: shellcheck: quote variable expansions 2014-09-16 17:32:33 +02:00
idet.sh TOOLS/idet.sh: Adjust for changes in FFmpeg. 2014-11-22 08:13:26 +01:00
matroska.pl demux_mkv: fix compiler warnings 2013-11-04 23:49:22 +01:00
mpv_identify.sh TOOLS/mpv_identify.sh: remove pointless escape 2014-09-24 02:08:49 +02:00
osxbundle.py osxbundle: split and optimize bundling script 2014-05-09 20:48:15 +02:00
stats-conv.py TOOLS/stats-conv.py: improvements 2014-08-19 20:09:46 +02:00
umpv umpv: update comment for the new FIFO location 2014-11-15 20:20:06 +01:00
uncrustify.cfg uncrustify: add some instructions 2013-05-12 21:24:55 +02:00
youtube-dl_mpv.sh TOOLS/youtube-dl_mpv.sh: simplify $MPV handling 2014-08-30 19:23:42 +02:00
zsh.pl TOOLS/zsh.pl: complete options that take file names 2014-09-13 02:03:09 +02:00