1. 28 Apr, 2009 1 commit
  2. 07 Apr, 2009 1 commit
    • Jeffrey Middleton's avatar
      doc: xml typo fix · 539e96bf
      Jeffrey Middleton authored
      A <varlistentry> was accidentally added before the
      beginning of the intended <variablelist>
      539e96bf
  3. 01 Apr, 2009 1 commit
  4. 30 Mar, 2009 1 commit
  5. 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
  6. 26 Mar, 2009 3 commits
    • 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
    • Jeffrey Middleton's avatar
      doc: updated ranged playlist commands · 7684c446
      Jeffrey Middleton authored
      Clearly specified the format (song1:song2) for range argumentst, and
      added the range capability of the playlistinfo command.
      7684c446
    • Jeffrey Middleton's avatar
      doc: Fixed moveid description · 272a7d08
      Jeffrey Middleton authored
      moveid uses an index, not a songid, for its second argument
      272a7d08
  7. 03 Mar, 2009 1 commit
  8. 13 Feb, 2009 1 commit
  9. 19 Jan, 2009 1 commit
    • Max Kellermann's avatar
      command: added "sticker" command · f9c693e6
      Max Kellermann authored
      The "sticker" command allows clients to query or manipulate the
      sticker database.  This patch implements the sub-commands "get" and
      "set"; more will follow soon (enumeration), as well as extended
      "lsinfo" / "playlistinfo" versions.
      f9c693e6
  10. 24 Dec, 2008 1 commit
  11. 23 Nov, 2008 1 commit
  12. 20 Nov, 2008 4 commits
  13. 19 Nov, 2008 1 commit
    • Max Kellermann's avatar
      doc: converted doc/COMMANDS to DocBook · a3fd74d0
      Max Kellermann authored
      The goal is to have one structured document which is the authoritative
      protocol specification.  The documentation which currently resides in
      the wiki will be merged.
      a3fd74d0