【发布时间】:2010-03-09 11:37:40
【问题描述】:
在 iTunes 9 中显示 applescript 命令是否正确?
作品:
tell application "iTunes"
play (track "Los")
end tell
不起作用:
tell application "iTunes"
reveal (track "Los")
end tell
但以下方法确实有效:
tell application "iTunes"
reveal (playlist "Music Videos")
end tell
谁能重现这种行为?有什么解决方法吗?
【问题讨论】:
标签: macos applescript itunes