1. 01 Jan, 2010 1 commit
  2. 08 Oct, 2009 1 commit
    • Max Kellermann's avatar
      playlist_control: "previous" really plays the previous song · a5960c20
      Max Kellermann authored
      No more CD player emulation.  The current behaviour of "previous" is
      difficult for a client to predict, because it does not definitely know
      the current position within the song.  If a client wants to restart
      the current song, it can always send "playid".
      a5960c20
  3. 30 Sep, 2009 1 commit
  4. 28 Jul, 2009 1 commit
  5. 14 Jul, 2009 2 commits
  6. 25 Apr, 2009 1 commit
  7. 30 Mar, 2009 1 commit
  8. 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
  9. 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
  10. 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
  11. 13 Feb, 2009 1 commit
  12. 09 Feb, 2009 1 commit
  13. 04 Feb, 2009 2 commits
  14. 25 Jan, 2009 2 commits
  15. 24 Jan, 2009 6 commits
  16. 23 Jan, 2009 3 commits
  17. 22 Jan, 2009 4 commits
  18. 21 Jan, 2009 1 commit
  19. 20 Jan, 2009 1 commit
    • Max Kellermann's avatar
      event_pipe: added "TAG" event · 06bd9ad8
      Max Kellermann authored
      The "TAG" event is emitted by the player thread when the current
      song's tag has changed.  Split this event from "PLAYLIST" and make it
      a separate callback, which is more efficient.
      06bd9ad8
  20. 18 Jan, 2009 1 commit
  21. 10 Jan, 2009 2 commits
  22. 04 Jan, 2009 1 commit
  23. 30 Dec, 2008 1 commit
  24. 11 Nov, 2008 1 commit
  25. 31 Oct, 2008 1 commit