Help - Search - Members - Calendar
Full Version: REACT.exe [Run-EAC-Tasks]
Hydrogenaudio Forums > Hydrogenaudio Forum > Uploads
tycho
REACT v1.0 is a plugin tool for EAC, and is perfect for copying CDs as images and/or multiple compressed formats. It is similar to MAREO, Flacattack, Wack, and aftermath, but adds a number of additional unique features.

Please see this post for details.

The source code is included.

NB: From v0.999, make sure to backup current config scripts, as some may be overwritten by this setup.

REACT_0996.zip (1468 downloads)
tycho
Uploaded REACT v0.972 - just a minor update.
dobz
You can never have enough EAC tools.. the addition of wavgain is nice but...

I'm currently using EAC maero+wapet to create wavpacks which works great but what i really really am missing is the ability to automatically REPLAYGAIN my wavpacks.

I know theres been other threads about this but i thought id mention it here too biggrin.gif

tycho
With REACT v0.980 you can automate encoding wavpack images (or any other image types) with both APEv2 REPLAYGAIN tags and embedded cuesheets with RG comment tags. I've changed some ini-config sections again, and added a wavpack section. If you hit Alt-F2, you'll see:
CODE

[wavpack-image]
DESCRIPTION=Wavegain and create wavpack image with embedded cuesheet and replaygain APEv2 tags
ImageExt=wv
CuesheetExt=wv.cue
WaveGainAnalysis=1
WaveGainExtraOpt=
1=>wavpack.exe -h -m -w "Cuesheet=@@cuesheet@" -w "Replaygain_Album_Gain=@gain@" -w "Replaygain_Album_Peak=@peak@" -w "Artist=@artist@" -w "Album=@album@" -w "Year=@year@" -w "Genre=@genre@" -w "Comment=@comment@" "@source@" "@image@"
2=>if errorlevel 1 pause
3=>del "@source@"

You may add '4=>del "@cuesheet@"' as it is already embedded in the image if you want. You only need to hit F11 and change the first parameter in 'Additional command line options:' to wavpack, and then hit F10 to create the wavpack image. It will embed a following cuesheet with REPLAYGAIN comments in it.
CODE

REM REPLAYGAIN_ALBUM_GAIN "-1.69 dB"
REM REPLAYGAIN_ALBUM_PEAK 0.933197
REM GENRE Blues
REM DATE 1973
REM DISCID 7B07DD0A
REM COMMENT "ExactAudioCopy v0.95b2"
PERFORMER "ZZ Top"
TITLE "Tres Hombres"
FILE "ZZ Top - Tres Homrbres.wv" WAVE
 TRACK 01 AUDIO
   TITLE "Waitin' for the Bus"
   PERFORMER "ZZ Top"
   INDEX 01 00:00:00
 TRACK 02 AUDIO
   TITLE "Jesus Just Left Chicago"
   ...
tycho
I've uploaded REACT v0.981 which further refines the encoding sections in the .ini file, and fixes a few bugs. It also adds a section for AAC encoding with iTunesEncode.exe (by Otto42).
kindofblue
@tycho: How do I use Wavegain with 'Copy Selected Tracks - Compressed' mode?

I use this in my ini file:
CODE
[Settings]
Version=0.981
EAC=C:\Programs\eac095b1\EAC.exe
WaveGain=C:\Programs\eac095b1\WaveGain.exe
LogFile=C:\Programs\eac095b1\REACT_log.txt
ImageHotkey={F10}
ImageNaming=$artist$--$album$--$year$
KeyRemap1={F4}|+{F5}
KeyRemap2=|
KeyRemap3=|
MinimizeCompressionWindow=1
ProcessPriority=1
ImageMenuString=&Action|Copy &Image && Create CUE Sheet|Compressed...
SaveWaveformString=Save Waveform
Sla_Bks_Col_Qst_Bar_Quo_Ast_Lt_Gt=-|-|-||!|'|#|[|]

[flaclame-tracks]
DESCRIPTION=Create FLAC and LAME -V8 mp3 files
WaveGainAnalysis=1
WaveGainExtraOpt=
dest1=E:\My Music\_Lossless\$album$\@track@. $title$ - @artist@.flac
dest2=E:\My Music\_Portable\$album$\@track@. $title$ - @artist@.mp3
1=>"C:\Programs\Batchenc\flac.exe" -8 -f -V --replay-gain "@source@" -o "@dest1@" -T artist="@artist@" -T album="@album@" -T title="@title@" -T tracknumber="@track@" -T date="@year@" -T genre="@genre@" -T comment="FLAC 1.1.2 + REACT"
2=>if errorlevel 1 pause
3=>"C:\Programs\Batchenc\lame397a11.exe" -V8 --vbr-new --ignore-tag-errors --priority 0 --add-id3v2 --pad-id3v2 --noreplaygain --scale @scale@ "@source@" "@dest2@" --ta "@artist@" --tl "@album@" --tt "@title@" --tn "@track@" --ty "@year@" --tg "@genre@" --tc "LAME 3.97a11 -V8 vbr-new + REACT"
4=>if errorlevel 1 pause
5=>del "@source@"


REACT encodes FLAC and LAME fine, but I don't see any wavegain activity. Any advice?
tycho
I've uploaded v0.983 - including source code!

Note that it will create a new REACT.ini file, and your old will be renamed to REACT.ini.old. Follow the thread in first post for what is new.
@kindofblue - see main thread.
Neil
Sorry to sound stupid here , but newbie writing this.
if you have EAC, and then run the react exe, it changes eac settings. I noted that it changed the EAC externall compressor from the user defined one I had chosen (FLAC) to react.

Did not have time to do any rips this morning, had to go to work (am at work now), so have not tested. but with REACT. what format does the ripped file appear as?

or am i missing somethin basic here

Neil

Gow
Its a awesome script and it does everything I could ever want...except I can't figure how to drop out the albumart from the wavpack images as I don't need albumart just wavegain and wavpack with embedded cue and eac log.

I also noticed that it puts out a suggested replaygain but doesn't apply it when doing the WavPack image. I am probably doing something wrong there.

EDIT: Question was answered in the other forum post so just read the sentence below.


Keep up the good work.

- Gow
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.