From ad02db8ceefc8cd8a52ea0cbeff0a18e80882c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Wed, 8 Nov 2023 22:05:10 +0100 Subject: [PATCH] DOCS/options: update watch-later-options docs --- DOCS/man/mpv.rst | 2 +- DOCS/man/options.rst | 12 ++++++++---- 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