1. 02 Aug, 2018 1 commit
  2. 25 Feb, 2018 1 commit
  3. 02 Dec, 2017 1 commit
  4. 26 Nov, 2017 2 commits
  5. 18 Oct, 2017 2 commits
  6. 08 May, 2017 1 commit
  7. 03 Jan, 2017 1 commit
  8. 09 Dec, 2016 1 commit
    • Max Kellermann's avatar
      Queue: "setprio" re-enqueues old song if priority has been raised · e7353ec7
      Max Kellermann authored
      This commit changes a minor queue priority design to something which
      makes a little bit more sense.
      
      Previously, a song that had already been played would only be
      re-enqueued if its priority had just been raised above the current
      song's.  This means that if it was already above, it was not
      re-enqueued.  That is a surprising behavior, because users expect a
      song to be played when its priority is raised.
      
      Now the song is always re-enqueued if its priority is raised (and
      above the current song's - no matter if it has already been above
      before).
      
       https://bugs.musicpd.org/view.php?id=4592
      e7353ec7
  9. 26 Feb, 2016 1 commit
  10. 01 Jan, 2015 1 commit
  11. 26 Nov, 2014 1 commit
  12. 23 Jan, 2014 1 commit
  13. 20 Jan, 2014 1 commit
  14. 13 Jan, 2014 1 commit
  15. 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
  16. 28 Nov, 2013 1 commit
  17. 21 Oct, 2013 3 commits
  18. 19 Oct, 2013 2 commits
  19. 28 Jul, 2013 1 commit
  20. 08 Jan, 2013 7 commits
  21. 07 Jan, 2013 3 commits
  22. 06 Jan, 2013 3 commits
  23. 04 Jan, 2013 1 commit
  24. 21 Aug, 2012 1 commit
  25. 15 Aug, 2012 1 commit