Research and Development
Install mp3gain from snap repository.
mp3gain
snap
sudo snap install mp3gain
Normalize all mp3 files at given /path with the following command:
/path
find /path -name *.mp3 -exec mp3gain -r -c -p '{}' \;