GioF71 / mpd-alsa-docker

Easily run mpd with Alsa or PulseAudio output with Docker. Upsampling 2x 4x 8x with "Goldilocks" settings by Archimago. Scrobbling support.
Apache License 2.0
19 stars 6 forks source link

[Bug] Alsa output specifies wrong parameter "output_format", should be format #343

Closed GioF71 closed 10 months ago

GioF71 commented 10 months ago

As seen here, we are producing a configuration file with a wrong configuration parameter. In the alsa output section of the file, "output_format" should become "format". The variable ALSA_OUTPUT_OUTPUT_FORMAT should also become ALSA_OUTPUT_FORMAT, but we need to preserve compatibility.