martin-braun / SoftPlayer

Control Spotify playback from your menu bar

Home Page:https://www.soft-player.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SoftPlayer

Control Spotify playback from your menu bar.

https://www.soft-player.com/

soft player screenshot

Running From Xcode

To run from Xcode, you must create a Spotify developer application on the Spotify Developer Dashboard., Then, you must configure and run an instance of SpotifyAPI Server. You can run it locally from Xcode, as described in the README, at the same time you run Soft Player.

Requires the following environment variables (in addition to those required by SpotifyAPI Server):

Name Value
CLIENT_ID your client id
TOKENS_URL The URL for retrieving tokens. If running locally on Xcode: http://127.0.0.1:7000/authorization-code-flow-pkce/retrieve-tokens
TOKENS_REFRESH_URL The URL for refreshing the access token: If running locally on Xcode: http://127.0.0.1:7000/authorization-code-flow-pkce/refresh-tokens

About

Control Spotify playback from your menu bar

https://www.soft-player.com/


Languages

Language:Swift 99.7%Language:Shell 0.3%