diff options
Diffstat (limited to 'dotfiles/system/.config/mpd')
| -rw-r--r-- | dotfiles/system/.config/mpd/mpd.conf | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/dotfiles/system/.config/mpd/mpd.conf b/dotfiles/system/.config/mpd/mpd.conf index 25f204e..cbb3b32 100644 --- a/dotfiles/system/.config/mpd/mpd.conf +++ b/dotfiles/system/.config/mpd/mpd.conf @@ -84,20 +84,20 @@ user				"cjennings"  # bind_to_address		"0.0.0.0"  #  # And for Unix Socket -bind_to_address		"/home/cjennings/.config/mpd/socket" -# bind_to_address		"0.0.0.0" +# bind_to_address		"/home/cjennings/.config/mpd/socket" +bind_to_address		"127.0.0.1"  #  # This setting is the TCP port that is desired for the daemon to get assigned  # to.  # -#port				"6600" +port				"6600"  #  # This setting controls the type of information which is logged. Available  # setting arguments are "default", "secure" or "verbose". The "verbose" setting  # argument is recommended for troubleshooting, though can quickly stretch  # available resources on limited hardware storage.  # -#log_level			"default" +log_level			"default"  #  # If you have a problem with your MP3s ending abruptly it is recommended that  # you set this argument to "no" to attempt to fix the problem. If this solves | 
