I have an old collection of CDs with AIFF music files I am trying to import into my music library (btw, I am using a Mac). These files are named as "1 Audio Track.aiff", "2 Audio Track.aiff", etc, so I don't have any information in the file names I can use to name them accordingly in the import process, however I know this information must be somewhere as my car's CD player displays the song name and author of each and every song. I wonder where this information is and how I can extract it, otherwise I'd be left with nothing by a bunch of untagged files, many thanks in advance.
Things I have tried so far:
I have used the command exiftool but I don't see the info my car's CD player is able to read (see below)
us@mac:/Volumes/Audio CD$ exiftool 1\ Audio\ Track.aiff
ExifTool Version Number : 10.08
File Name : 1 Audio Track.aiff
Directory : .
File Size : 26 MB
File Modification Date/Time : 2015:12:26 22:11:01+01:00
File Access Date/Time : 0000:00:00 00:00:00
File Inode Change Date/Time : 0000:00:00 00:00:00
File Permissions : rw-rw-rw-
File Type : AIFC
File Type Extension : aifc
MIME Type : audio/x-aiff
Format Version Time : 1990:05:23 14:40:00
Num Channels : 2
Num Sample Frames : 6696144
Sample Size : 16
Sample Rate : 44100
Compression Type : Little-endian, no compression
Compressor Name :
Duration : 0:02:31
I checked the hidden TOC.plist files in the CDs and they don't seem to contain this info.
Hope you can give me some tips.