It does not work when remove vorbis. Follwing is the output when change from encoder "vorbis" to encoder ""
**** MPD (0.23.5)
server_socket: bind to '0.0.0.0:6600' failed (continuing anyway, because binding to '[::]:6600' succeeded): Failed to bind socket: Address already in use
exception: Failed to configure output in line 359; No such encoder:
The result when change encoder "vorbis" to encoder "lame"
**** MPD (0.23.5)
server_socket: bind to '0.0.0.0:6600' failed (continuing anyway, because binding to '[::]:6600' succeeded): Failed to bind socket: Address already in use
exception: Failed to configure output in line 359; No such encoder: lame
Seems haven't include encoder in MPD
