Today though, I decided to follow the EAC guide for a more correct configuration (http://home-12.tiscali-business.nl/~tpm54044/index.htm) as well as install AccurateRip. Now everything's gone haywire!
I believe the problem is with iTunesEncode because iTunes can still add .wavs and rip cds with no error.
Below is the command that I'm executing (I'm manually running it to try to isolate the issue) and the output. The track is never added to the library in iTunes. Also, after iTunesEncode errors out, when I exit iTunes it warns me that "One or more applications are using the iTunes scripting interface."
Anyone have a suggestion?
E:\EAC>itunesencode.exe -e "AAC Encoder" -i "K:\Lossy\Linkin Park\Meteora\01 - Foreword.wav" -o "K:\lossy\Linkin Park\Meteora\01 - Foreword.m4a" -a "Linkin Park" -l "Meteora" -t "Foreword" -n "1" -y 2003 -g "Rock" -d
CODE
Artist: Linkin Park
Album: Meteora
Title: Foreword
Genre: Rock
Year: 2003
TrackNumber: 1
Input File: K:\Lossy\Linkin Park\Meteora\01 - Foreword.wav
Output File: K:\lossy\Linkin Park\Meteora\01 - Foreword.m4a
Encoder: AAC Encoder
Delete From iTunes: True
Starting iTunes Encoder... Please Wait...
Encode Progress at 100%
Encoder Finished, Adding Tags (if any)
Error getting tracks, user cancelled convert?
NOTE: I also tried putting all the files in the same directory and running the simplified version of the command detailed below. Same result.
itunesencode.exe -i "Foreword.wav"
