Skip to main content

MPD (Music Player Daemon)

MS communicates with MPD using the TCP client connection.

You should uncomment/create the following settings in your mpd config:

bind_to_address	"any"   # or a specific ipv4/v6 address
port "6600"

Multi-scrobbler requires only the read permission in order to monitor your activity.

Configuration

Configuration Type

This is configuration for the ENV Config Type.

Environmental VariableTypeDefaultDescription
MPD_IDstringA globally unique ID EX myComponentId
MPD_NAMEstringValue of MPD_IDA vanity name EX My Cool Component
MPD_ENABLEbooleantrueShould this component be used?
MPD_URLstringlocalhost:6600URL:PORT of the MPD server to connect to
MPD_PASSWORDstringPassword for the server, if set https://mpd.readthedocs.io/en/stable/user.html#permissions-and-passwords

Bold/Italic = Required