Need some help... I can't figure out how to get replay gain (album gain) working using EAC and MAREO. I think the following would work in mareo.ini if metaflac.exe accepted wildcards, but it doesn't:
EXECUTEIF = [1] = [TRACK]
FINALPATH = D:\Music\flac\[ARTIST]\[ALBUM]\
FINALNAME = [TRACKPADDED] - [TITLE]
VFINALPATH = D:\Music\flac\Various\[ALBUM]\
VFINALNAME = [TRACKPADDED] - [TITLE]
EXTENSION = flac
ENCODEREXE = metaflac.exe
PARAMETERS = --add-replay-gain "D:\Music\flac\[ARTIST]\[ALBUM]\*.flac"
RENAME = FALSE
FYI the above approach works for VorbisGain because it takes wildcards.
I searched around and can't find anything. Any ideas?
Maybe I could use a batch file to pass all the flac file names to metaflac? I have been trying to dissect flac-113.bat for ideas.
