07-10-2020, 04:26 PM
Hi Graham
The format line is just context for the patch (i.e. it is in the Moode source) and is writing a line which is commented out, and so should be fine.
If you apply the mpd_oled iinstallation database changes and the patch you should then be able to locate "mpd_oled_FIFO" in /var/www/command/worker.php and change it to your audio output name ("my pipe", but chack you can use spaces in a name). Then put your audio output section in the file /usr/local/etc/mpd_oled_fifo.conf and trigger an mpd.conf regeneration.
All the patch does is inserts the extra config into mpd.conf when it is regenerated and stops Moode from disabling a named output.
Adrian.
The format line is just context for the patch (i.e. it is in the Moode source) and is writing a line which is commented out, and so should be fine.
If you apply the mpd_oled iinstallation database changes and the patch you should then be able to locate "mpd_oled_FIFO" in /var/www/command/worker.php and change it to your audio output name ("my pipe", but chack you can use spaces in a name). Then put your audio output section in the file /usr/local/etc/mpd_oled_fifo.conf and trigger an mpd.conf regeneration.
All the patch does is inserts the extra config into mpd.conf when it is regenerated and stops Moode from disabling a named output.
Adrian.