Skip to content

DevInsideYou/SpotifyWeb

Repository files navigation

SpotifyWeb

This plugin connects to your Spotify account and polls for the current track. It then displays the track in the status bar of Sublime Text. The track is only displayed if Spotify is not paused/stopped.

It is possible to Enable/Disable the plugin and also change the polling interval.

Installation

Search for SpotifyWeb on Package Control or clone this repository into Preferences ➡️ Browse Packages.

Note, that the plugin depends on spotipy, which in turn depends on requests. The former is included in this repository, while the later is fetched by Package Control. So even if you download this repository manually you still need to have Package Control installed to fetch the dependency on requests.

Requirements

This plugin has only been tested with Sublime Text 3.

Why do I have to register my own app?

Extracted from developer.spotify.com:

Always store keys securely! Regenerate your client secret if you suspect it has been compromised!

This means that unfortunately every user has to register his/her own app.

Watch how it was built from scratch

Watch on YouTube