summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-10 14:27:45 +0200
committerwm4 <wm4@nowhere>2014-10-10 14:27:45 +0200
commitd4b2a96d90249dd435679a6f24af2248b1f8dd0b (patch)
treef1d198d129b5e8ab2a29d55941da88813bcefd3b /DOCS
parent26bc6b48313dd0470a3998dace217148fc314271 (diff)
downloadmpv-d4b2a96d90249dd435679a6f24af2248b1f8dd0b.tar.bz2
mpv-d4b2a96d90249dd435679a6f24af2248b1f8dd0b.tar.xz
Revert "player: --save-position-on-quit should always work"
This reverts commit 45c8b97efbaff7a5031b008223eeed56f7b0607a. Some else complained (github issue #1163). The feature requested in #1148 will be implemented differently in the following commit.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 1c49d6754a..59c934a7c3 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -290,9 +290,10 @@ Program Behavior
``--save-position-on-quit``
Always save the current playback position on quit. When this file is
played again later, the player will seek to the old playback position on
- start. This happens when playback is stopped in any way by the user.
- For example, going to the next file in the playlist will save the position,
- and resume playback at thr same position the next time the file is played.
+ start. This does not happen if playback of a file is stopped in any other
+ way than quitting. For example, going to the next file in the playlist
+ will not save the position, and start playback at beginning the next time
+ the file is played.
This behavior is disabled by default, but is always available when quitting
the player with Shift+Q.