diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-26 16:33:45 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-26 16:33:45 +0100 | 
| commit | 42c8c1657de27ca7b35981c89f6edb8f31fbfe1a (patch) | |
| tree | 2130f4da0b432616c13c1a75da97c81039085c1c /config/common/mpd | |
| parent | 3b659f14503defce477efa12c3af2c8796b1d8eb (diff) | |
checkpoint
Diffstat (limited to 'config/common/mpd')
| -rw-r--r-- | config/common/mpd/mpd.conf | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/config/common/mpd/mpd.conf b/config/common/mpd/mpd.conf index 095b345..f9e7f9e 100644 --- a/config/common/mpd/mpd.conf +++ b/config/common/mpd/mpd.conf @@ -5,8 +5,8 @@ pid_file             "~/.config/mpd/pid"  state_file           "~/.local/state/mpd/state"  auto_update          "yes"  restore_paused       "yes" -bind_to_address		 "127.0.0.1" -port                 "6600" +# bind_to_address		 "/run/user/1000/mpd/socket" +# port                 "6600"  audio_output {  	type "pulse"  	name "pulse audio"  | 
