You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ This will create a launcher at `./target/universal/stage/bin/spotify-next`.
31
31
## Usage
32
32
33
33
The application requires some configuration (e.g. the client ID for the Spotify Web API).
34
-
It's stored in a file at `~/.spotify-next.json`.
34
+
It's stored in a file at `$XDG_CONFIG_HOME/spotify-next/config.json` or `$HOME/.config/spotify-next/config.json` (whichever works first).
35
35
When you first run the application, or if that file is deleted, the application will ask and attempt to create one.
36
36
37
37
The configuration defines the port for the embedded HTTP server used for authentication. The server will only start when the login flow is triggered, and stop afterwards.
0 commit comments