summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/options.rst16
2 files changed, 1 insertions, 16 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 5b1ab8602f..cd391aa034 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -59,6 +59,7 @@ Interface changes
"error" field for end-file will silently break at some point in the
future.
- deprecate encoding mode (lack of maintainer)
+ - remove deprecated --input-file option
--- mpv 0.32.0 ---
- change behavior when using legacy option syntax with options that start
with two dashes (``--`` instead of a ``-``). Now, using the recommended
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