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
- Host: GitHub
- URL: https://github.com/yantze/applescript-player-control
- Owner: yantze
- License: mit
- Created: 2017-03-12T04:18:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T10:45:36.000Z (over 8 years ago)
- Last Synced: 2025-09-01T00:41:38.506Z (about 1 month ago)
- Topics: applescript, itunes, jxa, netease-music, osascript, spotify, xiami
- Language: AppleScript
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)