From 540915dbf9bcb15532dc89434f63258162eceb28 Mon Sep 17 00:00:00 2001 From: chme Date: Sun, 19 Jul 2015 19:47:56 +0200 Subject: [PATCH] [mpd] add mpd section in forked-daapd.conf --- forked-daapd.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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!