diff --git a/forked-daapd.conf b/forked-daapd.conf index 2a5cf0ec..9112f166 100644 --- a/forked-daapd.conf +++ b/forked-daapd.conf @@ -203,6 +203,18 @@ spotify { # starred_album_override = false } +# MPD configuration (only have effect if MPD enabled - see README/INSTALL) +mpd { + # TCP port to listen on for MPD client requests. + # Default port is 6600, set to 0 to disable MPD support. +# port = 6600 + + # HTTP port to listen for artwork requests (only supported by some MPD clients + # and will need additional configuration in the MPD client to work). + # Set to 0 to disable serving artwork over http. +# http_port = 0 +} + # SQLite configuration (allows to modify the operation of the SQLite databases) # Make sure to read the SQLite documentation for the corresponding PRAGMA statements as # changing them from the defaults may increase the possibility of database corruptions!