-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSpotifyWeb.sublime-settings
More file actions
20 lines (18 loc) · 962 Bytes
/
SpotifyWeb.sublime-settings
File metadata and controls
20 lines (18 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"SpotifyWeb_string_client_id": "",
"SpotifyWeb_string_client_secret": "",
"SpotifyWeb_bool_is_enabled": false,
"SpotifyWeb_int_redirect_port": 8080, // 1024..65535
"SpotifyWeb_int_refresh_interval_in_seconds": 5, // 2..15
"SpotifyWeb_bool_should_display_every_artist_name": true,
"SpotifyWeb_bool_should_display_title_before_artist": true
}
/*
1. Register (takes less than a minute) your Spotify app at https://developer.spotify.com/my-applications/#!/applications/create
Use any name or description you like.
Use http://localhost:8080 as a Redirect URI (change the port if you have something else running on it already).
Make sure to click on the "add" button, when adding the Redirect URI.
2. Copy and paste the client id and secret (and potentially the port) to your settings file.
3. Set "SublimeSpotify_bool_is_enabled": true
Report issues or ask questions here: https://github.com/DevInsideYou/SpotifyWeb/issues
*/