尝试制作非常简单的Personal Assistant。我的项目基于aiml,并使用pyaiml在python中使用AIML解释器。我想为我的aiml模式提供命令以打开iTunes并自动播放随机歌曲,是否可以使它正常工作?就像iPhone的Siri一样,她在收到“播放音乐”命令后便自动开始播放音乐,无需按播放按钮
我用它来启动iTunes
open -a /Applications/iTunes.app/Contents/MacOS/itunes</system> ```
I tried this ```<system> open -a itunes 1.mp3</system>```
it automatically starts the music from my python folder
not from the actual itunes library