From 6c913149001b242aa777d6a1e67f62162c1e6694 Mon Sep 17 00:00:00 2001 From: NoSuck Date: Thu, 28 Mar 2019 03:07:06 -0400 Subject: man/input: clarify behavior of seek's +exact As discussed here: https://github.com/mpv-player/mpv/issues/6545#issuecomment-476015318 --- DOCS/man/input.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index b2d676c644..2b483a4f05 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -181,8 +181,9 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_). Multiple flags can be combined, e.g.: ``absolute+keyframes``. - By default, ``keyframes`` is used for relative seeks, and ``exact`` is used - for absolute seeks. + By default, ``keyframes`` is used for ``relative``, ``relative-percent``, + and ``absolute-percent`` seeks, while ``exact`` is used for ``absolute`` + seeks. Before mpv 0.9, the ``keyframes`` and ``exact`` flags had to be passed as 3rd parameter (essentially using a space instead of ``+``). The 3rd -- cgit v1.2.3