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: Akkurat's REACT mod (Read 25250 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Akkurat's REACT mod

All the information is located in REACT:Mods Wiki page.

DOWNLOAD
[attachment=5140:REACT_2.0.akku.b04.zip]MD5: 8fe597a23a65db3a29f87186e5b34d4a
SHA-1: 862fb0509f8f981e47b07d125bd756a535512366


[attachment=4634:attachment]MD5: edd7eab98c6ed2c95da591b7149eeead
SHA-1: 4684f1961f77b5424975e6d527be148ba4c3611b


[attachment=4467:attachment]MD5: ec51393f9d762299308abd5bbf3083cb
SHA-1: f08899cb4f391b2c1b978545a81090e934cb9f7c

Akkurat's REACT mod

Reply #1
Akkurat,

Thank You, for your work on fixing bugs and problems

Akkurat's REACT mod

Reply #2
Thanks Akkurat's!

Does it work also with Exact Audio Copy V0.99 prebeta 5?

Zuk

Akkurat's REACT mod

Reply #3
Hi zucca, not yet. I'm just finishing a new update. Out tomorrow.

Akkurat's REACT mod

Reply #4
Thanks for the great work Akkurat!

Akkurat's REACT mod

Reply #5
Thanks a lot Akkurat!

I installed it on my XP x86 machine and everything is working great but i also installed it on my vista x64 machine and it stops by saying "couldn't start C:\Program Files\Exact Audio Copy\EAC.exe"

I'm just wondering if this path is hard coded, because in the x64 enviroment the path would be C:\Program Files (x86)\Exact audio Copy\Eac.exe

I copied the Exact Audio Copy folder into the "program files" which on a x64 system should be just for 64 bit programs (EAC not being one of them) and then it launches.

Any chance of fixing this for the next release? \

thanks

Akkurat's REACT mod

Reply #6
This path is set in the REACT.ini file (in the REACT folder in your Program Files folder).  Please update the relevant value, save, and try launching REACT again.
I'm on a horse.

Akkurat's REACT mod

Reply #7
Thank you for continuing the great work done with this tool.  I recently made the mistake of installing EAC 0.99pb5 and quickly found out that it broke REACT.

After installing your mod's to REACT, I noticed the following:

1) When checking the registry for the "Use this directory" option the returned value on my system (Vista 64) is "0x00000000", not "00000000".  Therefore, I always get the warning dialog message at start-up.

2) In your latest release you included the tools folder; however you did not include the "glob.exe" program.  Are you using Tycho's version of glob (as distributed in REACT 2), or the "original" version of glob available from the website ...
Quote
Glob.exe http://www.codeproject.com/file/fileglob.asp (example program modified by me)://http://www.codeproject.com/file/fil...modified by me)

I am using Tycho's glob mod; however I don't know what his changes were.

Thank you again,
Brian

Akkurat's REACT mod

Reply #8
Thanks for the thanks.

1) Are you compiling the source yourself? If yes, "Use AutoIt v3.2.12.1 to compile. Newer AutoIt versions might not be compatible with this script.".. this is already told in the source code, lines #28-29. Newer stable AutoIt version has script-breaking changes, e.g.: "RegRead() and RegWrite() no longer use hex strings for REG_BINARY types - native binary datatypes are enforced."

2) You're supposed to first install the original REACT2.0 and then overwrite the install dir with my mod as recommended in "REACT 2" topic in red text, the same topic that you got the glob.exe quote from. I.e. my mod only contains files that replace/update older/original files, it's not a "complete packet".

Why is the glob.exe changes Tycho has made so important to you? Are you compiling all tools yourself? Or checking all source codes? So far there hasn't been any problems with glob.exe (from original REACT2.0). IMHO it's safe to use.

HTH

Akkurat's REACT mod

Reply #9
Thank you for your very kind an gentle response.  I guess I should have read the source a bit closer.

1) Are you compiling the source yourself? ...
Yes, and I am using v3.3.0 ... and compiling for x64 as well.  I had a few tweaks in REACT2 and fewer tweaks in REACT2.ssb16.  My last remaining "fixes" are for VA handling (especially to ensure the cuesheet PERFORMER for VA albums is set to "Various Artists", not "Various").  I also want the cuesheet file name to include the image extension (e.g., "artist-album.imgext.cue" not "artist-album.cue").  With your mods, I think I am down to the cuesheet name ... and frankly this can be done in the .cfg file.

2) You're supposed to first install the original REACT2.0 and then overwrite
Missed this one too.  I was thinking you were providing a "one-stop" download.  Thank you for the clarification.

Why is the glob.exe changes Tycho has made so important to you?
I agree that Tycho's changes are safe (appears that he added the -c command option, quotes the file names, and outputs the command/file-list as one line.  Actually, I do not use Glob.exe.  I am using a modified version of the REACT-image.cfg.  Again, many of my mods are now no longer needed as you have already incorporated them (launching album art download only if no art found, problems related to discname and dsicnumber, handling of the metamp3 error related to file names ending in 2+ periods, etc.).

