Identifying CDs

后端 未结 3 436

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 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.

提交回复
热议问题