Hey Tim,
I just had a look at this; when I tried to change the mixer to "null" and click "save" I see the toast that MPD has been restarted, but the UI stays at "Fixed (0db output)".
I do see an entry in the log:
20220126 173811 worker: Job mpdcfg
20220126 173812 worker: Job mpdcfg: devchg|mixchg (0|null), alsavol (96%), playstate (paused)
although, perhaps there's no change in the database though (i assume mpdmixer should be'null' instead of 'none'?)
Just to double check, I also used moodeutil to dump my settings to an ini file:
[MPD]
mixer_type = "none"
---
It looks like no changes I make on the mpd-config page are being saved; I tried changing the mpd loglevel to "verbose" and that didn't save either.
-----------
Many hours later :-) There's something that got fundamentally broken when I migrated from a running setup on a RPI3b+ board to a Rpi4 board -- something must not have cloned over completely properly.
(in addition to the pages not updating the database, the volume control knob in the UI doesnt work properly.)
So - clearly time to reload from scratch!
I just had a look at this; when I tried to change the mixer to "null" and click "save" I see the toast that MPD has been restarted, but the UI stays at "Fixed (0db output)".
I do see an entry in the log:
20220126 173811 worker: Job mpdcfg
20220126 173812 worker: Job mpdcfg: devchg|mixchg (0|null), alsavol (96%), playstate (paused)
although, perhaps there's no change in the database though (i assume mpdmixer should be'null' instead of 'none'?)
Code:
# moodeutl -d |grep -i mpd
mpdver|0.23.4_p0x3
mpdmixer|none
mpdcrossfade|0
mpdmixer_local|none
mpd_httpd|0
mpd_httpd_port|8000
mpd_httpd_encoder|lame
volknob_mpd|0
volume_mpd_max|100
Just to double check, I also used moodeutil to dump my settings to an ini file:
[MPD]
mixer_type = "none"
---
It looks like no changes I make on the mpd-config page are being saved; I tried changing the mpd loglevel to "verbose" and that didn't save either.
-----------
Many hours later :-) There's something that got fundamentally broken when I migrated from a running setup on a RPI3b+ board to a Rpi4 board -- something must not have cloned over completely properly.
(in addition to the pages not updating the database, the volume control knob in the UI doesnt work properly.)
So - clearly time to reload from scratch!