diff options
author | wm4 <wm4@nowhere> | 2013-09-04 18:09:04 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-09-04 18:12:11 +0200 |
commit | 62ab8441a6137d6a8832831d1bef212f6278d4e1 (patch) | |
tree | c39e54ac995eafa75abce4ef02f1dceb94fc171a /DOCS/man | |
parent | b8d498da1588891ff5c13c312f6d83f310fad963 (diff) | |
download | mpv-62ab8441a6137d6a8832831d1bef212f6278d4e1.tar.bz2 mpv-62ab8441a6137d6a8832831d1bef212f6278d4e1.tar.xz |
mplayer: make --save-position-on-quit save only on quit
When enabling --save-position-on-quit, playback position stored not only
on quit, but in any case playback of a file was stopped. This includes
going to the next file with playlist navigation commands.
After some discussion on IRC, it turned out that nobody thought this was
good behavior. Disable it, and really make it save only on quit.
Maybe the option is useless now, as the user could remap the CLOSE_WIN
key binding. On the other hand, CLOSE_WIN sounds and _is_ a bit obscure.
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/options.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 5c33e325f1..45842ec7b4 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -1760,8 +1760,10 @@ ``--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 affects any form of stopping playback (quitting, going to the - next file). + 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. |