mrtaber Wrote: 
> Metaflac, under Linux, anyway, is a two-pass operation and does
> calculate an album gain, too.  I haven't tried it under Windows, since
> the shell in Windows didn't allow me to glob files (i.e., 'metaflac
> --add-replay-gain *.flac').  So now I'm happily using foobar2000.
You can use this batch file to do it from a command line in Windows XP
and 2000:


Code:
--------------------
    
  @echo off
  setlocal ENABLEDELAYEDEXPANSION
  set flist=
  for %%f in (*.flac) do set flist=!flist! "%%~f"
  "C:\Program Files\FLAC\metaflac.exe" --add-replay-gain %flist%
  
--------------------


-- 
JJZolx

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

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

Reply via email to