Just post a batch file on the web site
Analyzes and adjusts the volume of MP3 files
Brought to you by:
snelg
You can post a "quick and dirty" batch file that check all
files in current directory and subdirectories in the
download section (or include it inside the package if you
want):
Much faster to code than a GUI :-P W2K+ Only.
@echo off
for /R %%a in (*.mp3) do mp3gain /r /k /p "%%a"
Logged In: YES
user_id=901772
I wrote a very little shell script (for Linux) that runs
mp3gain on all files in the current directory.
It displays how many files are processed and the current file.
www.hennigbuam.de/georg/skripte.html