diff options
author | wm4 <wm4@nowhere> | 2014-10-06 22:07:35 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-10-06 22:07:35 +0200 |
commit | 45c8b97efbaff7a5031b008223eeed56f7b0607a (patch) | |
tree | a5afc251735aca2c2a6d356688b4feda5b3f6c61 /DOCS | |
parent | 332808bc0df1385633556332c276ab860c971f5c (diff) |
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).
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/options.rst | 7 |
1 files changed, 3 insertions, 4 deletions
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. |