summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-05 11:17:22 +0100
committerwm4 <wm4@nowhere>2015-03-05 11:22:15 +0100
commit2e266391559c2aa867c24593325f07effba97c64 (patch)
treeb92fa5c05190a538fd04b5a0ecc32168795847c5 /DOCS
parentdcabceb6268d64a16c370504de265d0dcc657301 (diff)
downloadmpv-2e266391559c2aa867c24593325f07effba97c64.tar.bz2
mpv-2e266391559c2aa867c24593325f07effba97c64.tar.xz
player, client API: refactor cplayer init, reduce client API differences
Move the command line parsing and some other things to the common init routine shared between command line player and client API. This means they're using almost exactly the same code now. The main intended side effect is that the client API will load mpv.conf; though still only if config loading is enabled. (The cplayer still avoids creating an extra thread, passes a command line, and prints an exit status to the terminal. It also has some different defaults.)
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client-api-changes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 842dd8500d..e375ae85ba 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -25,6 +25,10 @@ API changes
::
+ --- mpv 0.9.0 will be released ---
+ 1.15 - mpv_initialize() will now load config files. This requires setting
+ the "config" and "config-dir" options. In particular, it will load
+ mpv.conf.
--- mpv 0.8.0 is released ---
1.14 - add mpv_wait_async_requests()
- the --msg-level option changes its native type from a flat string to