manpage: explain how to replace --slave-broken

This commit is contained in:
wm4 2014-08-02 02:17:02 +02:00
parent c94e8bcdd6
commit 0c6c2da8bc
1 changed files with 10 additions and 0 deletions

View File

@ -322,6 +322,16 @@ Slave mode
``--identify`` was replaced by the ``TOOLS/mpv_identify.sh`` wrapper script.
* For some time (until including release 0.4.x), mpv supported a
``--slave-broken`` option. The following options are equivalent:
::
--input-file=/dev/stdin --input-terminal=no
Assuming the system supports ``/dev/stdin``.
* A JSON RPC protocol giving access to the client API is planned, but nothing
has emerged yet.