1. 26 Nov, 2014 1 commit
  2. 23 Jan, 2014 1 commit
  3. 20 Jan, 2014 1 commit
  4. 13 Jan, 2014 1 commit
  5. 09 Jan, 2014 1 commit
    • Max Kellermann's avatar
      DetachedSong: fork of struct Song · 322b0616
      Max Kellermann authored
      From now on, struct Song will be used by the database only, and
      DetachedSong will be used by everybody else.  DetachedSong is easier
      to use, but Song has lower overhead.
      322b0616
  6. 28 Nov, 2013 1 commit
  7. 21 Oct, 2013 3 commits
  8. 19 Oct, 2013 2 commits
  9. 28 Jul, 2013 1 commit
  10. 08 Jan, 2013 7 commits
  11. 07 Jan, 2013 3 commits
  12. 06 Jan, 2013 3 commits
  13. 04 Jan, 2013 1 commit
  14. 21 Aug, 2012 1 commit
  15. 15 Aug, 2012 1 commit
  16. 18 Jul, 2011 1 commit
  17. 29 Jan, 2011 1 commit
  18. 31 May, 2010 1 commit
  19. 16 Jan, 2010 1 commit
  20. 01 Jan, 2010 1 commit
  21. 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
  22. 13 Oct, 2009 1 commit
  23. 30 Mar, 2009 2 commits
  24. 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
  25. 26 Mar, 2009 1 commit
    • Jeffrey Middleton's avatar
      queue/playlist/command: move range · 13208bf5
      Jeffrey Middleton authored
      The move command now accepts a range for the first argument, in the same
      form as other range commands, e.g. move 15:17 3.  The first song in the
      range is placed at the destination position. Note that as with other
      range commands, the range is inclusive on the left only; this example
      would move only songs 15 and 16, not 17.
      
      [mk: fixed signed/unsigned warnings; use G_MAXUINT instead of
      UINT_MAX]
      13208bf5