summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-28 00:41:38 +0100
committerwm4 <wm4@nowhere>2020-03-28 00:41:38 +0100
commitb8daef5d8b3f58481ac95f7217df8f1509fa0b59 (patch)
tree2a8ef8506413cf71a6cce7c9dc0351eeb886a864 /DOCS/man
parent518bd4c306d50e6772c39c5d7395b9d10b9386da (diff)
downloadmpv-b8daef5d8b3f58481ac95f7217df8f1509fa0b59.tar.bz2
mpv-b8daef5d8b3f58481ac95f7217df8f1509fa0b59.tar.xz
input: remove deprecated --input-file option
This was deprecated 2 releases ago. The deprecation changelog entry says that there are no plans to remove it short-term, but I guess I lied.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst16
1 files changed, 0 insertions, 16 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 629ed4eabd..7fd01f0592 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3682,22 +3682,6 @@ Input
work (key bindings that normally quit will be shown on OSD only, just
like any other binding). See `INPUT.CONF`_.
-``--input-file=<filename>``
- Deprecated. Use ``--input-ipc-server``.
-
- Read commands from the given file. Mostly useful with a FIFO. Since
- mpv 0.7.0 also understands JSON commands (see `JSON IPC`_), but you can't
- get replies or events. Use ``--input-ipc-server`` for something
- bi-directional. On MS Windows, JSON commands are not available.
-
- This can also specify a direct file descriptor with ``fd://N`` (UNIX only).
- In this case, JSON replies will be written if the FD is writable.
-
- .. note::
-
- When the given file is a FIFO mpv opens both ends, so you can do several
- `echo "seek 10" > mp_pipe` and the pipe will stay valid.
-
``--input-terminal``, ``--no-input-terminal``
``--no-input-terminal`` prevents the player from reading key events from
standard input. Useful when reading data from standard input. This is