I have been using this Apple Script to try and set iTunes to open and play my Alarm playlist. However; the script isn't running. Can anyone help?
Script:
tell application "iTunes"
set this_playlist to playlist "Alarm"
play this_playlist
end tell
Script:
tell application "iTunes"
set this_playlist to playlist "Alarm"
play this_playlist
end tell