Software to add Replay Gain tags to flac files? |
![]() ![]() |
Software to add Replay Gain tags to flac files? |
Sep 16 2005, 03:59
Post
#1
|
|
|
Group: Members Posts: 318 Joined: 26-November 04 Member No.: 18345 |
I'd like to add replay gain tags to my entire flac library. What software can I use (Windows GUI or command-line) to do this? It will need to traverse the entire directory structure and add both track and album gain tags. Albums are organized one per directory.
|
|
|
|
Sep 16 2005, 04:02
Post
#2
|
|
![]() Group: Members Posts: 297 Joined: 21-September 03 Member No.: 8934 |
foobar would most likely be the easiest way..
|
|
|
|
Sep 16 2005, 06:19
Post
#3
|
|
![]() Group: Members Posts: 20 Joined: 9-April 04 Member No.: 13348 |
You can use the metaflac command line utility to do it.
CODE metaflac --add-replay-gain *.flac Would work fine in any *nix type system, but the metaflac binary itself doesn't expand wildcards (instead relying on the shell to do that), so using Windows you would have to do something like: CODE metaflac --add-replay-gain Track01.flac Track02.flac ... Track10.flac Not quite the easiest way to do it, but it could be possible to automate the process with scripting. |
|
|
|
Sep 16 2005, 12:50
Post
#4
|
|
![]() Group: Members Posts: 135 Joined: 16-September 05 From: India Member No.: 24505 |
I would go with Cyaneyes' suggestion - Foobar would be your best bet.
-------------------- Reason is immortal, all else mortal
- Pythagoras |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 09:50 |