1. 27 Feb, 2014 1 commit
  2. 13 Jan, 2014 1 commit
  3. 09 Jan, 2014 1 commit
    • Max Kellermann's avatar
      DetachedSong: fork of struct Song · 322b0616
      Max Kellermann authored
      From now on, struct Song will be used by the database only, and
      DetachedSong will be used by everybody else.  DetachedSong is easier
      to use, but Song has lower overhead.
      322b0616
  4. 28 Nov, 2013 1 commit
  5. 28 Oct, 2013 1 commit
  6. 21 Oct, 2013 3 commits
  7. 19 Oct, 2013 1 commit
  8. 16 Oct, 2013 1 commit
  9. 02 Oct, 2013 2 commits
  10. 27 Sep, 2013 1 commit
  11. 28 Jul, 2013 1 commit
  12. 20 Jan, 2013 1 commit
  13. 09 Jan, 2013 2 commits
  14. 07 Jan, 2013 1 commit
  15. 06 Jan, 2013 2 commits
  16. 04 Jan, 2013 3 commits
  17. 25 Sep, 2012 1 commit
  18. 25 Aug, 2012 1 commit
    • 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
  19. 15 Aug, 2012 2 commits
  20. 08 Aug, 2012 3 commits
  21. 29 Jan, 2011 1 commit
  22. 10 Jan, 2011 1 commit
  23. 28 Sep, 2010 1 commit
  24. 23 Sep, 2010 1 commit
  25. 19 Jun, 2010 3 commits
  26. 01 Jun, 2010 1 commit
  27. 31 May, 2010 1 commit
  28. 07 Mar, 2010 1 commit
    • Max Kellermann's avatar
      playlist: fix single+repeat in random mode · 9134169e
      Max Kellermann authored
      With single+repeat enabled, it is expected that MPD repeats the
      current song over andd over.  With random mode also enabled, this
      didn't work, because the song order was shuffled internally.  This
      patch adds a special check for this case.
      9134169e