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

https://github.com/yantze/applescript-player-control

applescript with osascript control music player : next previous pause
https://github.com/yantze/applescript-player-control

applescript itunes jxa netease-music osascript spotify xiami

Last synced: about 1 month ago
JSON representation

applescript with osascript control music player : next previous pause

Awesome Lists containing this project

README

          

# CLI control player
Use AppleScript to Control player play, pause, next, previou track.

## How to use
Run in terminal
```
osascript itunes_play.scpt
# or
./play.sh itunes play
```

Run with other shortcut tools for extend functions, such as *bettertouchtool*

## Reference
- [itunes-remote](https://github.com/mischah/itunes-remote)
- [Sptify @NoobsArePeople2](https://gist.github.com/NoobsArePeople2/5121597)
- [Netease-music @irmowan](https://gist.github.com/irmowan/8ec09ddc3ebde11bea7d321c3ee145fc)
- [Volume](https://coolaj86.com/articles/how-to-control-os-x-system-volume-with-applescript/)