如何在 Windows 和 Mac OS X 中访问 iTunes 资料库

发布于 2024-09-15 13:36:16 字数 96 浏览 4 评论 0原文

我想知道如何以多平台方式访问 iTunes 库信息。我想制作一个可以在 Windows 和 Mac OS X 上运行的程序。您推荐哪种编程语言、API?考虑到该程序需要 GUI。

I would like to know how can I access to the iTunes Library information in multi-plataform way. I want to make a program that can run in both Windows and Mac OS X. Which programming language, API do you recommend? Take into account that this program will need a GUI.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

埋葬我深情 2024-09-22 13:36:16

你可以尝试使用QT,它是跨平台的。
还有一种叫做 Cocotron 的东西,它允许您将 Cocoa 应用程序移植到其他平台。基本上,Cocotron 只是一个定制的 AppKit 和 Foundation,它可以在 Windows、Linux 和 Mac 上运行。
QT 与 C++ 一起工作,Cocotron 显然与 Objective-C/Objective-C++ 一起工作。

这里的QT:
http://qt.nokia.com/products/

Cocotron 在这里:
http://www.cocotron.org/

如果您想了解更多有关可能的内部结构的信息,Cocotron 真的很酷很多 Apple 的 obj-c 类。

You could try using QT, which is cross platform.
Also there is something called the Cocotron, which allows you to port Cocoa apps to other platforms. Basically Cocotron is just a custom made AppKit and Foundation, which runs on both windows linux and mac.
QT works with C++, Cocotron with objective-c/objective-c++ obviously.

QT here:
http://qt.nokia.com/products/

Cocotron here:
http://www.cocotron.org/

Cocotron is really cool if you wanna know more about the possible internals of a lot of Apple's obj-c classes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文