X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8e565b881c5c315407a6765f9d458b26d5651528..a6ea1a1fa2e612852376b6deab07cb2388608fc8:/mpd/mpd.conf diff --git a/mpd/mpd.conf b/mpd/mpd.conf index fa0126b..749bf35 100644 --- a/mpd/mpd.conf +++ b/mpd/mpd.conf @@ -1,8 +1,7 @@ # An example configuration file for MPD can be found at: # /usr/share/doc/mpd/ -bind_to_address "localhost" -bind_to_address "/var/run/user/1000/mpd.socket" +bind_to_address "any" music_directory "~/music" playlist_directory "~/.local/share/mpd/playlists" db_file "~/.local/share/mpd/database" @@ -10,10 +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" - -input { - plugin "curl" -} +max_output_buffer_size "16384" audio_output { type "pulse"