1. 29 Jan, 2011 1 commit
  2. 10 Jan, 2011 1 commit
  3. 28 Sep, 2010 1 commit
  4. 23 Sep, 2010 1 commit
  5. 19 Jun, 2010 3 commits
  6. 01 Jun, 2010 1 commit
  7. 31 May, 2010 1 commit
  8. 07 Mar, 2010 1 commit
    • Max Kellermann's avatar
      playlist: fix single+repeat in random mode · 9134169e
      Max Kellermann authored
      With single+repeat enabled, it is expected that MPD repeats the
      current song over andd over.  With random mode also enabled, this
      didn't work, because the song order was shuffled internally.  This
      patch adds a special check for this case.
      9134169e
  9. 01 Jan, 2010 1 commit
  10. 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
  11. 08 Oct, 2009 2 commits
  12. 28 Jul, 2009 1 commit
  13. 14 Jul, 2009 1 commit
  14. 25 Apr, 2009 1 commit
  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. 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
  18. 11 Feb, 2009 1 commit
    • Max Kellermann's avatar
      playlist: don't preserve "current" song after "random" toggle · 58a5d308
      Max Kellermann authored
      When MPD is not playing, it may still remember which is the "current"
      song.  When you switch to "random" mode, MPD will always start playing
      exactly this song.  This defies the goal of "random" mode a little.
      Clear the "current" song when MPD is not playing during the "random"
      mode switch.
      58a5d308
  19. 09 Feb, 2009 2 commits
  20. 04 Feb, 2009 8 commits
  21. 30 Jan, 2009 1 commit
  22. 25 Jan, 2009 5 commits
  23. 24 Jan, 2009 2 commits