mpv/options
wm4 91583fccac options: change path list options, and document list options
The changes to path list options is basically getting rid of the need to
pass multiple paths to a single option. Instead, you can use the option
multiple times. The old behavior can be used by using the -set suffix
with the option.

Change some options to path lists. For example --script is now append by
default, and if you use --script-set, you need to use ":"/";" as
separator instead of ",".

--sub-paths/--audio-file-paths is a deprecated alias now, and will break
if the user tries to pass multiple paths to it. I'm assuming that if
these are used, most users will pass only 1 path anyway.

--opengl-shaders has more compatibility handling, since it's probably
rather common that users pass multiple options to it.

Also document all that in the manpage.

I'll probably regret this later, as it somewhat increases the complexity
of the option parser, rather than increasing it.
2017-06-30 16:39:36 +02:00
..
m_config.c options: list suffix actions as options too 2017-06-27 11:14:06 +02:00
m_config.h options: change license of most files to LGPL (except options.c/.h) 2017-06-12 20:55:17 +02:00
m_option.c options: change path list options, and document list options 2017-06-30 16:39:36 +02:00
m_option.h options: change path list options, and document list options 2017-06-30 16:39:36 +02:00
m_property.c
m_property.h command: avoid going through prop->opt bridge from opt->prop bridge 2017-06-16 21:31:24 +02:00
options.c options: change path list options, and document list options 2017-06-30 16:39:36 +02:00
options.h options: remove weird --really-quiet special behavior 2017-06-23 20:42:20 +02:00
parse_commandline.c build: replace glob() check and assume it's always in POSIX 2017-06-29 10:30:13 +02:00
parse_commandline.h options: change license of most files to LGPL (except options.c/.h) 2017-06-12 20:55:17 +02:00
parse_configfile.c options: change license of most files to LGPL (except options.c/.h) 2017-06-12 20:55:17 +02:00
parse_configfile.h options: change license of most files to LGPL (except options.c/.h) 2017-06-12 20:55:17 +02:00
path.c Universal Windows Plaform (UWP) support 2017-06-29 10:36:16 +02:00
path.h