getCDDBId() in AudioCDReader not implemented on Mac

getCDDBId function in AudioCDReader class is not implemented on Mac.

I seached on apple forum as well… they say there should be some call in CoreAudio. Can anyone please tell me what call to use…

The way to do it would be to parse the .TOC.plist file that you find in the CD’s volume - that’s got all the block info in it. Then it’d involve the same cddb calculation as the one in the windows CD reader…