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 1281465 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

REACT 2 Released

Reply #225
Can anyone help me with my Various Artist problem posted above in post 215?

Sorry, mate - I personally wasen't ignoring you, but i just didn't know the answer to your questions, unfortunetly

REACT 2 Released

Reply #226
The new version of albumart requires modified command line switches, i.e.

  -ae on -pf on -ar "artist" -al "album" -p "save path-name.jpg"

I don't see anywhere in react's ini/cfg files to set this up. Any hints?

I see this too, now that you mention it (I've been lazy getting the new version so I hadn't noticed).  I'd say until REACT2 is updated to support it, stick with the last supported version.  I guess the parameters passed to albumart are hardcoded into the REACT .exe.

REACT 2 Released

Reply #227
REACT didn't seem to be handling my VA albums correctly so I turned on debugging and this is what I found.  Even though the VA check box in EAC was checked, the @various@ variable was set to 0, not 1.  Does anyone know what might cause this?

I mostly listen to albums so I like to browse artist > album > play on my Karma.  Therefore, I never really liked the VA tagging scheme because the files show up under their track artist in most players.  That means they don't show up together when I browse the way I'm used to browsing.  But EAC won't let me use "Various Artists" as the artist without the check box checking itself.  Can I edit the REACT cfg file so that when the check box is checked, it treats the album like a normal album but replaces the artist tags with what I set the VA variable to in the ini file? It should also use <track title> / <track artist> for the title tag.

Of course, the problem I'm having above would need to be fixed first for this to work.

I am ripping to WavPack images and ogg tracks.

For your first question, you must set EAC's file naming sceme to start with '%D -', to recognise that the filename start with "Various -" (or "Various Artists -").

For the next Q, in the OGG section, you must replace '-c artist=$#a' with '-c artist=$q@cdartist@$q'. This works because @cdartist@ equals @VA@ when @various@=1, otherwise it equals @artist@.

@Bill: I have added back the support for removing preemph (deemph) these rare CDs in the next version of REACT.

 

REACT 2 Released

Reply #228
I have a strange one:

* creating flac image and mp3 files
* flac is NOT created, MP3's ARE
* debug run shows the problem but I don't know how to fix it:

- the flac run fails because the eac log file does not exist
- yet the file DOES exist by the time I look

Sounds like a race condition of some kind?

Have others seen this?

REACT 2 Released

Reply #229
* debug run shows the problem but I don't know how to fix it:

- the flac run fails because the eac log file does not exist
- yet the file DOES exist by the time I look

OK, now I watched everything carefully. I'm sure this must be simple:

When EAC finishes ripping, it puts up a dialog with an "OK" button.

The log file is not created until I press "OK".

I assume REACT wants this dialog disabled somehow? How do I do that?

Thanks muchly!

REACT 2 Released

Reply #230
Hi pholzmann.

Something is very wrong with your setup, as REACT will auto-close that dialog automatically, so that the logfile is made. Please reconfigure REACT with your EAC setup by pressing CTRL+F2 and see if the problem persists. If the problem dosen't go away, then i'm affraid that i cannot help you unfortunetly and you must then wait for Tycho to come to your rescue.

REACT 2 Released

Reply #231
That's interesting.  The rip report dialog doesn't autoclose on my machine either, but I have not had any errors complaining the eaclog is missing, and I believe it is still embedded in my flac images.  I have REACT2 correctly configured in EAC (Ctrl-F2).

REACT 2 Released

Reply #232
Something is very wrong with your setup, as REACT will auto-close that dialog automatically, so that the logfile is made. Please reconfigure REACT with your EAC setup by pressing CTRL+F2 and see if the problem persists. If the problem dosen't go away, then i'm affraid that i cannot help you unfortunetly and you must then wait for Tycho to come to your rescue.
Good idea, Martin! At least that made it act a bit differently

