Hello everybody.
i just installed react 2.0 and the mod made by Akkurat.
I configured everything, but there are a few things i didn't figure out to configure well.
1.)
I want that compilations and cds with more than 1 disc are named that way {discNumber}{Tracknumber} - {Trackname}
there are many things i tried, but i did not success. My idea was:
IF @discnumber@ GTR 1 (
SET TrackName=@discnumber@@trackname@
) else (
SET TrackName=@trackname@
)
But this does not work propperly.
@discnumber@ is always 1. even when i change the value in the ALT+F5 "Additional Meta Data Field" (yes i did klick "update" after changing)
2.)
When i create a disc-image (mp3 + cue) the folder is named correctly. But the mp3tag does not contain all data: The "title" is nothing. There is nothing stored inside that string It would be great if the title == album name, when i create disc-images...How can i fix this problem?
3.) if i select create a disc-image: react creates this image, but afterwards he creates separated files, too.
Only if i disable everything in [UserTrackFormats]
Flac=0
Wavpack=0
LameMP3=0
NeroAac=0
iTunesAac=0
OggEnc2=0
Tak=0
no separated files will be created. Is there a fix for that?
4.) coverdownloader does not work. Does it work on your machine? If i start an mo3+cue-job a msgbox pops up, saying "must be that format <artist> <album> blabla..." But if i start the albumart.exe manually and fill out artist and album i get an ERROR 401: no connection to host / Host not found
Please help me! Thx a lot!
p.s. i did not find a link to attach files. Is there noone?
here's my react.ini:[Settings]
Version=2.0.akku.b04
ImageExt=mp3
ImageNaming=$artist$ - $album$\$artist$ - $album$
ImageHotKey={F10}
TracksHotKey={F4}
TracksHotVal=+{F5}
VA=Various Artists
CreateCuesheet=m|mg|mc
RunCoverDownloader=1
CoverDownloader=C:\Programme\Exact Audio Copy\react20\coverdownloader\albumart.exe
CoverDownloaderXUI=1
CoverDownloaderLocalPath=@mymusic@\EAC\$cdartist$ - $album$\cover.jpg
OpenAddMetaDataDiag=1
EAC=C:\Programme\Exact Audio Copy\EAC.exe
Tools=C:\Programme\Exact Audio Copy\react20\tools
MinimizeCompressionWindow=0
ProcessPriority=4
Sla_Bks_Col_Qst_Bar_Quo_Ast_Lt_Gt=-|-|-||!|'|#|[|]
Test=0
[UserTrackFormats]
Flac=0
Wavpack=0
LameMP3=1
NeroAac=0
iTunesAac=0
OggEnc2=0
Tak=0
[UserOutputNames]
OutRoot=@mymusic@\EAC
ImageDir_Flac=@OutRoot@\$cdartist$ - $album$\flac
ImageDir_Wavpack=@OutRoot@\$cdartist$ - $album$\wav
ImageDir_MP3=@OutRoot@\$cdartist$ - $album$
ImageDir_Tak=@OutRoot@\$cdartist$ - $album$\TAK
TrackDir_Flac=@OutRoot@\$cdartist$ - $album$\flac
TrackDir_Wavpack=@OutRoot@\$cdartist$ - $album$\wv
TrackDir_MP3=@OutRoot@\$cdartist$ - $album$
TrackDir_AAC=@OutRoot@\$cdartist$ - $album$\AAC
TrackDir_OGG=@OutRoot@\$cdartist$ - $album$\OGG
TrackDir_Tak=@OutRoot@\$cdartist$ - $album$\TAK
TrackName_SA=$track$ - $title$
TrackName_VA=$track$ - $artist$ $title$
TrackName_SA_acdir=$n - $~t
TrackName_VA_acdir=$n - $~t [$~a]
[UserSettings]
DebugMode=0
Debug=0
Comment=Created by me [EAC/@reactversion@, @curdate@]
EmbedCover=1
ReplayGain=1
ApplyAlbumGain=1
AdjustAlbumGain_dB=+3.0
AddCuesheetAG=1
UseWaveGainAG=1
Opt_Flac=-5 -f
Opt_Wavpack=-hmy
Opt_LameMP3=-V5 --noreplaygain --nohist
Opt_NeroAac=-lc -q 0.21
Opt_iTunesAac=-d -s 2000
Opt_OggEnc2=-q 3.0
Opt_Tak=-p4M -overwrite
Ver_Flac=1.2.1b
Ver_Wavpack=4.60b
Ver_LameMP3=3.98.4
Ver_NeroAac=1.5.1
Ver_OggEnc2=2.83 sse3mt_lancer20061110
Ver_Tak=1.5.5
[DefaultMetaData]
discnumber=1
totaldiscs=1
discname=
the others are as they are the default ones. The changes (see above) i made i've there undone, because they did not work