I use amarok on Linux. I have ripped all my CDs to FLAC, complete with tags, and burned to DVD.
I have been given a Mac Mini+iPod, and want to convert the FLACs to AIFF, and import them into iTunes. I am running MacOSX on the Mac Mini. This is what I have been doing (on the command line)
- copy an album from a dvd
- decode the flac files back into wavs:
flac --decode --verify *.flac
- encode the wav files as aiff:
flac --output-name=02_Graceland.aiff --force-aiff-format --verify --compression-level-0 02_Graceland.wav
- add aiff tags:
metaflac --set-tag=genre="Folk" --set-tag=artist="Paul Simon" --set-tag=album="Graceland" --set-tag=date="1986" --set-tag=tracknumber=02 --set-tag=title="Graceland" 02_Graceland.aiff
- import the aiff file into iTunes.
iTunes recognises the file, but flatly refuses to import it.
Leaving out the "add aiff tags" stage makes no difference whatsoever.
What is going on? Why won't it import the aiff file?
I have tweaked every parameter in iTunes that I can think of.
I have searched the web for days, and tried every hint I could find, but nothing doing.
Can anyone out there help, as this is driving me insane.
