An open API service indexing awesome lists of open source software.

https://github.com/j1n6/spotify-applescript


https://github.com/j1n6/spotify-applescript

Last synced: about 2 months ago
JSON representation

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 stop

actions 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!