Mark Lanctot said the following on 01/30/2006 06:02 AM: > --- EnochLight > <[EMAIL PROTECTED]> > wrote: > > >>1. I've already ripped 100 CD's into FLAC. What is >>the easiest way to >>apply "Replaygain" information to the Vorbistag's on >>these particular >>FLAC's? > > > I believe you said in another thread you didn't like > foobar2000. Still, it would be the fastest and > easiest way to apply it to all those files at once.
Not necessarily. ;) > > The metaflac command-line metatag editor would only be > suitable for one file at a time. > > >>2. Going forward, I would like to change my EAC >>options so that the >>"Replaygain" data is inserted into the tags so the >>SB3 reads it. Below >>is what I currently have entered for my tags in the >>"Additional >>Commandline Options": >> >>-5 -V -T "artist=%a" -T "title=%t" -T "album=%g" -T >>"date=%y" -T >>"tracknumber=%n" -T "genre=%m" %s > > > Add: > > --replay-gain > > after the -V and before the -T. > > See > > http://flac.sourceforge.net/documentation.html#encoding_options The trouble with doing it this way is that you only get trac replay gain. To get album replay_gain as well you have to post-process the flac files and run metaflac on all tracks from the album at once, e.g.: # cd /path/to/library/artist/album # metaflac --add-replay-gain *.flac Doing this for your entire library is a pain, to say the least. So, I wrote a perl script to add replay gain tags to my whole library: http://projects.robinbowes.com/apply_replaygain R. _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
