]> git.rmz.io Git - dotfiles.git/blobdiff - mpd/mpd.conf
awesome: update awesompd submodule
[dotfiles.git] / mpd / mpd.conf
index 7973ac7a8c4b7feb4de7934e1f101a72fba2974b..a435881baa63a6a46935991c3565898df89468c8 100644 (file)
@@ -2,7 +2,6 @@
 # /usr/share/doc/mpd/
 
 bind_to_address     "any"
-bind_to_address     "/var/run/user/1000/mpd.socket"
 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"