summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-07-17 14:21:42 +0200
committerwm4 <wm4@nowhere>2020-07-20 21:02:17 +0200
commit0a796e98405c2252b58e6ac06b4d395aded568a9 (patch)
treed6c4508d50bbb392cb3252e99f8ed83cddc0a31b /DOCS/man
parent0e7f53a5bc76cc3f042791b5f8923563842224a3 (diff)
downloadmpv-0a796e98405c2252b58e6ac06b4d395aded568a9.tar.bz2
mpv-0a796e98405c2252b58e6ac06b4d395aded568a9.tar.xz
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
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst6
1 files changed, 6 insertions, 0 deletions
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.