Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
今天我找到了 Songkick.com,它提供了扫描你的 iTunes 资料库的可能性,他们是怎么做到的?我试着用谷歌搜索,但我找不到苹果的 API,你知道吗?
Songkick 在对文件系统具有只读访问权限的 Web 浏览器中加载一个 java 小程序。它指的是 iTunes 库文件,例如在 mac 上/Users/username/Music/iTunes/iTunes Library.xml读取所有曲目及其元数据。
/Users/username/Music/iTunes/iTunes Library.xml
由于 iTunes 不能用作 Web 服务,因此它没有 API。
I have a model that looks like this:
public class WorksheetViewModel() { public Worksheet Worksheet {get; set;} // ... more properties } public class Wor