At this point, I think I need to see about using your mod out-of-the-box in order to see if any of my changes are still needed.

Thank you again for your quick and kind response as well as your continued work on this great tool.

Regards,
Brian

Akkurat's REACT mod

Reply #10
Feature Request: Require Artwork Yes/No

I always want to include artwork when I RIP a CD.  Sometimes, I save the image with the wrong name (especially if there are special characters in the artist/album name).  Other times, it may take me awhile to find the right image and/or scan the cover and touch it up.  As a result, I may not have an image available by the time EAC launches the external compression task.  This results in the creation of my output without album art.

Would it be possible to add an additional option that would pause the script if artwork is not found.  In general, the modification would include:
  • A new option in the .ini file which when set to 1 will not allow the script to continue until artwork is found.
  • Change the .cfg scripts so that if the "require artwork" is enabled, the script will:
    • Output the name of the image file (file pattern?) that needs to exist before it will continue
    • Delay for a short time
    • Recheck for the existence of an image, if not found, go back and delay again

It would also be nice to allow the user to continue without the artwork; however, I am not sure how you would implement this.  I use CHOICE; however the command-line switches for CHOICE have changed on Vista ... besides, I believe you need to do something special on XP in order to even get the old MS-DOS version of the program.

Thank you for your consideration of this request,
Brian

Akkurat's REACT mod

Reply #11
you have already incorporated them (launching album art download only if no art found..

Hmm, I don't remember doing anything to that.

I always want to include artwork when I RIP a CD.  Sometimes, I save the image with the wrong name (especially if there are special characters in the artist/album name). Other times, it may take me awhile to find the right image and/or scan the cover and touch it up.  As a result, I may not have an image available by the time EAC launches the external compression task.

Here's what I do:

1) open AAD XUI (not from REACT) and find covers
2) if not found, scan
3) edit the image if needed (usually is, at least when scanning)
4) name it folder.jpg and put it in "D:\Music\RIPPED\EAC" folder (I use this as the EAC default extract folder, i.e. REACT temp folder.. it doesn't matter what is used, just mentioning why I use this folder)
5) start ripping with REACT (it picks the cover from the folder.jpg because I've CoverDownloaderLocalPath=D:\Music\RIPPED\EAC\folder.jpg set in INI)

This way I don't have to worry about the correct filename, all I've to remember is to name it folder.jpg.

Would it be possible to add an additional option that would pause the script if artwork is not found.

I'm not implementing this. Sorry. You can do this by amending the cfg*. However, your suggestion made me realise that the "continue with the rip and run AAD in the backround" (RunCoverDownloader=1 / 2 (this is the only setting which waits in both modes) / 3 / 4) feature has some problems. Basically the feature is only usable in image mode ripping. And since the original AAD is not working anymore (was faster, to start and only few sources to search) and people are using the XUI version (slow(er) to start, lots of searches, takes time), using XUI to locate covers could take too long even in image mode ripping. The cover is needed right at the start of the cfg (IF EXIST "@cover@"). I don't want to remove the feature, so I'm making a compromise; I'll change the default RunCoverDownloader value to 2 in the next release (waits in both modes). Those who know what they're doing can change it.

* Add the following before line #49 (IF EXIST "@cover@" () in image.cfg:
Code: [Select]
REM ** Check that image cover exists before continuing.
:checkcover
IF EXIST "@cover@" GOTO coverfound
  ECHO Cover image file not found: "@cover@"
  PING 1.1.1.1 -n 1 -w 5000 >NUL
  GOTO checkcover
:coverfound

Akkurat's REACT mod

Reply #12
It has been awhile since any activity, but ... have you noticed that EAC has released version 1.0 beta 1?  There appears to be significant (enough) changes to prevent REACT from working with it.

Akkurat's REACT mod

Reply #13
It has been awhile since any activity, but ... have you noticed that EAC has released version 1.0 beta 1?  There appears to be significant (enough) changes to prevent REACT from working with it.


The "main" REACT topic.

The house move is taking far more time than I thought. The kitchen is almost ready, but then there is the bathroom and sauna (and a room for a pony... wait, no, my surname isn't Bucket, sorry, Buckée) (there is a bird living in the sauna fresh air intake pipe!), and setting up furniture in feng shui positions, and this and that.. I hope I don't have to move again soon.

Akkurat's REACT mod

Reply #14
Hi

I don't know if this thread is still alive ... I'll try anyway

I have an issue with REACT (I use Akkurat's mod b04).
The rip takes ages to launch ! Right after coverdownloader, the program does nothing. To actually start ripping, I have to give the focus back to EAC, but it doesn't work every time, I often have to try it a few times, wait a few minutes, give it another shot, etc. It always eventually works, but it is very annoying. If I don't play with the focus like I do, it can easily stay 1 hour without doing anything !

Any idea ?

BTW, I use win7 64 bits.

Thank you !