Unable to modify mpd.conf

I had added this section to mpd.conf when I first setup my Volumio device for plugin development. However I want to test without this section but everytime I remove it, Volumio puts it back.

/etc/mpd.conf

audio_output {
    type "httpd"
    name "My HTTP MPD Stream"
    port "8000"
    format "44100:16:1"
}

You need to modify:
/volumio/app/plugins/music_service/mpd/mpd.conf.tmpl

1 Like

Thanks, that worked.

Warning :warning:
Doing this will prevent Volumio to update!

1 Like