https://github.com/j1n6/spotify-applescript
https://github.com/j1n6/spotify-applescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/j1n6/spotify-applescript
- Owner: j1n6
- Created: 2011-06-14T21:40:48.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-04T12:25:57.000Z (almost 13 years ago)
- Last Synced: 2025-03-26T18:13:39.560Z (2 months ago)
- Homepage:
- Size: 98.6 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple AppleScript to control Spotify for Keyboard Gurus
## Usage
There are a number of applescripts listed in this repository, `spotify_control.applescript` takes a command:
```
osascript spotify_control.applescript {command}
```{command} can be:
- `toggle` or `t` for toggle play state
- `next` or `n` for play next song
- `prev` or `p` for play previous song
- `stop` or `s` for stopactions folder stores a list of individual handy actions.
## Usage with QucikSilver or Alfred
This works best with adding global short cut key using QuickSilver or Alfred. Enjoy!