1. 13 Dec, 2011 3 commits
  2. 12 Dec, 2011 3 commits
  3. 01 Dec, 2011 2 commits
  4. 28 Nov, 2011 12 commits
  5. 27 Nov, 2011 8 commits
  6. 23 Oct, 2011 1 commit
  7. 13 Oct, 2011 3 commits
  8. 09 Oct, 2011 2 commits
  9. 08 Oct, 2011 4 commits
  10. 07 Oct, 2011 1 commit
    • Max Kellermann's avatar
      configure.ac: disable systemd service by default · 72ff9bd3
      Max Kellermann authored
      Defaulting to "with systemd" causes problems for users who install MPD
      as an unprivileged user, and it breaks "make distcheck".  It looks
      like enabling it by default creates too many practical problems for
      unexperienced users.
      
      With --with-systemdsystemunitdir (without a parameter), configure.ac
      attempts to auto-detect systemd.
      72ff9bd3
  11. 06 Oct, 2011 1 commit
    • Jesús Bravo Álvarez's avatar
      playlist_song: fix absolute path support in playlists · 039b3544
      Jesús Bravo Álvarez authored
      Right now, a playlist with absolute pathnames can only add songs that
      are in the same the directory of the playlist or under it.
      
      If uri is an absolute pathname and base_uri is set,
      playlist_check_translate_song() will check that base_uri is a prefix
      of uri, excluding every other song in the music directory outside
      base_uri.
      
      I think in this case base_uri should be completely ignored (and made
      NULL) and uri should just be checked against music root directory.
      039b3544