the current equalizer on the audioplayer tab is only working with squeezelite. As the MPD-Player needs the user „mpd“ and not the system user „pi“ to control the equalizer, we have to add the equalizer feature to the „Music Player MPD“ tab with slightly different settings to get it working. Besides that, you need to set the Sound Device in the soundcard settings of the MPD player to „plug:plugequal“. If you do not want to wait until our next release you may run this on the console as root to change the equalizer settings:
„usermod -aG audio mpd“
„sudo -H -u mpd alsamixer -D equal“
if the complete path of the executable file is „/root/rescan“, than it should work by pasting this into the „Start my own Script“.
You might try to debug, if something is not working as expected: add some logging to the command in the webinterface to see what the command-line output is. In your case you might try this for the „Start my own Script“:
/root/rescan 2>&1 > /tmp/rescan-output
After pushing the button, there should be a file with the output of your script – to open it use „cat /tmp/rescan-output“
This reply was modified 11 years ago by flysurfer.