summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-09 21:23:19 +0100
committerwm4 <wm4@nowhere>2014-01-09 21:23:19 +0100
commit09bf69afdb9e3d8b1410d82a30f23728d9af2ee7 (patch)
treefcf14a4c29d424fe9098fcad37cfb60d8ce0c0cd /DOCS/man/en
parent72743ef6fe6da5d053590e0c8647d5f6c55538ca (diff)
downloadmpv-09bf69afdb9e3d8b1410d82a30f23728d9af2ee7.tar.bz2
mpv-09bf69afdb9e3d8b1410d82a30f23728d9af2ee7.tar.xz
options: don't reset pause mode when switching to next file
This basically reverts the default as set by commit 812798c5. This seems to be a matter of taste, but personally I think keeping the pause setting is better.
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/options.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index e49460ae02..835decf5e7 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1845,7 +1845,7 @@ OPTIONS
behavior is the opposite of MPlayer's, which tries to reset all settings
when starting next file.)
- Default: ``--reset-on-next-file=pause`` (only the pause mode is reset).
+ Default: Do not reset anything.
This can be changed with this option. It accepts a list of options, and
mpv will reset the value of these options on playback start to the initial
@@ -1860,13 +1860,13 @@ OPTIONS
.. admonition:: Examples
+ - ``--reset-on-next-file=pause``
+ Reset pause mode when switching to the next file.
- ``--reset-on-next-file=fullscreen,speed``
Reset fullscreen and playback speed settings if they were changed
during playback.
- ``--reset-on-next-file=all``
Try to reset all settings that were changed during playback.
- - ``--reset-on-next-file=""``
- Do not reset pause mode.
``--right-alt-gr``, ``--no-right-alt-gr``
(Cocoa and Windows only)