在优胜美地更新之前,我使用this Applescript来控制我的Spotify。
当我运行/usr/bin/osascript /Users/jdrummond/SpotifyControl.scpt play/pause
时,一切都变得很吸引人。
现在,我已经将OSX更新为优胜美地,当我运行相同的命令时,我会不断得到此信息:
/Users/jdrummond/SpotifyControl2.scpt:1217:1222: script error: Expected end of line, etc. but found identifier. (-2741)
因此,我尝试创建一个简单的Applescript与Spotify进行交互:
using terms from application "Spotify"
tell application "Spotify" to play
end using terms from
但是我也遇到了一个错误:
我在做什么错以及如何在优胜美地上与Spotify互动?有什么变化吗?
最佳答案
此问题已报告给Spotify,并将在下一次桌面客户端更新中得到解决(我是那里的开发人员,可以验证它已解决)。
关于macos - OSX更新到优胜美地后,播放 “tell” Spotify的Applescript无法正常工作,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/29039514/