1. 03 Jan, 2013 3 commits
  2. 21 Nov, 2012 1 commit
    • John's avatar
      mpd.service: depend on network.target · a9a5907a
      John authored
      Since some configurations use the "bind_to_address" option in their
      /etc/mpd.conf, the systemd service file must wait for the
      network.target or else mpd will start before it and thus fail due to
      no iface.
      a9a5907a
  3. 05 Oct, 2012 9 commits
  4. 02 Oct, 2012 2 commits
  5. 01 Oct, 2012 12 commits
  6. 30 Sep, 2012 2 commits
  7. 25 Sep, 2012 3 commits
  8. 22 Sep, 2012 1 commit
  9. 04 Sep, 2012 2 commits
  10. 03 Sep, 2012 3 commits
  11. 25 Aug, 2012 2 commits
    • Max Kellermann's avatar
      playlist/cue: map "PERFORMER" to "artist" or "album artist" · acaa7254
      Max Kellermann authored
      Implements Mantis ticket 0003549.
      acaa7254
    • Max Kellermann's avatar
      player_thread: disable cross-fading in "single" mode · f3515505
      Max Kellermann authored
      This commit reimplements the core of the "single" mode.  Instead of
      doing the detection in the playlist code from the outside, it is moved
      to the player thread, which gets a new option called "border_pause".
      It will now pause playback exactly at the beginning of the new song,
      making the feature more reliable.
      
      Now that the player thread knows what will happen, it can suppress
      cross-fading.
      
      Fixes mantis tickets 0003055 and 0003166.
      f3515505