diff options
Diffstat (limited to 'dotfiles/system/.config/mpd')
| -rw-r--r-- | dotfiles/system/.config/mpd/mpd.conf | 4 |
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" |
