1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 18:45:25 +00:00

DOCS/options: clarify watch-later-options examples

Make it clearer that watch-later-options controls which options are not saved
and not which ones are restored.
This commit is contained in:
Guido Cella 2021-08-16 06:02:55 +02:00 committed by Dudemanguy
parent e4ee0c6ebc
commit 8778c296b4

View File

@ -866,12 +866,12 @@ Program Behavior
.. admonition:: Examples
- ``--watch-later-options-remove=fullscreen``
Resuming a file won't restore the fullscreen state.
The fullscreen state won't be saved to watch later files.
- ``--watch-later-options-remove=volume``
``--watch-later-options-remove=mute``
Resuming a file won't restore the volume or mute state.
The volume and mute state won't be saved to watch later files.
- ``--watch-later-options-clr``
Resuming a file won't restore any option except the starting
No option will be saved to watch later files except the starting
position.
``--write-filename-in-watch-later-config``