11-27-2018, 12:46 PM
Very odd however this symptom "the EQ change had not triggered MPD Restart (putting the audio in 'pause" would suggest that something upstream is preventing MPD from restarting.
If the issue occurs again run the command below and see if there are any errors
The only other way I can think of to troubleshoot this would be to add some debug logging to worker.php which traces the code that starts the eq's. Have a look in /var/www/command/worker.php at the cases below
Add debug logging by inserting the statement below at various points in the code blocks then viewing the moode log /var/log/moode.log to verify whats going on.
Here is the link to the CAPS plugins. They are included in Raspbian.
http://quitte.de/dsp/caps.html
apt-cache show caps
-Tim
If the issue occurs again run the command below and see if there are any errors
Code:
systemctl status mpd
The only other way I can think of to troubleshoot this would be to add some debug logging to worker.php which traces the code that starts the eq's. Have a look in /var/www/command/worker.php at the cases below
Code:
case 'eqfa4p':
case 'alsaequal':
Add debug logging by inserting the statement below at various points in the code blocks then viewing the moode log /var/log/moode.log to verify whats going on.
Code:
workerLog('message text');
Here is the link to the CAPS plugins. They are included in Raspbian.
http://quitte.de/dsp/caps.html
apt-cache show caps
-Tim