QUOTE(wolfsong @ Sep 18 2005, 01:19 AM)
Can anyone give me a sample ini with the following encoder settings or something similar? I want to use album gain instead of track gain.
High Quality Archive Setting:
--nspsytune --vbr-mtrh -V1 -mj -h -b128 --lowpass 19.5 --athtype 3 --ns-sfb21 2 -Z --scale 0.98 %s %d
Portable Minimal File Size Setting:
-b 32 -m j -h --abr 70 -B 256 --resample 32 -q 2
Thanks!
I see you've been leaning towards REACT. WACK is simple to configure although there are a couple things that can go wrong!

For the record, WACK does what you want with the following encoders.ini:
QUOTE
[MP3-ID3 V0]
EXEPATH="C:\Program Files\EAC\lame.exe" ;;;;;;;;;; or wherever you have it
ARGUMENTS=-V0 --scale "%x" --ignore-tag-errors --add-id3v2 --pad-id3v2 --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" --tg "%m" %s %d
FILEPATH="C:\Documents and Settings\All Users\Documents\My Music\%a\[%y] %g\V0\%a - %g - %n - %t" ;;;;;;;;;; or wherever you want
EXTENSION=.mp3
FILETYPE=1
APPLYREPLAYGAIN=false ;;;;;;;;;; mp3gain stores it's information in APEv2 tags.
REPLAYGAINEXEPATH= ;;;;;;;;;; Using mp3gain with ID3 tags will cause the tags
REPLAYGAINARGUMENTS= ;;;;;;;;;; to disappear on some players (ie, Foobar).
[MP3-ID3 V5]
EXEPATH="C:\Program Files\EAC\lame.exe" ;;;;;;;;;; or wherever you have it
ARGUMENTS=-V5 --vbr-new --scale "%x" --ignore-tag-errors --add-id3v2 --pad-id3v2 --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" --tg "%m" %s %d
FILEPATH="C:\Documents and Settings\All Users\Documents\My Music\%a\[%y] %g\V5\%a - %g - %n - %t"
EXTENSION=.mp3
FILETYPE=1
APPLYREPLAYGAIN=false ;;;;;;;;;; mp3gain stores it's information in APEv2 tags.
REPLAYGAINEXEPATH= ;;;;;;;;;; Using mp3gain with ID3 tags will cause the tags
REPLAYGAINARGUMENTS= ;;;;;;;;;; to disappear on some players (ie, Foobar).
Things which may or may not seem obvious to you:
1. You'll change the file paths...
2. For the album gain scale factor to work, you need wavegain (v1.2.5 works) in the WACK directory. WACK (usually) outputs compressed files scaled to an album gain of about 0.0 dB. This is nice if your portable doesn't support ReplayGain--the volumes are already levelled by album and your files are ready to play.
3. The two configurations require unique names: you can't call them both "[MP3-ID3]".
4. To avoid overwriting files, specify a unique FILEPATH for both configs.
5. Almost off-topic: for a top-notch archive, use lossless. (I assume you're working with limited disc space.)
rdS