是否可以使用Applescript在iTunes中的电影上访问演员,导演和制片人标签?
返回空字符串
tell application "iTunes"
get artist of (track 1 of playlist "Movies")
get composer of (track 1 of playlist "Movies")
end tell
这给了我一个错误(发生描述符类型不匹配。"编号-10001到项目)
tell application "iTunes"
get actors of (track 1 of playlist "Movies")
end tell
如果使用iTunes作为应用程序是不可能的,我可以使用Finder或其他东西作为应用程序来访问我想要的属性吗?
答案 0 :(得分:0)
我认为轨道类或iTunes中的其他任何地方都没有actor属性。