]> git.rmz.io Git - dotfiles.git/blobdiff - mpd/mpd.conf
awesome: update awesompd submodule
[dotfiles.git] / mpd / mpd.conf
index fa0126b18e50af6976d784ef220204e0c74e1b43..a435881baa63a6a46935991c3565898df89468c8 100644 (file)
@@ -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"
@@ -11,10 +10,6 @@ pid_file            "~/.local/share/mpd/pid"
 state_file          "~/.local/share/mpd/state"
 sticker_file        "~/.local/share/mpd/sticker.sql"
 
-input {
-    plugin "curl"
-}
-
 audio_output {
     type "pulse"
     name "My Pulse Output"