1. 26 Apr, 2022 12 commits
  2. 24 Apr, 2022 1 commit
  3. 20 Apr, 2022 1 commit
  4. 26 Mar, 2022 1 commit
    • Vitaly Ostrosablin's avatar
      Make volume changes to apply to disabled software mixers. · ac060889
      Vitaly Ostrosablin authored
      Move audio output state check ahead of mixer check and force volume
      applying even for disabled software mixed outputs.
      
      This fixes incorrect software mixer volume that used to occur when
      volume was changed while output being disabled.
      
      This is easily reproduced with following sequence of commands on
      multi-output software mixed MPD setup.
      
       mpc volume 38; mpc disable 3; mpc volume 88; mpc enable 3
      
      On current MPD, following commands would result in output 3 playing at
      volume 38, while all other enabled outputs would play at volume
      88. Moreover, global volume would display average of outputs real
      volumes. In my case, it's 75.
      
      After applying this patch, following commands would produce expected
      behavior. All outputs play at expected (88) volume. And volume is
      correctly displayed as 88.
      
      Closes https://github.com/MusicPlayerDaemon/MPD/issues/1423
      
      Signed-off-by: Vitaly Ostrosablin tmp6154@yandex.ru
      Signed-off-by: 's avatarVitaly Ostrosablin <tmp6154@yandex.ru>
      ac060889
  5. 16 Mar, 2022 2 commits
  6. 14 Mar, 2022 17 commits
  7. 09 Mar, 2022 1 commit
  8. 14 Feb, 2022 2 commits
  9. 26 Jan, 2022 2 commits
  10. 11 Jan, 2022 1 commit
    • Sam Bazley's avatar
      Fix Android build error: needs_exe_wrapper · fbecb05b
      Sam Bazley authored
      lib/src/libmpdclient-2.19/meson.build:1:0: ERROR: Unknown options: "needs_exe_wrapper"
      
      The "needs_exe_wrapper" option was incorrectly set under
      [built-in options] rather than [properties].
      fbecb05b