1. 25 Feb, 2018 1 commit
  2. 09 Feb, 2018 1 commit
  3. 29 Jan, 2018 1 commit
  4. 05 Jan, 2018 1 commit
  5. 20 Dec, 2017 1 commit
  6. 19 Dec, 2017 1 commit
  7. 02 Dec, 2017 2 commits
  8. 27 Nov, 2017 1 commit
  9. 26 Nov, 2017 9 commits
  10. 18 Oct, 2017 5 commits
  11. 04 Jun, 2017 1 commit
  12. 08 May, 2017 1 commit
  13. 24 Feb, 2017 1 commit
  14. 08 Feb, 2017 3 commits
  15. 04 Jan, 2017 1 commit
    • Eugene Baklanov's avatar
      Fix for priority order bug if reordering in SetRandom() · bd14afe3
      Eugene Baklanov authored
      Fix for the problem where order with priorities gets out of whack in case it's
      reordered by SetRandom() while another song is currently playing.
      What happens is, if some song is already playing and you have set some
      priorities before switching on the random mode, and then turn the mode on, the
      original code swaps position of the first song in the order (i.e., the highest
      priority song) with current, so that current is 0 (which it should be). The
      problem is, the "original" first song then goes to the place "current" song was
      after reordering, wherever that is, instead of going after the "current" song.
      This patch fixes the issue.
      Also the fix makes MoveOrder() public, because why shouldn't it be, anyway.  It
      certainly makes more sense than just having SwapOrders() public for some
      reason.
      Signed-off-by: 's avatarEugene Baklanov <miltenfiremage@gmail.com>
      bd14afe3
  16. 03 Jan, 2017 1 commit
  17. 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
  18. 10 Nov, 2016 1 commit
  19. 29 Oct, 2016 1 commit
  20. 27 Oct, 2016 2 commits
  21. 08 Sep, 2016 1 commit
  22. 05 Sep, 2016 2 commits
  23. 18 Mar, 2016 1 commit