Here's a vbscript that I use on my server to add Replay Gain to my Flac
library.  Windows only, it just needs to have metaflac.exe somewhere.

What it does is it goes through all of the Flac files in a folder,
checking the existing RG tags.  If any of the track or album tags are
missing, it recalculates RG for all files in the folder.  If any of the
album RG tags _differ_ then it redoes the folder.  This would be the
case if you've added RG while ripping and encoding each track, where
album gain and track gain in each file will be equal, meaning that the
album gain is wrong.

Edit the .ini file and change the metaflac location to the correct path
on your system.

Call it as follows (the /s switch is necessary to process subfolders,
otherwise it will only do the designated folder).  Without a target
folder, it will use the current directory.

flacrg.vbs /s E:\flac

As for the argument above about whether or not album RG values should
be per disk or per all tracks in the album, with this script it will
depend on how you organize your library.  If you place all tracks from
a multidisc set in the same folder, then it will be per album.  If you
place the tracks from each CD in its own folder, then it will be per
disc.


+-------------------------------------------------------------------+
|Filename: flacrg.zip                                               |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=6565|
+-------------------------------------------------------------------+

-- 
JJZolx

Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=57543

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to