summaryrefslogtreecommitdiff
path: root/dotfiles/system/.config/mpd/mpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.config/mpd/mpd.conf')
-rw-r--r--dotfiles/system/.config/mpd/mpd.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/system/.config/mpd/mpd.conf b/dotfiles/system/.config/mpd/mpd.conf
index d1c6208..d084cb2 100644
--- a/dotfiles/system/.config/mpd/mpd.conf
+++ b/dotfiles/system/.config/mpd/mpd.conf
@@ -132,6 +132,9 @@ auto_update "yes"
#
#auto_update_depth "3"
#
+# Buffer settings for smooth streaming
+audio_buffer_size "16384" # 16 MB buffer (default 4096 KB)
+#
###############################################################################
@@ -193,6 +196,7 @@ auto_update "yes"
input {
plugin "curl"
+ timeout "30000" # 30 second timeout for connections
# proxy "proxy.isp.com:8080"
# proxy_user "user"
# proxy_password "password"