Default blacklist set to listall and listallinfo. This change has been done to avoid clients being able to call "bad" MPD commands which are often misused to try and keep a client db. Note that this change will break some MPD clients, but the blacklist can be controlled via config to allow opting out for now.
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
[mpd]
|
|
enabled = true
|
|
hostname = 127.0.0.1
|
|
port = 6600
|
|
password =
|
|
max_connections = 20
|
|
connection_timeout = 60
|
|
zeroconf = Mopidy MPD server on $hostname
|
|
command_blacklist = listall,listallinfo
|