1. 02 Jul, 2009 2 commits
  2. 29 Jun, 2009 1 commit
  3. 26 Jun, 2009 1 commit
    • Christopher Zimmerman's avatar
      playlist_state: save state when stopped · a641f562
      Christopher Zimmerman authored
      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.
      a641f562
  4. 25 Jun, 2009 15 commits
  5. 24 Jun, 2009 1 commit
  6. 19 Jun, 2009 1 commit
    • Max Kellermann's avatar
      decoder_thread: reopen the stream after file_decode() has failed · 2536b0da
      Max Kellermann authored
      When decoding a local file, the decoder thread tries to run all
      matching decoders, until one succeeds.  Both file_decode() and
      stream_decode() can decode a stream, but MPD closes the stream before
      calling file_decode().  Problem is: when this decoder fails, and the
      next's stream_decode() method is invoked, the input_stream is still
      closed.  This patch reopens it.
      2536b0da
  7. 10 Jun, 2009 3 commits
  8. 09 Jun, 2009 2 commits
  9. 08 Jun, 2009 2 commits
  10. 04 Jun, 2009 3 commits
  11. 03 Jun, 2009 2 commits
  12. 02 Jun, 2009 5 commits
  13. 29 May, 2009 2 commits