diff options
author | Christopher Zimmerman <madroach@zakweb.de> | 2009-06-26 09:26:12 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-06-26 09:26:12 +0200 |
commit | a641f562f3aab2de95555c3c33133341d0f274b7 (patch) | |
tree | 2817b3db830bcb3180cac58a2675d4043da4739f /NEWS | |
parent | fe96bdf7e6d4705788565149b618759234d4339a (diff) | |
download | mpd-a641f562f3aab2de95555c3c33133341d0f274b7.tar.gz mpd-a641f562f3aab2de95555c3c33133341d0f274b7.tar.xz mpd-a641f562f3aab2de95555c3c33133341d0f274b7.zip |
playlist_state: save state when stopped
At the moment mpd doesn't store or restore the current track to/from
its state file when the daemon is stopped/started while in 'stopped'
state. I believe the preferred behaviour would be to store and
restore the current track even when the daemon is in stopped state
when shutting down.
I made a small patch to adapt this behaviour. If you believe this is
not the preferred behaviour, maybe this should be realized as a
configuration option. I'm not sure how to do this, but made a small
comment, where one would have to put the option.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ ver 0.16 (20??/??/??) * commands: - added new "status" line with more precise "elapsed time" * log unused/unknown block parameters +* save state when stopped ver 0.15 (2009/06/23) |