Where is documentation for the iTunes API on OS X?

后端 未结 4 1248
忘掉有多难
忘掉有多难 2020-12-23 18:25

I\'m trying to find an API to control iTunes on OS X. I found the following:

http://developer.apple.com/sdk/itunescomsdk.html

I imagine on OS X, what I need

4条回答
  •  有刺的猬
    2020-12-23 18:58

    If you are using Cocoa then I would recommend the (non-apple) framework EyeTunes.

    Applescript may be your best bet though, either through calling a script directly or the ScriptingBridge framework available for Ruby, Python, and Objective C.

    For the documentation, look at iTunes script dictionary (drag the iTunes icon onto the Script Editor icon).

提交回复
热议问题