diff --git a/config/programs/mpd.nix b/config/programs/mpd.nix index aee2e9c7..ade7da0f 100644 --- a/config/programs/mpd.nix +++ b/config/programs/mpd.nix @@ -8,6 +8,11 @@ _: { name "Pipewire" } replaygain "track" + volume_normalization "yes" + max_playlist_length 1048576 + max_command_list_size 1048576 + max_output_buffer_size 1048576 + auto_update yes ''; }; programs.ncmpcpp.enable = true;