1. 23 Feb, 2011 2 commits
  2. 29 Jan, 2011 1 commit
  3. 10 Jan, 2011 1 commit
  4. 23 Sep, 2010 1 commit
  5. 25 Jul, 2010 4 commits
  6. 21 Mar, 2010 1 commit
    • Tim Phipps's avatar
      Add support for MixRamp tags · e7a515c8
      Tim Phipps authored
      Adds mixrampdb and mixrampdelay commands.  Reads MIXRAP_START and
      MIXRAMP_END tags from FLAC files and overlaps instead of crossfading.
      e7a515c8
  7. 01 Jan, 2010 1 commit
  8. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  9. 23 Oct, 2009 1 commit
    • Max Kellermann's avatar
      output_plugin: added methods enable() and disable() · e53ca368
      Max Kellermann authored
      With these methods, an output plugin can allocate some global
      resources only if it is actually enabled.  The method enable() is
      called after daemonization, which allows for more sophisticated
      resource allocation during that method.
      e53ca368
  10. 08 Oct, 2009 3 commits
  11. 28 Jul, 2009 1 commit
  12. 15 Jul, 2009 1 commit
  13. 29 Jun, 2009 1 commit
  14. 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
  15. 30 Mar, 2009 1 commit
  16. 27 Mar, 2009 2 commits
    • Romain Bignon's avatar
      renamed smartstop to single and changed behavior · e7519829
      Romain Bignon authored
      When single mode is enabled, after current song it stops playback,
      or it replay same song if repeat mode is activated.
      e7519829
    • Romain Bignon's avatar
      implements the smartstop feature · e46722b2
      Romain Bignon authored
      The smartstop feature is a way to tell mpd to stop playing after
      current song.
      This patche provides:
      - 'state' command returns 'smartstop' state (1 or 0)
      - 'smartstop' can activate or not the smartstop state
      - when song is terminated, mpd stops playing and smartstop is set to 0
      e46722b2
  17. 26 Mar, 2009 1 commit
  18. 25 Mar, 2009 1 commit
    • Max Kellermann's avatar
      playlist_state: start playing after restore is complete · 1e9659bf
      Max Kellermann authored
      Don't start playback as soon as the "current" song is being loaded
      from the state file.  That is unclean, and leads to an obscure bug: in
      repeat mode, when the song is started (which is yet the last song in
      the list), the playlist code marked the very first song in the
      playlist as "next" song, because the end of the playlist was wrapped.
      
      It's easier to set up the playback after all songs have been loaded,
      and after the random/repeat mode has been set.
      1e9659bf
  19. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  20. 04 Feb, 2009 3 commits