https://github.com/fcannizzaro/spotify-control
View and Control your Spotify experience without leaving Sublime Text
https://github.com/fcannizzaro/spotify-control
music spotify sublime-package sublime-text-3
Last synced: about 2 months ago
JSON representation
View and Control your Spotify experience without leaving Sublime Text
- Host: GitHub
- URL: https://github.com/fcannizzaro/spotify-control
- Owner: fcannizzaro
- License: gpl-3.0
- Created: 2017-07-08T19:47:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T09:04:37.000Z (about 9 years ago)
- Last Synced: 2025-02-25T03:12:16.919Z (over 1 year ago)
- Topics: music, spotify, sublime-package, sublime-text-3
- Language: Python
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [spotify-control](https://packagecontrol.io/packages/spotify-control) (Where Sublime Meets Spotify)
View and Control your Spotify experience without leaving Sublime Text

### Status Bar Info

### Commands / Shortcuts
| Command | Shortcut |
|---------------------|:----------------------------------------------------:|
| Play/Pause | Ctrl + Alt + Space |
| Next Track | Ctrl + Alt + L |
| Previous Track | Ctrl + Alt + J |
| Toggle Shuffle | Ctrl + Alt + S |
| Select Repeat Mode | Ctrl + Alt + R |
| Browse Library | Ctrl + Alt + B |
| Refresh Library | - |
### Settings
| Key | Description |
|--------------------|-------------------------------------------------|
| `spotify_status` | set to **false** to disable status bar info |
### Inspired by
**[Atomify](https://github.com/jaebradley/atomify/)** of [Jae Bradley](https://github.com/jaebradley)