From 7b467f4dc174e1fb6b7ff580e8dca85d0b954715 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 13 Mar 2017 00:38:44 +0000 Subject: [PATCH] mpd: double max_output_buffer_size ncmcpp was complaining that mpd was not returning enough data --- mpd/mpd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mpd/mpd.conf b/mpd/mpd.conf index a435881..749bf35 100644 --- a/mpd/mpd.conf +++ b/mpd/mpd.conf @@ -9,6 +9,7 @@ log_file "~/.local/share/mpd/log" pid_file "~/.local/share/mpd/pid" state_file "~/.local/share/mpd/state" sticker_file "~/.local/share/mpd/sticker.sql" +max_output_buffer_size "16384" audio_output { type "pulse" -- 2.48.1