Skip to content

Instantly share code, notes, and snippets.

@mreidsma
Last active December 11, 2015 11:48
Show Gist options
  • Select an option

  • Save mreidsma/4596221 to your computer and use it in GitHub Desktop.

Select an option

Save mreidsma/4596221 to your computer and use it in GitHub Desktop.
Script to tell Rdio desktop app to play and pause
tell application "Rdio"
pause
end tell
tell application "Rdio"
play
end tell
@mreidsma
Copy link
Copy Markdown
Author

I use this with Quicksilver to quickly start and stop my tunes while in a full-screen or distraction-free writing environment. This is kind of obvious, but I'm posting for reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment