Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: REACT 2 Released (Read 1273805 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

REACT 2 Released

Reply #250
Yes,
I use react with accuraterip.  It works fine.  You set up accurate rip for eac.  Then you have to rip tracks not an image.  For this I changed trackshotval to F6 and rip test and copy in burst mode.  If accuraterip has the info from the cd great, if not I check the eac log for the same crc in test and copy.  I consider it a good rip if accuraterip says it is good or if the crc's of test and copy match.  The great thing about EAC and react is that I can rip with 2 different drives at the same time.

REACT 2 Released

Reply #251
Yes,
I use react with accuraterip.  It works fine.  You set up accurate rip for eac.  Then you have to rip tracks not an image.  For this I changed trackshotval to F6 and rip test and copy in burst mode.  If accuraterip has the info from the cd great, if not I check the eac log for the same crc in test and copy.  I consider it a good rip if accuraterip says it is good or if the crc's of test and copy match.  The great thing about EAC and react is that I can rip with 2 different drives at the same time.

Edit: Are you saying that AccurateRip won't work unless EAC rips tracks to individual WAV files? If ...

So what's the "best way" to get the best of all worlds? I've configured REACT 2 to rip to WavPack image files and to LAME MP3 track files, but I also want to get feedback from AccurateRip.

- Bill

REACT 2 Released

Reply #252
Yes,
I use react with accuraterip.  It works fine.  You set up accurate rip for eac.  Then you have to rip tracks not an image.  For this I changed trackshotval to F6 and rip test and copy in burst mode.  If accuraterip has the info from the cd great, if not I check the eac log for the same crc in test and copy.  I consider it a good rip if accuraterip says it is good or if the crc's of test and copy match.  The great thing about EAC and react is that I can rip with 2 different drives at the same time.

Edit: Are you saying that AccurateRip won't work unless EAC rips tracks to individual WAV files? If ...

So what's the "best way" to get the best of all worlds? I've configured REACT 2 to rip to WavPack image files and to LAME MP3 track files, but I also want to get feedback from AccurateRip.

- Bill

Because I found my desktop drive/EAC combination inconsistent/unreliable, I need AccurateRip too.
And I want to rip CD into individual flac and mp3 files.
But I also want to have external cue sheets, so I can re-create audio CD from flac and cue sheets using Burrrn.
Is that two possible i.e. don't exclude each other?

I think that I read that I need to rip in track mode for AccurateRip to work
And also, I think that I read that I need to rip in image mode to produce cue sheets.

REACT 2 Released

Reply #253
You can rip in track mode and create cue sheets with your flac files.  This is not a problem.  Accuraterip will only work if you are ripping in track mode.

REACT 2 Released

Reply #254
You can rip in track mode and create cue sheets with your flac files.  This is not a problem.  Accuraterip will only work if you are ripping in track mode.

Thanks,
Now I have to go throuhg all the settings to figure out how.  .
It's a shame that such a great piece of software doesn't have a GUI, for those basic settings, at least.
It seems that it's so flexoble that it can fulfill almost any demand.

REACT 2 Released

Reply #255
open Eac/react
Hit alt f2 and set CreateAllCuesheets=1

Go to your react folder and open REACT-track.cfg.

make sure this line is in your config under flac section

IF EXIST "@albumfile@.[mg].cue" COPY /Y "@albumfile@.[mg].cue"

I have the config below for flac tracks

IF NOT @Flac@==1 GOTO end_flac_tracks
   IF NOT EXIST %TrackDir_Flac% MKDIR %TrackDir_Flac%
   PUSHD %TrackDir_Flac%
      IF @various@==1 SET VA_tag=-T "album artist=@VA@"
      IF %embed_cover%==1 SET Cover_tag=--picture="|image/jpeg|||@cover@"
      ECHO ON
      @tools@\flac.exe @Opt_Flac@ %Cover_tag% %VA_tag% -T artist="@artist@" -T album="@album@" -T tracknumber="@track@/@numtracks@" -T title="@title@" -T date="@year@" -T genre="@genre@" -T comment="@comment@" -T encoded-by="%USERNAME%" -T encoding="Flac @Ver_Flac@ @Opt_Flac@" "@source@" -o "%TrackName%.flac"
      @ECHO OFF
      IF %have_cover%==1 IF NOT EXIST folder.jpg COPY "@cover@" folder.jpg
      IF EXIST "@albumfile@.[mg].cue" COPY /Y "@albumfile@.[mg].cue"
      COPY /Y "@eaclog@" "EAClog.txt"
   POPD
:end_flac_tracks

The other thing I find helpful is to rip in burst mode with test and copy.  This way if accuraterip doesn't not have the album, you can check the eac crc log.  If a track has the same crc for test and copy it is more likely correct (or consistently wrong).  To rip in burst mode you can edit the react ini file to TracksHotVal=+{F6}.  Then when you hit f4, it will rip in test and copy mode.  Hope this helps.

REACT 2 Released

Reply #256
Per a response from SyntheticSoul, I am reposting a question I posted yesterday in the REACT v1 thread here:

I've also put part of his reply here in quotes, on the off chance someone might be able to parse the settings I have, as well as help me make the leap to REACT 2.

Thanks (in advance) for your help!
Sully

Quote
I see no reason to change anything else (not that I've scrutinised your INI). If it worked before it should work now.

I guess I should tell you that you really should move to v2. However, as you know, I have not yet made the switch myself. That said, I am not getting much time to provide support on this forum at the moment anyway; you may do best to ask for help in the v2 thread switching this config to a v2 config. I really don't think it would be much effort.

REACT 2 Released

Reply #257
my recommendation would be to amend the config to point to your 1.1.4 exe.


Hi can you tell me where I change this in the config. I also want to change LAME to point to my seperate LAME folder, rather than the ones in the tools folder.

Thanks
G

REACT 2 Released

Reply #258
In your CFG file, change any instance of @tools@\flac.exe or @tools@\lame.exe to the path to your EXEs.

Remember to surround the path in quotes if it has spaces.

E.g.:

Code: [Select]
@tools@\flac.exe @Opt_Flac@ %RG_Flac% %Cover_tag% -T "%ArtistField%=@cdartist@" -T album="@album@" -T totaltracks="@numtracks@" -T date="@year@" -T genre="@genre@" -T comment="@comment@" -T encoded-by="%USERNAME%" -T encoding="Flac @Ver_Flac@ @Opt_Flac@" --tag-from-file="cuesheet=@cuesheet@" --tag-from-file="eaclog=@eaclog@" "@source@" -o "@image@"

to:

Code: [Select]
"C:\Program Files\FLAC\flac.exe" @Opt_Flac@ %RG_Flac% %Cover_tag% -T "%ArtistField%=@cdartist@" -T album="@album@" -T totaltracks="@numtracks@" -T date="@year@" -T genre="@genre@" -T comment="@comment@" -T encoded-by="%USERNAME%" -T encoding="Flac @Ver_Flac@ @Opt_Flac@" --tag-from-file="cuesheet=@cuesheet@" --tag-from-file="eaclog=@eaclog@" "@source@" -o "@image@"


If your FLAC and LAME EXEs are in the same place you could just change the @tools@ path in the INI file:

Code: [Select]
Tools=C:\Program Files\REACT2\tools

... to:
Code: [Select]
Tools=C:\Program Files\My Audio Tools


If FLAC.EXE and LAME.EXE are in a folder in PATH (like your Windows folder) you can just remove the @tools@\ bit, e.g.:

Code: [Select]
flac.exe @Opt_Flac@ %RG_Flac% %Cover_tag% -T "%ArtistField%=@cdartist@" -T album="@album@" -T totaltracks="@numtracks@" -T date="@year@" -T genre="@genre@" -T comment="@comment@" -T encoded-by="%USERNAME%" -T encoding="Flac @Ver_Flac@ @Opt_Flac@" --tag-from-file="cuesheet=@cuesheet@" --tag-from-file="eaclog=@eaclog@" "@source@" -o "@image@"
I'm on a horse.

REACT 2 Released

Reply #259
I have read through some of the recent posts, but not all of the pages...was just wondering if the newest version "Album Art Downloader" is implimented in React?
Does the artist and album get looked up automatically or?

Thanks.

REACT 2 Released

Reply #260
Or is "Album Art Downloader" totally seperate form "CoverArt downloader"?

REACT 2 Released

Reply #261
The original program was CoverDownloader.  Development was taken over by AlexVallet and one other individual, and was renamed AlbumArt Downloader.  The newest preview release, AlbumArt XUI, is again compatible with REACT2.  Just change the path in the react.ini file to point to your XUI installation.

REACT 2 Released

Reply #262
REACT seems to be ignoring my ImageNaming parameter.  I set the parameter to:

ImageNaming=$album$ [$year$]

but the files are being saved as if it is still using the default:

ImageNaming=$artist$ - [$year$] $album$

Can anyone tell me how to fix this?

 

REACT 2 Released

Reply #263
I was wondering if anyone knows if REACT can be run on an existing WAV/CUE image ripped by EAC? I have REACT running great for rips - configured to rip to FLAC, embed cue and art, then split and compress LAME files for everyday listening.  The thing is, I got this running AFTER having simply ripped a lot of discs to WAV image + CUE sheet with EAC, so I was wondering if I could run through all those WAV images with the same settings (FLAC archive image + LAME files), instead of re-ripping all of them.

Any help is appreciated, I'm not an expert with EAC...

Thanks

REACT 2 Released

Reply #264
A few REACT2 questions for a new user

1. When using REACT, does it matter what settings are applied in EAC itself. Prior to using REACT I had profiles for MP3, FLAC, AAC etc. My question is whether it matters as to which one of these is actually loaded when I use REACT. Presumably the ini and cfg files will overwrite all the EAC compression settings.

2. Can the coverartdownloader be set so that you can browse the hard disk for the images. I have most of them already and want to use them as they are better quality than those on the search sites

3. I am a little lost about how to set up the cover art bits? I want to embed the image into my flac image, all my flac tracks, all my mp3 tracks AND copy it as folder.jpg to the folders where the individual flac and mp3 tracks are. How do I do this?

4. Can the format of @curdate@ be changed to UK date format?

5. I can't seem to get tracknumbers with a padded space (ie 01, 02, 03 etc) on MP3's using LAME. FLAC works fine. I am using the image cfg to generate tracks as well

6. What does this hotkey actually do - TracksHotVal=+{F5}

Thanks
G

REACT 2 Released

Reply #265
open Eac/react
Hit alt f2 and set CreateAllCuesheets=1

Go to your react folder and open REACT-track.cfg.

make sure this line is in your config under flac section

IF EXIST "@albumfile@.[mg].cue" COPY /Y "@albumfile@.[mg].cue"

I have the config below for flac tracks

IF NOT @Flac@==1 GOTO end_flac_tracks
   IF NOT EXIST %TrackDir_Flac% MKDIR %TrackDir_Flac%
   PUSHD %TrackDir_Flac%
      IF @various@==1 SET VA_tag=-T "album artist=@VA@"
      IF %embed_cover%==1 SET Cover_tag=--picture="|image/jpeg|||@cover@"
      ECHO ON
      @tools@\flac.exe @Opt_Flac@ %Cover_tag% %VA_tag% -T artist="@artist@" -T album="@album@" -T tracknumber="@track@/@numtracks@" -T title="@title@" -T date="@year@" -T genre="@genre@" -T comment="@comment@" -T encoded-by="%USERNAME%" -T encoding="Flac @Ver_Flac@ @Opt_Flac@" "@source@" -o "%TrackName%.flac"
      @ECHO OFF
      IF %have_cover%==1 IF NOT EXIST folder.jpg COPY "@cover@" folder.jpg
      IF EXIST "@albumfile@.[mg].cue" COPY /Y "@albumfile@.[mg].cue"
      COPY /Y "@eaclog@" "EAClog.txt"
   POPD
:end_flac_tracks

The other thing I find helpful is to rip in burst mode with test and copy.  This way if accuraterip doesn't not have the album, you can check the eac crc log.  If a track has the same crc for test and copy it is more likely correct (or consistently wrong).  To rip in burst mode you can edit the react ini file to TracksHotVal=+{F6}.  Then when you hit f4, it will rip in test and copy mode.  Hope this helps.


Thanks.
It works (partialy).
Both cue sheet and log file are copied.
However, I noticed that cue sheet files are not processed i.e. they point to wav files instead of flac files.
Because I don't keep wav files, they are useless.
I know that I can process them manually using e.g. burrrn, but I want to automate things.
I thought that REACT will process them, similar to Flacattack so they can be used for re-creating audio CD.


REACT 2 Released

Reply #267
However, I noticed that cue sheet files are not processed i.e. they point to wav files instead of flac files.

Download Tangerine's cuemod.exe and place it into 'C:\Program Files\REACT2\tools'.

Open 'REACT-tracks.cfg' and add this line to the FLAC tracks section :
Code: [Select]
IF EXIST "@albumfile@.[mg].cue" MOVE /Y "@albumfile@.[mg].cue" "@basename@.cue"


Under that line, then add this line :
Code: [Select]
@tools@\cuemod.exe --cue "@basename@.cue" --f "%TrackName%.flac"


If you have added this line previously, then delete it(not in the .cfg originally) :
Code: [Select]
IF EXIST "@albumfile@.[mg].cue" COPY /Y "@albumfile@.[mg].cue"


Edit: Sorry, disregard this post. I was thinking about image ripping and image cuesheets, but this would not work for track cuesheets(atleast not in the present way and i don't think that you can use: "--f *.flac" with cuemod.exe). Again, sorry about this.

REACT 2 Released

Reply #268

However, I noticed that cue sheet files are not processed i.e. they point to wav files instead of flac files.

Download Tangerine's cuemod.exe and place it into 'C:\Program Files\REACT2\tools'.

Open 'REACT-tracks.cfg' and add this line to the FLAC tracks section :
Code: [Select]
IF EXIST "@albumfile@.[mg].cue" MOVE /Y "@albumfile@.[mg].cue" "@basename@.cue"


Under that line, then add this line :
Code: [Select]
@tools@\cuemod.exe --cue "@basename@.cue" --f "%TrackName%.flac"


If you have added this line previously, then delete it(not in the .cfg originally) :
Code: [Select]
IF EXIST "@albumfile@.[mg].cue" COPY /Y "@albumfile@.[mg].cue"


Edit: Sorry, disregard this post. I was thinking about image ripping and image cuesheets, but this would not work for track cuesheets(atleast not in the present way and i don't think that you can use: "--f *.flac" with cuemod.exe). Again, sorry about this.

No problem.
Thanks for the try  .
I can't believe that nobody does cue sheets in track mode.
Somene must have come to the solution.
I need track mode to be able to use AccurateRip.

REACT 2 Released

Reply #269
I was fed up looking for descriptions for parameters in REACT.ini, so I put them all in a file as comments.
During the process I learned them  , but some newbies might find them useful.
Even me in a few months time.
It replaces the content of original REACT.ini

Code: [Select]
; This file defines variables used by .cfg files
; In [User...] sections any KEY=VALUE defines a variable @KEY@,
; which gets expanded to VALUE in the .cfg files.
; Furter, $KEY$ will be file friendly version - illegal characters for creating file names will
; be replaced with legal ones using scheme defined in variable Sla_Bks_Col_Qst_Bar_Quo_Ast_Lt_Gt

[Settings]
Version=2.0
ImageExt=wav
; image mode only, extension for the compressed image file + cue file
; (e.g. flac, wv or mp3). Set to wav for no image file
ImageNaming=$artist$ - [$year$] $album$
; image mode only, naming for image files and their cuesheets. Available variables are:
; $album$, $artist$, $year$, $genre$ and $freedb$ and are populated from EAC textboxes.
ImageHotKey={F10}
; defines hotkey for image mode
; activates menu command Action/Copy Image and Create Cue Sheet.../Uncompressed in EAC
TracksHotKey={F4}
; defines hotkey for track mode
; activates Shift[TracksHotVal] in EAC (Shift+F5 by default)
; and optionally coverart downloader.
TracksHotVal=+{F5}
; if you want TracksHotKey to activate Shift+F6 instead of Shift+F5 in EAC
; then change +{F5} into +{F6}
VA=Various Artists
; variable describing various artists.
; @CDARTIST@ will hold this value for Various Artists album
; @CDARTIST@ = @artist@ for single artist CDs
CreateAllCuesheets=0
; create all 4 types of cuesheets in extraction folder defined in EAC
; cuesheet base name can be accessed using @albumfile@ variable
RunCoverDownloader=1
; if not 0 runs albumart.exe, cover art downloading application
; 1 - makes albumart wait until it's closed before starting copying in Tracks mode
; 2 - makes albumart wait until it's closed before starting copying in both modes
; 3 - makes albumart wait until it's closed before starting copying in Image mode
; 4 - doesn't wait
CoverDownloader=C:\Program Files\REACT2\coverdownloader\albumart.exe
; path to cover art downloading application executable
EAC=C:\Program Files\Exact Audio Copy\EAC.exe
; path to EAC executable
Tools=C:\Program Files\REACT2\tools
; path to tools folder
MinimizeCompressionWindow=1
;
ProcessPriority=1
;
Sla_Bks_Col_Qst_Bar_Quo_Ast_Lt_Gt=-|-|-||!|'|#|[|]
; character replacing scheme for replacing characters in @variable@ type variables
; which cannot be used for creating file names, thus creating $variable$ type variables
; EAC uses scheme:
; (Slash) / => ,
; (Backslash) \ => cuts off everything after
; (Colon) : => -
; (Questionmark) ? => (space)
; (Bar or pipe) | =>
; (Double quotes) " => '
; (Asterisk) * => x
; (Less then) < => [
; (Greater then) > => ]

[UserTrackFormats]
Flac=0 ; create flac files (0-no, 1-yes)
Wavpack=1 ; create wavpack files (0-no, 1-yes)
LameMP3=1 ; create mp3 files (0-no, 1-yes)
NeroAac=0 ; create Nero AAC files (0-no, 1-yes)
iTunesAac=0 ; create iTunes AAC files (0-no, 1-yes)
OggEnc2=0 ; create Ogg Vorbis files (0-no, 1-yes)

[UserOutputNames]
OutRoot=@mymusic@\EAC
; music root folder, common for all formats.
; @mymusic@ variable contains path to My Music folder in Windows (usually under My Documents)
ImageDir_Flac=@OutRoot@\FLAC-images\$cdartist$
; folder containing FLAC image files
ImageDir_Wavpack=@OutRoot@\WV-images\$cdartist$
; folder containing Wavepack image files
ImageDir_MP3=@OutRoot@\MP3-images\$cdartist$
; folder containing mp3 image files
TrackDir_Flac=@OutRoot@\FLAC\$cdartist$\[$year$] $album$
; folder containing flac tracks
TrackDir_Wavpack=@OutRoot@\WV\$cdartist$\[$year$] $album$
; folder containing wavpack tracks
TrackDir_MP3=@OutRoot@\MP3\$cdartist$\[$year$] $album$
; folder containing mp3 tracks
TrackDir_AAC=@OutRoot@\AAC\$cdartist$\[$year$] $album$
; folder containing AAC tracks
TrackDir_OGG=@OutRoot@\OGG\$cdartist$\[$year$] $album$
; folder containing ogg tracks
TrackName_SA=$track$ - $title$
; file names for single artist albums
TrackName_VA=$track$ - $title$ [$artist$]
; file names for various artists albums
TrackName_SA_acdir=$n - $~t
; file names for single artist albums, when tracks are created from image file
; using acdir. Image mode only
TrackName_VA_acdir=$n - $~t [$~a]
; file names for various artists albums, when tracks are created from image file
; using acdir. Image mode only

[UserSettings]
Debug=0
; 0 or 1. If 1 REACT will pause before exiting, so it's possible to examine console output
Comment=Created with EAC/REACT2, @curdate@
; Overrides the default @comment@ variable taken from EAC.
; You can comment it if you want to use value from EAC
EmbedCover=1
; 0-no, 1-yes. Embed cover pictures into the audio files.
ReplayGain=1
; Enables Replay Gain calculation and tagging
ApplyAlbumGain=1
; Applies Album Gain
AdjustAlbumGain_dB=+3.0
; Default value for Replay Gain adjustment is 89dB. Here you can adjust it to some other
; value, relative to the default one (e.g. make them sound louder for iPod)
AddCuesheetAG=0
; Adds Album gain and Album peak values to cuesheet as REM lines. Using WaveGain
UseWaveGainAG=0
; Use WaveGain to calculate Album Gain values on the wav image file. Values will be
; transferred to the various compressed formats, rather then being calculated with other tools.
Opt_Flac=-5 -f
; command line options for flac encoder
Opt_Wavpack=-hmy
; command line options for wavpack encoder
Opt_LameMP3=-V5 --vbr-new --noreplaygain --nohist
; command line options for Lame mp3 encoder
Opt_NeroAac=-lc -q 0.21
; command line options for Nero AAC encoder
Opt_iTunesAac=-d -s 2000
; command line options for iTunes AAC encoder
Opt_OggEnc2=-q 3.0
; command line options for Ogg encoder
Ver_Flac=1.1.3
; flac encoder version
Ver_Wavpack=4.40
; wavpack encoder version
Ver_LameMP3=3.97
; Lame mp3 encoder version
Ver_NeroAac=1.0.0.2
; nero AAC encoder version
Ver_OggEnc2=2.83 Lancer aoTuV b5
; Ogg encoder version

Probably it could be useful to put it in original package if author checks the content and someone tests it properly.
I tested it for me and it seems that it works.
I changed a few parameters to suit me and it still works.

REACT 2 Released

Reply #270
I was wondering if anyone knows if REACT can be run on an existing WAV/CUE image ripped by EAC? I have REACT running great for rips - configured to rip to FLAC, embed cue and art, then split and compress LAME files for everyday listening.  The thing is, I got this running AFTER having simply ripped a lot of discs to WAV image + CUE sheet with EAC, so I was wondering if I could run through all those WAV images with the same settings (FLAC archive image + LAME files), instead of re-ripping all of them.

I'm in a similar situation. Please, let us know if there's a solution, thanks!

REACT 2 Released

Reply #271
A few REACT2 questions for a new user

1. When using REACT, does it matter what settings are applied in EAC itself. Prior to using REACT I had profiles for MP3, FLAC, AAC etc. My question is whether it matters as to which one of these is actually loaded when I use REACT. Presumably the ini and cfg files will overwrite all the EAC compression settings.

2. Can the coverartdownloader be set so that you can browse the hard disk for the images. I have most of them already and want to use them as they are better quality than those on the search sites

3. I am a little lost about how to set up the cover art bits? I want to embed the image into my flac image, all my flac tracks, all my mp3 tracks AND copy it as folder.jpg to the folders where the individual flac and mp3 tracks are. How do I do this?

4. Can the format of @curdate@ be changed to UK date format?

5. I can't seem to get tracknumbers with a padded space (ie 01, 02, 03 etc) on MP3's using LAME. FLAC works fine. I am using the image cfg to generate tracks as well

6. What does this hotkey actually do - TracksHotVal=+{F5}

Any one have any thoughts for me on these questions. Nos 2-5 in particular. Thanks

REACT 2 Released

Reply #272

I was wondering if anyone knows if REACT can be run on an existing WAV/CUE image ripped by EAC? I have REACT running great for rips - configured to rip to FLAC, embed cue and art, then split and compress LAME files for everyday listening.  The thing is, I got this running AFTER having simply ripped a lot of discs to WAV image + CUE sheet with EAC, so I was wondering if I could run through all those WAV images with the same settings (FLAC archive image + LAME files), instead of re-ripping all of them.

I'm in a similar situation. Please, let us know if there's a solution, thanks!

All EAC does when it is finished ripping the WAV/CUE files is pass a set or parameters to the REACT.exe.  Take a look at the variables in your External Compression options and you should be able to work out the actual commandline to send to REACT.exe manually (well at least I think so, there's the chance that REACT does more than that when launching EAC, but it's worth a shot).

REACT 2 Released

Reply #273
1. [...] My question is whether it matters as to which one of these is actually loaded when I use REACT. Presumably the ini and cfg files will overwrite all the EAC compression settings.

Yes, as you said, then REACT upon installation asks you if you want to setup REACT to work with EAC and if you select 'Yes', then some EAC options is adjusted and the compression options ammended. This then means that you may not alter the compression options afterwards(and some of the EAC options), as else REACT will not work correctly, but you always have the option of reconfiguring REACT with EAC again by pressing : 'CTRL+F2'.
Quote
5. I can't seem to get tracknumbers with a padded space (ie 01, 02, 03 etc) on MP3's using LAME.

You need to download metamp3 v0.92b4 from this page : http://www.hydrogenaudio.org/forums/index....showtopic=49751

Then you also need an external manifest file to get the beta to run, so follow the instructions from this previous post of mine : http://www.hydrogenaudio.org/forums/index....st&p=478005
Quote
6. What does this hotkey actually do - TracksHotVal=+{F5}
It defines what the 'F4' hotkey is set to i.e. now it's set to : 'Shift+F5', which is 'Copy tracks - Compressed', but you can also change it to instead : '+{F6}', which then will rip the tracks in test & copy mode(Shift+F6).

@Chicoughski

No, you can't run REACT on images/tracks that's allready ripped, but you can use the command-line tools manually to do those things - just like REACT would have done.

REACT 2 Released

Reply #274
I am having a problem with REACT.  The metamp3 program is not tagging my files.  My error message is "The system cannot execute the specified program". 

{edit}

I figured out that the VC++ runtime files need to be installed in order for the metamp3 tagger to function; without it the above error message occurs.  This information should be included in a readme file, since metamp3 is included with REACT.

Here is a link for the VC++ runtime files.
http://www.microsoft.com/downloads/details...;displaylang=en

Other than this problem, REACT is working great for me.  Thanks for the great software.

Russ.