[mpd] add mpd section in forked-daapd.conf

This commit is contained in:
chme 2015-07-19 19:47:56 +02:00
parent c6851eac9b
commit 540915dbf9

View File

@ -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!