Created
June 21, 2016 18:02
-
-
Save harrypujols/a95d1c4075dfe8b71207df22f0ae4f01 to your computer and use it in GitHub Desktop.
My Mac Alarm Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "iTunes" | |
play (track 1 of library playlist 1 whose album is "Look at Us") | |
-- I Got You Babe | |
set sound volume to 100 | |
delay (get the (duration of the current track) - player position) | |
pause | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment