Clnanderson Wrote: > I'm missing something I think, but, I am trying to add replaygain tags > to flac files. I figured out, halfway through my cd collection, how to > do it with the commandline when I rip the cd's. But now I have a lot of > flac files that need replaygain info added to their tags. > > Mp3gain, as I understand it, doesn't add real realplaygain tags. (Is > this right? I don't think I understand the problem exactly). > > Is there another route under linux to add replaygain tags to a large > collection of flac files?
Well, you use metaflac. metaflac --add-replay-gain *.flac will add replaygain tags to *.flac, assuming they're all one album. If you've done something sensible, and put each album in one directory, I've got a script you can run. Get http://www.koldware.com/SlimStuff/MusicUtils/setGain and run it on the root of your music tree. It will recursively walk the tree, and gain files, assuming all flac files in the directory are part of the same album. It will also run mp3gain on your MP3 files, but you might want to edit that out. -- kolding ------------------------------------------------------------------------ kolding's Profile: http://forums.slimdevices.com/member.php?userid=31 View this thread: http://forums.slimdevices.com/showthread.php?t=25695 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
