Hi Po

Nice to hear that you have gotten yourself into using Tycho's absolutely fantastic EAC Plugin, REACT

QUOTE(powlaz @ Feb 1 2007, 04:38)

1. Why does REACT write .flac to Image and then split tracks? What setting do I change if I just want the image (split tracks later)
Because you have configured it wrong then

Set "ImageExt=" to "flac" and set the following lines like this :
[UserTrackFormats]
Flac=0
Wavpack=0
LameMP3=1
NeroAac=0
iTunesAac=0
OggEnc2=0
The "ImageExt=" variable decides which format you want your lossless image stored in. If you only want lossless track files and not a lossless image or only lossy track files, then set "ImageExt=" to "wav", which then will rip to a WAV image and then split the image up as track files and then delete the WAV image afterwards. Then the [UserTrackFormats] variables defines which formats you want to have your track files encoded to(not about the images). So you set the "ImageExt=flac" and set "LameMP3=1" and the other's to "0".
QUOTE
2. What do would one use to split a .flac image into tracks?
I would recommend
foobar2000, but i don't see why anyone would ever need to do this ? foobar2000 can play the images and also transcode them to lossy track files and
Burrrn can write the images with embedded cuesheets to disc, by just droping the image file into the Burrrn window and selecting "Burrrn".
QUOTE
3. Why did MP3 gain run. I like to watch the compressor screens and after LAME was done metamp (I think) ran MP3Gain
Because you have "ReplayGain=1" and/or "ApplyAlbumGain=1" enabled. metamp3.exe is a great command-line tool which Tycho has made, which incorporates the sources of mp3gain.exe, id3lib and encspotconsole. If you have "ReplayGain=1" enabled, then your images and track files will be ReplayGain scanned and the gain/peak values is added as tags to the formats. If you have "ApplyAlbumGain=1" enabled, then the lossy track files will be applied the calculated ReplayGain gain change directly to the stream, so that the files will play as ReplayGain'ed in all players, even though they don't support reading ReplayGain tags and adjusting the loudness accordingly. Also if "ApplyAlbumGain=1" is enabled, then the files will be applied the gain according to this variable : "AdjustAlbumGain_dB=+3.0". If that variable is set to "0", then the files will be changed directly to have an average loudness of 89dB. If then you keep the "AdjustAlbumGain_dB=" variable to the default value of "+3.0", then the files will be changed directly to have an average loudness of 89+3dB = 92dB. Also remember that this only effects the lossy files, as applying ReplayGain directly to lossless files dosen't make sence, as then the files wouldn't be lossless anymore.
QUOTE
4. Why does Opt_LameMP3 specify 'noreplaygain' if you're given the choice to turn it on or off in the [User Settings]
Because lame.exe also by default itself calculates the ReplayGain values and stores them in it's LAME INFO Tag. This takes a little extra processing time during the encoding process and as nearly no players supports reading and using this ReplayGain info from the LAME INFO Tag, then many people decides to switch this default ReplayGain calculation of lame.exe off, to get a little faster encoding. Also if adding/applying ReplayGain to the files after lame.exe has encoded the files, then the extra ReplayGain processing time of lame.exe is pretty useless anyway and hence, that's why many people disables lame.exe's ReplayGain processing with the "--noreplaygain" switch.
QUOTE
5. What is the --nohist switch in Opt_LameMP3?
It disables the bitrate histogram that's shown by default. Disabling this feature will reduce encoding time by a very small fraction, but using "-S" would be better in this regard, as this disables all output. Also, some people use that switch for having a cleaner console/log output, which isn't cluttered up by the big space that the bitrate histograms takes up. I have timed the encoding speed differences once, and found the difference to be about 1 milisecond per track encoded, so at the time when i made MP3's, then i didn't used "--nohist" or "-S", but i did use "--noreplaygain", as that saved about 30 seconds per album i.e. about 3 seconds per track and as i did use ReplayGain in the tags, so that the LAME INFO Tag ReplayGain data would be useless to me anyway(i only use foobar2000 for playback, which dosen't support ReplayGain through the LAME INFO Tag).
QUOTE
6. Configuration file looks like fun to toy in. Now I understand how everyone can get carried away. Is there a list of all of the $ $ and @ @ commands (or placeholders, what are they called?) and what they do?
This is a good reference :
http://wiki.hydrogenaudio.org/index.php?title=REACTQUOTE
In the folder with the .flac tracks and the folder with the .mp3 tracks the album art is named folder? How do I fix this?
I don't use album art personally, but i know that the default name for album art for many apps is a file named "folder.jpg" in the directory of the music files. If you still want to change it, then change this in the REACT-image.cfg :
Find this line :
CODE
IF NOT @LameMP3@==1 GOTO end_lame_tracks
Then go a few lines down and change this line :
CODE
IF %have_cover%==1 COPY /Y "@cover@" "folder.jpg"
To instead :
CODE
IF %have_cover%==1 COPY /Y "@cover@" "@basename@.jpg"
QUOTE
8. What are:
TrackName_SA_acdir=$n - $~t
TrackName_VA_acdir=$n - $~t [$~a]
What do they do that
TrackName_SA=$track$ - $title$
TrackName_VA=$track$ - $title$ [$artist$]
don't do?
The first set of names are defining the naming-scheme used when pressing F10 in EAC to rip, which means that you rip to an image which is later splitted up to track files and the CFG file which handles this mode, is the "REACT-image.cfg" file. The second set of names, defines the naming-scheme used when pressing F4 to rip in EAC, which means that you rip to track files and the CFG file which handles this mode is the "REACT-track.cfg". SA means "Single Artist" and VA means "Various Artists". The naming schemes are setup per default to name SA albums as "01 - Title.mp3" and VA albums as "01 - Title [Artist]".
QUOTE
9. What is a good reference for the Genre music is supposed to be in?
Sorry, i'm not a perfectionist when tagging is concerned and just use the Genre and other info which freedb reports.
QUOTE
I have an mp3 copied using LAME -v0 --vbr-new where the bitrate is 127kbps. Does that sound right? In the past on VBR rips I noticed that the bitrate would occassionaly change throughout the course of the song. That doesn't seem to be happening as I'm watching. At the point I remember seeing that I was playing my music in Foobar. Now I'm using Media Monkey. Maybe it's them.
If you used "-v0", then that's wrong, as it's "-V0", and then the default lame.exe encoding mode is used instead which is 128KB CBR