QUOTE(Randum @ Sep 9 2002 - 11:30 PM)
Does anyone know if theres a utility, or a frontend to replaygain.exe (for MPC) which will recursively traverse a directory structure doing RG analysis/tagging on all the MPCs, considering each directory to be an album? I have about 10gigs of MPC'd albums, most of them lacking replygain tags. I know the vorbis gain utility has a --recursive switch to do exactly what I'm talking about, but it doesn't seem to exist in the MPC replaygain util.
Any ideas on the best way to do this?
Replaygain can go through directories recursively, but it doesn't consider directories as albums (except if files are named in a specific way). You can use
sweep for this job while waiting for better replaygain tool.
Using sweep is simple, just extract the zip to a directory under path, for example to c:\windows, and run command "sweep replaygain --auto *.mpc" from console in a directory where you want to start replaygaining. Sweep will execute replaygain command in all subdirectories. Btw, I uploaded recompiled sweep tool while writing this post, for some weird reason GCC compiled sweep had some weird issues with pipe functions.
This --smart switch that was mentioned is only used to skip already tagged albums, but official version has bad habit of clearing replaygain values from files when it is used. This is fixed in my modified version.
Btw2, I just uploaded new fixed replaygain. Previous version crashed if it was run with --smart in a directory without files.