From 45c8b97efbaff7a5031b008223eeed56f7b0607a Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 6 Oct 2014 22:07:35 +0200 Subject: player: --save-position-on-quit should always work Now any action that stops playback of a file (even playlist navigation) will save the position. Normal EOF is of course excluded from this, as well as commands that just reload the current file. The option name is now slightly off, although you could argue what the word "quit" means. Fixes #1148 (or at least this is how I understood it). --- DOCS/man/options.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index a2e096f907..86632436dd 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -290,10 +290,9 @@ 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 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. + 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. This behavior is disabled by default, but is always available when quitting the player with Shift+Q. -- cgit v1.2.3