From b8daef5d8b3f58481ac95f7217df8f1509fa0b59 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Mar 2020 00:41:38 +0100 Subject: 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. --- DOCS/man/options.rst | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'DOCS/man/options.rst') 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=`` - 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 -- cgit v1.2.3