1. 26 Jan, 2009 1 commit
  2. 25 Jan, 2009 1 commit
  3. 19 Jan, 2009 3 commits
  4. 18 Jan, 2009 2 commits
  5. 14 Jan, 2009 1 commit
    • Jérôme Quelin's avatar
      allow ~/.mpd/mpd.conf as alternate config file · ae5517b0
      Jérôme Quelin authored
      mpd uses some additional files to work, such as pid_file, state_file,
      db_file, etc. when running mpd as non-root user, it is often that those
      files end in ~/.mpd
      
      in that case, we end up with 2 entries in a user's home, .mpdconf and
      .mpd - which clutters homedirs.
      
      this patch allows ~/.mpd/mpd.conf as an alternative to ~/.mpdconf,
      allowing for a cleaner homedir
      ae5517b0
  6. 04 Jan, 2009 1 commit
    • Max Kellermann's avatar
      don't exit after --create-db · e4a53df7
      Max Kellermann authored
      Start the daemon after --create-db.  This makes --create-db a flag
      which discards the old database and starts with a fresh one.
      e4a53df7
  7. 01 Jan, 2009 1 commit
  8. 31 Dec, 2008 1 commit
  9. 28 Dec, 2008 2 commits
  10. 24 Dec, 2008 2 commits
  11. 21 Dec, 2008 2 commits
  12. 20 Dec, 2008 1 commit
  13. 16 Dec, 2008 1 commit
  14. 08 Dec, 2008 1 commit
    • Avuton Olrich's avatar
      update: default to follow all symlinks · a25b8acd
      Avuton Olrich authored
      MPD 0.13 and older followed all symbolic links.  Although this can be
      a security problem (as it has always been), 0.14 should offer the same
      default behaviour as 0.13.
      a25b8acd
  15. 28 Nov, 2008 1 commit
    • Raphaël Rigo's avatar
      update: added options which control symlink behaviour · 5b089f85
      Raphaël Rigo authored
      The configuration options "follow_outside_symlinks" and
      "follow_inside_symlinks" let the user control whether MPD should
      follow symbolic links in the music directory.
      
      [mk: converted variables to "bool"; moved configuration to
      update_global_init()]
      5b089f85
  16. 23 Nov, 2008 2 commits
  17. 20 Nov, 2008 5 commits
  18. 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
  19. 31 Oct, 2008 2 commits
  20. 25 Oct, 2008 1 commit
  21. 22 Oct, 2008 2 commits
  22. 16 Oct, 2008 1 commit
    • Max Kellermann's avatar
      Makefile.am: fix automake 1.6 errors · b2839540
      Max Kellermann authored
      When building with the ancient automake 1.6 version, the following
      errors occur:
      
       Makefile.am:5: invalid variable `doc_DATA'
       doc/Makefile.am:2: invalid variable `doc_DATA'
      
      This patches renames some internal variables.
      b2839540
  23. 15 Oct, 2008 2 commits
  24. 14 Oct, 2008 3 commits
    • Max Kellermann's avatar
      command: added command "idle" · a3e3d2c9
      Max Kellermann authored
      "idle" waits until something noteworthy happens on the server,
      e.g. song change, playlist modified, database updated.  This allows
      clients to keep up to date without polling.
      a3e3d2c9
    • Richard Brown's avatar
      Makefile.am: don't override $(docdir) · 50e038d1
      Richard Brown authored
      Makefile.am sets docdir = $(prefix)/share/doc/$(PACKAGE). This
      overrides the setting specified in ./configure --docdir.
      50e038d1
    • Max Kellermann's avatar
      alsa: optionally disable resampling and others · 86782faa
      Max Kellermann authored
      Added mpd.conf options for disabling automatic resamling, sample
      format and channel conversion.  This way, users may choose to override
      ALSA's automatic resampling, and use libsamplerate instead.
      86782faa