1
Neo OP 自学了几个目前个人需要的;配合iCal可以自动定时运行
//打开iTunes并播放指定的的playlist //play_podcast.scpt tell application "iTunes" activate tell user playlist "Audio podcast" play end tell end tell //停止播放 //stop_podcast.scpt tell application "iTunes" activate stop end tell |