Identifying CDs

后端 未结 3 413

I\'d like to be able to determine what music album CD is in a CD drive. For example, if someone claims that the CD in their drive is Eminem - The Eminem Show, I would like t

相关标签:
3条回答
  • 2021-01-06 02:45

    As for music CDs, Gracenote works by analyzing the actual waveform data of every track on the CD. It does this is a format-neutral way. It talks about it here.

    I'd also recommend last.fm, MusicBrainz, and discogs.

    0 讨论(0)
  • 2021-01-06 03:01

    You probably want to use something like libcddb to get/verify music CD information. I don't know if there is a similar database for program discs.

    0 讨论(0)
  • 2021-01-06 03:03

    You may want to look a the Wikipedia article to learn how CDDB work. Then you can look at libcddb to implement what you want in C. The source code should give you plenty of clues in case C is not your language of choice.

    0 讨论(0)
提交回复
热议问题