ShinjiIkari reborn
11-10-2009, 09:05 PM
I was ripping a cd and I couldn't open the cue sheet in foobar checked it aganst EAC CD Write and the log came up with this



trying to rip into FLAC
REM COMMENT "ExactAudioCopy v0.95b4"
PERFORMER "Alan Silvestri"
TITLE "G.I. Joe: The Rise Of Cobra"
FILE "Alan Silvestri - G.I. Joe The Rise Of Cobra.wav" WAVE
TRACK 01 AUDIO
TITLE "Clan McCullen"
PERFORMER "Alan Silvestri"
ISRC @@1kD6000588
INDEX 00 00:00:00
INDEX 01 00:00:62
TRACK 02 AUDIO
TITLE "Mars Industries"
PERFORMER "Alan Silvestri"
ISRC @@1k00003020
INDEX 00 03:07:31
INDEX 01 03:07:44
TRACK 03 AUDIO
TITLE "Delivering The Warheads"
PERFORMER "Alan Silvestri"
ISRC @@1k00003030
INDEX 00 04:49:36
INDEX 01 04:50:68
TRACK 04 AUDIO
TITLE "General Hawk"
PERFORMER "Alan Silvestri"
ISRC @@1k00003040
INDEX 00 12:15:23
INDEX 01 12:15:48
TRACK 05 AUDIO
TITLE "It Must Be Nato's Fault!"
PERFORMER "Alan Silvestri"
ISRC @@1k00003050
INDEX 00 13:51:38
INDEX 01 13:52:21
TRACK 06 AUDIO
TITLE "King Cobra"
PERFORMER "Alan Silvestri"
ISRC @@1k00003060
INDEX 00 15:32:13
INDEX 01 15:32:38
TRACK 07 AUDIO
TITLE "What Happened To Her?"
PERFORMER "Alan Silvestri"
ISRC @@1k00003070
INDEX 00 18:30:71
INDEX 01 18:32:09
TRACK 08 AUDIO
TITLE "I Promise"
PERFORMER "Alan Silvestri"
ISRC @@1k00003080
INDEX 00 19:48:33
INDEX 01 19:49:22
TRACK 09 AUDIO
TITLE "The Pit Battle"
PERFORMER "Alan Silvestri"
ISRC @@1k00003090
INDEX 00 21:55:71
INDEX 01 21:56:71
TRACK 10 AUDIO
TITLE "They Intend To Use Them"
PERFORMER "Alan Silvestri"
ISRC @@1k000030:0
INDEX 00 29:21:25
INDEX 01 29:21:29
TRACK 11 AUDIO
TITLE "Snake Eyes"
PERFORMER "Alan Silvestri"
ISRC @@1k000030;0
INDEX 00 30:27:55
INDEX 01 30:28:44
TRACK 12 AUDIO
TITLE "I Have A Target In mind"
PERFORMER "Alan Silvestri"
ISRC @@1k000030<0
INDEX 01 32:51:27
TRACK 13 AUDIO
TITLE "The Joe's Mobilize"
PERFORMER "Alan Silvestri"
ISRC @@1k000030=0
INDEX 01 35:14:53
TRACK 14 AUDIO
TITLE "Northern Route"
PERFORMER "Alan Silvestri"
ISRC @@1k000030>0
INDEX 00 43:38:45
INDEX 01 43:39:36
TRACK 15 AUDIO
TITLE "Who Are You?"
PERFORMER "Alan Silvestri"
ISRC @@1k000030?0
INDEX 01 49:49:20
TRACK 16 AUDIO
TITLE "Deploy The Sharks"
PERFORMER "Alan Silvestri"
ISRC @@1k00003100
INDEX 01 53:24:66
TRACK 17 AUDIO
TITLE "Final Battle"
PERFORMER "Alan Silvestri"
ISRC @@1k00003110
INDEX 00 60:56:64
INDEX 01 60:57:56
TRACK 18 AUDIO
TITLE "Just About Close Enough"
PERFORMER "Alan Silvestri"
ISRC @@1k00003120
INDEX 00 61:52:17
INDEX 01 61:53:11
TRACK 19 AUDIO
TITLE "The Rise Of Cobra"
PERFORMER "Alan Silvestri"
ISRC @@1k00003130
INDEX 00 65:49:51
INDEX 01 65:50:09
TRACK 20 AUDIO
TITLE "I'm Not Giving Up On You"
PERFORMER "Alan Silvestri"
ISRC @@1k00003140
INDEX 00 67:41:53
INDEX 01 67:43:22
TRACK 21 AUDIO
TITLE "End Credits"
PERFORMER "Alan Silvestri"
ISRC @@1k00003150
INDEX 00 69:32:49
INDEX 01 69:33:03
also error line 7

and isrc I use Sony bdux x10s

any help?

CyberSpark
11-11-2009, 05:15 AM
Hi ShinjiIkari reborn. I actually wrote a tutorial on how to setup EAC and so I might be able to help you. :)

Okay, first thing I noticed is that the file:
FILE "Alan Silvestri - G.I. Joe The Rise Of Cobra.wav" WAVE

should be:
FILE "Alan Silvestri - G.I. Joe The Rise Of Cobra.flac" WAVE

Alternatively, you can throw the FLAC file into a tag editor like Mp3Tag and remove all tag info from the file, then load the FLAC file into foobar2000 and embed the CUE sheet. To do this, select the file in foobar, right-click on it and navigate to: Utils > Edit Cuesheet. Once the window appears, press the "Load..." button and open the CUE Sheet. the next time you load the FLAC file, it will appear as multiple tracks within foobar2k.

Note: embedding the CUE sheet works just like a tag; it can easily be removed or undone.

A few other things that I noticed are that (1) you're using the older version of EAC (latest version can be found here: Exact Audio Copy v0.99 pb5 (http://www.exactaudiocopy.de/eac-0.99pb5.exe)) and (2) your drive may not support the feature: Retrieve UPC / ISRC codes in CUE sheet generation, hence the symbols @@ that were generated in the code. ISRC codes consist of a mix of letters and numbers only.

Anyway, hope this helps you out in some way. Cya!

ShinjiIkari reborn
11-12-2009, 06:42 AM
Thanks!