QUOTE(krazy @ Jun 13 2003 - 05:38 PM)
I still can't figure it out!
This is what I do:
Put Frontah files, mppdec, mppenc, replaygain into a folder.
Open frontah, disable "redirect stderr to file", add a folder of mpc's, select ReplayGain (album), click the big replaygain button.
The dos window flashes briefly, and my files all say OK, but the RG_Track, RG_Album show 0.00 dB and Time, cpu etc. are blank?
This is what I do:
Put Frontah files, mppdec, mppenc, replaygain into a folder.
Open frontah, disable "redirect stderr to file", add a folder of mpc's, select ReplayGain (album), click the big replaygain button.
The dos window flashes briefly, and my files all say OK, but the RG_Track, RG_Album show 0.00 dB and Time, cpu etc. are blank?
The problem is with replaygain.exe. It cannot find mppdec.exe if it's not located somewhere in the current directory or %PATH%. Placing replaygain.exe and mppdec.exe in the same directory won't do it. Replaygain.exe could be changed to not only search for mppdec.exe in the current directory and %PATH%, but also in the same directory as itself.
To make it work, you need to place mppdec/replaygain in your C:\WINDOWS folder. Or better, create a new folder, like C:\Encoders, and add it to your %PATH%, like this:
My Computer -> Properties -> Advanced -> Environment Variables. Look in "System variables" for Path. Edit it and place ";C:\Encoders" at the end without the qutoes. ; need to be there to separate entries.