iTunes wakeup

Jump to First Reply
Posted:
in Genius Bar edited January 2014
I would like to make an applescript that will begin playing a song from iTunes at a certain time of day (namely, the morning).



How would I go about this?



10.3 by the way...

Comments

  • Reply 1 of 2
    dmband0026dmband0026 Posts: 2,345member
    I tried to figure out times, but being new at scripting I only got this far:



    tell application "itunes"

    activate

    end tell



    tell application "itunes"

    play

    end tell



    I don't know how advanced you are with scripting or if you are a beginner like myself, but I hope this helps a little. I got iTunes to do some pretty cool stuff just by messing around with the scripts. Try out some stuff. If you mess around enough you could probably figure it out.
     0Likes 0Dislikes 0Informatives
  • Reply 2 of 2
    baumanbauman Posts: 1,248member
    How about an app that does it for you? I realize it's not as fun, but it sure is a heck of a lot easier.



    Try this: iAlarm
     0Likes 0Dislikes 0Informatives
Sign In or Register to comment.