mirror of
https://github.com/mpv-player/mpv
synced 2025-01-28 02:23:06 +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:
parent
e4ee0c6ebc
commit
8778c296b4
@ -866,12 +866,12 @@ Program Behavior
|
|||||||
.. admonition:: Examples
|
.. admonition:: Examples
|
||||||
|
|
||||||
- ``--watch-later-options-remove=fullscreen``
|
- ``--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=volume``
|
||||||
``--watch-later-options-remove=mute``
|
``--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``
|
- ``--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.
|
position.
|
||||||
|
|
||||||
``--write-filename-in-watch-later-config``
|
``--write-filename-in-watch-later-config``
|
||||||
|
Loading…
Reference in New Issue
Block a user