Now I get two consistent log errors in flac:
- unable to extract resolution and color info from file (that's new... and the file is fine)
- can't open file

AND the log file is definitely NOT created, and the dialog box is NOT auto-closed.

I'm running on a duo-core XPSP2 laptop.

I tried reducing the "simultaneous background thread" count to one, but that didn't change anything.
I tried turning off run-in-background, but ctrl-F2 reconfigure turned it back on so I assume it is required.

Anybody else have ideas? I feel sooo close yet so far away

Thanks muchly for all suggestions!
MrPete

Code: [Select]
E:\media\Music\eac>IF 1 == 1 SET Cover_tag=--picture="|image/jpeg|||E:\media\Music\eac\The Passionate Pursuit.jpg"

E:\media\Music\eac>C:\apps\media\audio\REACT2\tools\flac.exe -5 -f --replay-gain
--picture="|image/jpeg|||E:\media\Music\eac\The Passionate Pursuit.jpg" -T "artist=Scott Wesley Brown"
 -T album="The Passionate Pursuit" -T totaltracks="11" -T date="1991" -T genre="Worship"
-T comment="Created with EAC/REACT2, 2007-02-27" -T encoded-by="Pete" -T encoding="Flac 1.1.3 -5 -f"
--tag-from-file="cuesheet=E:\media\Music\eac\Scott Wesley Brown - [1991] The Passionate Pursuit.cue"
--tag-from-file="eaclog=E:\media\Music\eac\The Passionate Pursuit.log"
"E:\media\Music\eac\Stmp54266.wav"
-o "E:\media\Music\eac\Scott Wesley Brown - [1991] The Passionate Pursuit.flac"

ERROR: (--picture) unable to extract resolution and color info from file, user must set explicitly
Type "flac" for a usage summary or "flac --help" for all options
ERROR: (--tag-from-file) can't open file for tag value
Type "flac" for a usage summary or "flac --help" for all options

(PS: If I could, I'd change my handle to MrPete which is how i'm known elsewhere )

REACT 2 Released

Reply #233
A small bug found: in a workflow of image->mp3 tracks, if (eac? ac? not sure what?) decides there is a blank character at the end of the name of a song, it never gets trimmed... resulting in a pain-in-the-neck mp3 filename "xyzzy .mp3"

Can spare spaces be trimmed?

REACT 2 Released

Reply #234
Hi MrPete

The first error you get is about the Cover-image which flac.exe cannot retrieve the color and resolution from automatically and hence, wants you to enter those parameters manually. I'm personally not into cover-art myself, so i'm affraid that i can't help you with that, since i have never used those options of flac.exe before. The second error is then as you have found, about the missing logfile. I'm sure that REACT will do this during it's setup, but just in case, then please check if you have this option enabled : EAC options > Tools > "Automatically write status report after extraction". If that option is enabled, then i would recommend that you go into regedit(WinKey+R > "regedit") and delete the key : "HKEY_CURRENT_USER\Software\AWSoftware"(rightclick > Delete) and then reconfigure EAC and install REACT again. I have also had to do this on occasions because EAC acted funny, but i haven't experienced your problem though. This is the only advice that i can give you, but of course you are welcome to instead wait untill Tycho comes along and then hear his take on this issue

@wraithdu

There are two dialogs. the first one is the one that REACT auto-closes, and the next one is the one that e.g. states "Copy OK" and "No errors occured" etc. and this one isn't auto-closed

REACT 2 Released

Reply #235
@Martin
Ahhh, thanks for pointing that out.  Makes sense then that I've never seen it

REACT 2 Released

Reply #236
Question: EAC V0.95 beta 4 comes in two flavors: with/without CDRDAO.

Is it possible that it would matter which one I use? Which one are YOU using?

Thanks.

REACT 2 Released

Reply #237
Is it possible that it would matter which one I use?

No, since that is entirely writing-only related.
Quote
Which one are YOU using?

I am personally using the version without cdrdao.exe. If you want to use EAC to also write audio CD's, then check to see if your drive works with EAC's internal writing routines. If it does, then you don't need the EAC version with cdrdao.exe, since that version is only meant for people with drives that dosen't work with it and also on many drives then CD-TEXT writing isn't possible with EAC's cdrdao frontend. My drive only works with EAC's cdrdao frontend, but since i'm not using EAC to write audio CD's, then i'm sticking to the version without it. I personally use Burrrn to write all my audio CDs, since besides beeing an awesome non-bloated and well-coded app, then it also supports writing WavPack images with embedded cuesheets.

REACT 2 Released

Reply #238
I personally use Burrrn to write all my audio CDs, since besides beeing an awesome non-bloated and well-coded app, then it also supports writing WavPack images with embedded cuesheets.

I am waiting for this great app to support write offsets hopefully in the near future.  I wrote my first totally offset corrected CD with EAC the other night (individual read and write offsets) and all track CRCs matched up with the AccurateRip database after a test of the copy!  I was really shocked and pleased, as this is the first time I've accomplished this.



Secondly, how can I modify the REACT2 .ini to work with the new version of Albumart Downloader?  It has some different commandline switches for search and path options.

REACT 2 Released

Reply #239
... how can I modify the REACT2 .ini to work with the new version of Albumart Downloader?

Hi wraithdu,

You don't have to modify the REACT2 .ini ... all you have to do is overwrite the old with the new (i.e. change the folder name of the new Albumart Downloader program from "AlbumArtDownloader" to "coverdownloader" and place it in your REACT2 folder, overwriting the old "coverdownloader" folder. At least that worked for me. 

Also if you want any scripts from the old coverdownloader that aren't included in the new version (such as Walmart.boo), you can just copy them over to the new version "as is" and they will work. 

- p

REACT 2 Released

Reply #240
You don't have to modify the REACT2 .ini ... all you have to do is overwrite the old with the new (i.e. change the folder name of the new Albumart Downloader program from "AlbumArtDownloader" to "coverdownloader" and place it in your REACT2 folder, overwriting the old "coverdownloader" folder. At least that worked for me. 

And this works?  I know the commandline switches for the newest version of the downloader are different.  Is it still being passed the correct information for search and download path?  This seems unlikely to me.  I'm sure the program is still executed, but...I will definitely test it when I get home.

REACT 2 Released

Reply #241
You don't have to modify the REACT2 .ini ... all you have to do is overwrite the old with the new (i.e. change the folder name of the new Albumart Downloader program from "AlbumArtDownloader" to "coverdownloader" and place it in your REACT2 folder, overwriting the old "coverdownloader" folder. At least that worked for me. 


phaedra, perhaps you are not using the truly new version? It has very different command line parameters and does not work at all with REACT2

At least, not for me!

REACT 2 Released

Reply #242
How do I change the nameing scheme for TrackName_SA_acdir?

What parameters can I use to  get my FLAC split and named artist-album-track-title?

Thanks

REACT 2 Released

Reply #243
...you are welcome to instead wait untill Tycho comes along and then hear his take on this issue

I've reinstalled everything. Nothing helped.

I think I have a clue about the issue though. I use the dbPowerAmp AccurateRip plugin for EAC to ensure I'm getting good rips. I think the extra UI for that is unknown to REACT. If only we could add our own plugin-related handling!

REACT 2 Released

Reply #244
How do I change the nameing scheme for TrackName_SA_acdir?

What parameters can I use to  get my FLAC split and named artist-album-track-title?
1. Check "react.ini"

2. Use "$~A-$~T-$n-$~t"
I'm on a horse.

REACT 2 Released

Reply #245
One more ? or maybe 2.

I'm using all the new flac and metaflac tools but the dialog window says that I'm using flac v1.1.3

Is this just an oversight in the coding of the latest version that was not updated?

I downloaded the package from rarewares I think,  I't was call flac-1.1.4.zip


and could you point me to a good thread or post detailing how to embed the cue sheet as well as save one externaly

REACT 2 Released

Reply #246
Unless you have amended the config REACT will be using the FLAC exe in your REACT\tools directory.

Personally I like to only maintain one version on my PC, so my recommendation would be to amend the config to point to your 1.1.4 exe.  An easier solution is to copy the new exe over the exe in \tools though.

I don't have REACT on this laptop, so I can't give you code or line numbers, but essentially you will need to delete the line that deletes the cuesheet, and have it moved with all the other files.
I'm on a horse.

REACT 2 Released

Reply #247
and could you point me to a good thread or post detailing how to embed the cue sheet as well as save one externaly

REACT will by default embed the cuesheet and also copy an external cuesheet into the destination directory, so if that is what you want, then you don't have to do anything.

For people, like me, which don't want to have an additional external cuesheet, then they need to open the REACT-image.cfg file(ALT+F3 in EAC) and then find the section for the image format that you have selected in the REACT.ini, like e.g. "wavpack_image" if you had selected ".wv" as image extension in the REACT.ini, or "flac_image" if you had selected ".flac" in the REACT.ini and then enter REM in front of this line : "MOVE /Y "@cuesheet@" %dest%", so it becomes : "REM MOVE /Y "@cuesheet@" %dest%". The reason that i don't want an external cuesheet, is that the two apps that i use for music playback and music writing(fb2k and Burrrn), both supports embedded cuesheets perfectly and so i have no use for an external cuesheet in that case. Also, it just takes a single parameter with Synthetic Soul's ammended Tag.exe version to get the cuesheet extracted, or to use wvunpack.exe to decode the image to WAV and additionally extract the cuesheet.

Please note, that i'm not trying to persuade anyone into ditching the external cuesheet, but i'm only adding these instructions to help people out, which feel that they don't want the "by-default-made" external cuesheet either.

REACT 2 Released

Reply #248
Unless you have amended the config REACT will be using the FLAC exe in your REACT\tools directory.


Yes I have overwritten Flac.exe and metaflac in the react\tools directory.

I even did this twice as I thought the download package I had was old.

The last package I got from the flac page linked in these forums once it was updated.

I also thought it might have been the libflac.dll but read that that is for decoding and does not need to be changed to ge the encoding benifits of v1.1.4

Maybe I'll delete it reboot then place the new files in the tools folder.




I will most likey need the external cuesheet becuase I use rockbox on my Ipod and it cant read embedded cuesheets, neither does XBMC which I use a a media server.

REACT 2 Released

Reply #249
I use the dbPowerAmp AccurateRip plugin for EAC to ensure I'm getting good rips. I think the extra UI for that is unknown to REACT. If only we could add our own plugin-related handling!

Question: Does anyone use REACT together with AccurateRip?