Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: mppenc + EAC + replaygain (Read 4325 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

mppenc + EAC + replaygain

Is it possible to make EAC autoscan the newly ripped Musepack with Replaygain? It's a pain to scan every album I rip manually with Foobar.

mppenc + EAC + replaygain

Reply #1
Have a look at MAREO, perhaps it can do what you want.

An alternative would be to replaygain multiple albums at once in foobar. Select all the songs in foobar and from the replaygain menu choose: scan selection as multiple albums. I think you need to have the album tag set though in order for foobar to be able to discern between multiple albums.

mppenc + EAC + replaygain

Reply #2
if you haven't given up already...there is a way to make it work with EAC...it will do each track at a time though so album gain would be pointless

i had to copy replaygain and mppdec to my system32 folder to get it to work right

my settings for eac were c:\windows\system32\cmd.exe as the encoder

command line was
Code: [Select]
/c c:\multi_frontend\mppenc --quality 5 --xlevel --artist "%a" --title "%t" --album "%g" --year "%y" --track "%n" --genre "%m" %s && replaygain.exe --auto %d

 

mppenc + EAC + replaygain

Reply #3
Another proposal (still a workaround, but pretty convenient) : use rgdir, a package I built. More on it there.