com
[dotfiles.git] / music / .config / mpd / mpd.conf
index 5532ffb..85a4202 100644 (file)
@@ -1,7 +1,6 @@
 db_file            "~/.config/mpd/database"
 log_file           "~/.config/mpd/log"
 
-# Optional
 music_directory    "/mnt/data/music"
 playlist_directory "~/.config/mpd/playlists"
 pid_file           "~/.config/mpd/pid"
@@ -12,22 +11,23 @@ user                                "mrl"
 group                          "mrl"
 bind_to_address                "any"
 
-auto_update    "yes"
+#auto_update   "yes"
 follow_outside_symlinks        "yes"
 follow_inside_symlinks         "yes"
 
 input {
         plugin "curl"
-#       proxy "proxy.isp.com:8080"
-#       proxy_user "user"
-#       proxy_password "password"
 }
 
 audio_output {
        type            "pulse"
        name            "My Pulse Output"
-#      server          "remote_server"         # optional
-#      sink            "remote_server_sink"    # optional
+}
+
+audio_output {
+       type            "cgi-output"
+       name            "CGI Output"
+       command         "/home/mrl/projects/mpdcgilog/mpdcgilog.py"
 }
 
 audio_output {