From 0a796e98405c2252b58e6ac06b4d395aded568a9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 17 Jul 2020 14:21:42 +0200 Subject: command: add another variant of revert-seek Requested. See manpage additions. Not sure if it actually deserves to be a first class feature, rather than an external script or so. Fixes: #7913 --- DOCS/man/input.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index eee5ba8614..16daa1fb82 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -277,6 +277,12 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_). Mark the current time position. The next normal ``revert-seek`` command will seek back to this point, no matter how many seeks happened since last time. + mark-permanent + If set, mark the current position, and do not change the mark position + before the next ``revert-seek`` command that has ``mark`` or + ``mark-permanent`` set (or playback of the current file ends). Until + this happens, ``revert-seek`` will always seek to the marked point. This + flag cannot be combined with ``mark``. Using it without any arguments gives you the default behavior. -- cgit v1.2.3