Описание
Control your spotify playback without alt-tabbing
If you found bugs, please report to issue tracker on github!
### Spotify Developer Terms Update
Starting from Feb 11, all new users needs to have Premium subscription. From March 9, all free account's connections are disbanded and won't work anymore. For people with premium, you won't be affected at all. [Read more here.](https://developer.spotify.com/blog/2026-02-06-update-on-developer-access-and-platform-security)
### Features
- View what you are playing
- Resume / Pause your song
- Skip to next song
- Listen to previous song (again)
- Seek to wanted position
- Search for a song
### Applied Picture

### How to set up
Follow [official wiki on creating app](https://developer.spotify.com/documentation/web-api/concepts/apps). Set `Redirect URI` to `http://127.0.0.1:25566/callback`. Press Z to show pop up with button that redirects you to setup page. On the bottom of the page, there are inputs for Client ID and Client Secret. Paste Client ID and Client Secret you got from creating app into input. Sign in normally. After this, you may press Z again to control your playback.
### Future plans
- Ability to view lyrics
- Ability to view queue
- ~~Easier setup~~ *(Impossible since April 15, 2025, [see blog post from Spotify](https://developer.spotify.com/blog/2025-04-15-updating-the-criteria-for-web-api-extended-access))*
- [#28: Volume control](https://github.com/IamTiji/spotify-controller/issues/28)
- [#23: System Media for free account or pre-setup](https://github.com/IamTiji/spotify-controller/issues/23)
- [#14: Mini Player](https://github.com/IamTiji/spotify-controller/issues/14)
- [#14: Like and dislikes](https://github.com/IamTiji/spotify-controller/issues/14)