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/interface-changes.rst | 1 + DOCS/man/options.rst | 16 ---------------- 2 files changed, 1 insertion(+), 16 deletions(-) (limited to 'DOCS') 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=`` - 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