summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-07 17:07:04 +0200
committerwm4 <wm4@nowhere>2013-06-07 17:07:04 +0200
commit812798c5ace0d0ffbdeea8fc603f31bf3fe70b79 (patch)
tree8297650ca59131db3f6eb0effd7f7f0839655dee /DOCS/man/en/options.rst
parent6fc91b44cde1bfeecd0fccf29765a801bf2b42e1 (diff)
downloadmpv-812798c5ace0d0ffbdeea8fc603f31bf3fe70b79.tar.bz2
mpv-812798c5ace0d0ffbdeea8fc603f31bf3fe70b79.tar.xz
core: reset pause state by default when going to next file
Apparently this behavior is more intuitive/better to users.
Diffstat (limited to 'DOCS/man/en/options.rst')
-rw-r--r--DOCS/man/en/options.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index e0d0dc9f1f..78678267cb 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1741,6 +1741,8 @@
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).
+
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
value. The initial value is either the default value, or as set by the
@@ -1758,6 +1760,7 @@
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=""`` Don't reset pause mode.
--reuse-socket
(udp:// only)