summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/mpv.rst2
-rw-r--r--DOCS/man/options.rst12
2 files changed, 9 insertions, 5 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 3af4810d64..e97422d7ba 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -1127,7 +1127,7 @@ course mpv is terminated abruptly and doesn't have the time to save (e.g. with
the KILL Unix signal).
mpv also stores options other than the playback position when they have been
-modified after playback began, for example the volume and the fullscreen state,
+modified after playback began, for example the volume and selected audio/subtitles,
and restores their values the next time the file is played. Which options are
saved can be configured with the ``--watch-later-options`` option.
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 0b7f53d8e8..0e8239dd20 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1074,17 +1074,21 @@ Watch Later
still be applied fully, but new watch later data won't contain these
options.
+ See ``--help=watch-later-options`` for the list of the properties that are
+ restored by default.
+
This is a string list option. See `List Options`_ for details.
.. admonition:: Examples
- - ``--watch-later-options-remove=fullscreen``
- The fullscreen state won't be saved to watch later files.
+ - ``--watch-later-options-remove=sid``
+ The subtitle track selection will not be restored.
- ``--watch-later-options-remove=volume``
``--watch-later-options-remove=mute``
The volume and mute state won't be saved to watch later files.
- - ``--watch-later-options-clr``
- No option will be saved to watch later files.
+ - ``--watch-later-options=start``
+ No option will be saved to watch later files, except the playback
+ position.
``--write-filename-in-watch-later-config``
Prepend the watch later config files with the name of the file they refer