QUOTE(zonto @ Jan 10 2008, 23:51)

OK Synthetic, so I just ran it with the -d change, in pure track mode and it worked. Are you ripping by using the f10 image mode or by track mode and manually doing a cuesheet?
As you are using REACT-track.cfg I am pressing F4 to run in track mode.
QUOTE(zonto @ Jan 10 2008, 23:51)

Rips just fine with track mode, album gained applied to mp3s but not ALAC though (limitation of file type?),
I would assume that AACGain will only work on AAC files - therefore I know of no way of RG'ing an Apple Lossless file. Of course, I know nothing of Apple Lossless files.

QUOTE(zonto @ Jan 10 2008, 23:51)

... just turned off cover downloader and did it through iTunes but it seems as though it stores it in some gay proprietary folder type... Why can't things just be easy? smile.gif Back to work...
OK, so when you say it worked, it worked because you switched RunCoverDownloader to 0?
QUOTE(zonto @ Jan 10 2008, 23:51)

It right after it does the gain for the mp3s the script pauses, I'm wondering if either it's something with the aacgain for ALAC, OR if it's something with copying a log file or something. The log file was deleted, the only file that remained was the cuesheet I manually extracted before the rip (in D:\Music)
Errors causing hang at debug:
Could not find D:\Music\Almost Here.[*].cue
Could not find D:\Music\Almost Here.jpg
If I had the full debug output I would be able to see more specifically what errored and where.
NB: If you want a cuesheet you should revert CreateAllCuesheets to 1 in the INI (as I had it). You initially wanted FLAC and stated that you wanted the log and cuesheet in the FLAC folder, so if you check the config I posted you will see near the end:
CODE
IF @Flac@==1 (
PUSHD %TrackDir_Flac%
IF %add_rg%==1 @tools@\Glob.exe -v -c @tools@\metaflac.exe %RG_MetaFlac% *.flac
COPY /Y "@eaclog@" "$cdartist$ - $album$.log"
COPY /Y "@albumfile@.[mg].cue" "$cdartist$ - $album$.cue"
POPD
)
You need to move those COPY commands into an iTunesLossless-relevant section. I would add the following before the line "REM ** Cleanup" (near the end of the CFG):
CODE
IF @iTunesLossless@==1 (
PUSHD %TrackDir_ALS%
COPY /Y "@eaclog@" "$cdartist$ - $album$.log"
COPY /Y "@albumfile@.[mg].cue" "$cdartist$ - $album$.cue"
POPD
)
QUOTE(zonto @ Jan 11 2008, 01:40)

Just thought of something else: So REACT has to have things start in %D right, so say I need to reburn a CD using the ALAC and cue, I would convert the ALAC to wav, but then they will be in format %N - %T, whereas in the cue sheet it's %D - ...... They won't match up...
I did some work with lipidicman with regard to this. The solution can be found in the wiki article
REACT:Amending Cuesheet File References. I would wait until we have resolved your current issues though.
QUOTE(zonto @ Jan 11 2008, 01:40)

The error seems to be something with the ituneslossless when used in image mode.
Bear in mind, in image mode (pressing F10), REACT-image.cfg will be used, not REACT-track.cfg - so there should be no iTunesLossless section to run, or cause an error...
QUOTE(zonto @ Jan 11 2008, 01:40)

The error seems to be something with the ituneslossless when used in image mode. It will rip the image and cue, let me save album art now (just replaced the coverartdownloader with one i DL'd from the forums), then it will run acdir and encode the mp3 and then apply album gain to that, then on the debug it shows the nero and oggenc being 0 so it skips, goes apparently to the next block of code and says IF 1 == 1 ( PAUSE EXIT). Why would it only pause the ALS code block when I rip in image mode?
I don't really want to start helping with an image rip when you want a track rip - it's enough work as it is. Let's stick to using F4/track rip and resolve that. Trying to debug both a track and image config, not knowing which is being used, is a nightmare. Forget image ripping.