I want to write a command that launches iTunes and play the first song that is in the playlist or song list,for now I can launch iTunes from my code but it doesn’t start the song automatically is there away to make it work
``` <category>
PLAY MUSIC FROM MY COMPUTER </pattern>
<template>
<random>
<li>Sure thing! </li>
<li>OKAY, </li>
<li>OK! </li>
</random>
<system>
open -a /Applications/itunes.app/Contents/MacOS/itunes/play</system>
</template>
</category>
```