查找 CD 的序列号
当我在 Windows 上使用这个 CD 编目程序时,它会通过(大部分是唯一的)四位来识别每张 CD字节序列号,例如 376b-4554
。 cmd.exe 的 dir
命令也会显示序列号。
现在我在 Linux 上,并尝试破解我自己的小型 CD 目录脚本。有没有办法从插入的 CD 中读取该序列号?或者,如果不可能,是否有任何其他标识符可以用于相同目的? (不要建议卷标。我有五张标有“新”的 CD。)
大多数编程语言都可以使用,shell 命令也可以。
When I used this CD cataloging program on Windows, it would identify each CD by a (mostly unique) four-byte serial number, like 376b-4554
. The dir
command of cmd.exe would show a serial number too.
Now I'm on Linux, and trying to hack my own small CD catalog script. Is there a way to read that serial number from an inserted CD? Or, if not possible, is there any other identifier that I could use for the same purpose? (Don't suggest volume label. I have five CDs labelled "NEW".)
Most programming languages would work, shell commands are okay too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 freedb,有很多程序可以使用它们的 DB 和标识符来查找 CD相关信息。
Have a look at freedb, there are a lot of programs available that use their DB and identifier to look up CD related information.