

Displays your currently playing Spotify song on-screen in the bottom-left corner! This mod uses the official Spotify API for a reliable connection and requires a simple, one-time setup to link with your account.
This process gives the mod a unique "key" to securely access your "Now Playing" information. It's a bit involved, but you only have to do it once. The mod will never see your Spotify password.
Go to the Spotify Developer Dashboard:
Create a New App:
CREATE APP button.CREATE.Configure and Get Your Keys:
Edit Settings button.Redirect URIs, copy and paste this exactly:https://example.com/callback
Add, then scroll to the bottom and click Save.Client ID. You'll need it soon.Show client secret and copy the Client Secret key as well.BepInEx/config/com.s0apysh0wer.spotilyss.cfg.Spotify Redirect URI setting in this file also says exactly: https://example.com/callback.https://example.com/callback?code=AQA...[a_very_long_string_of_characters]That's it! The menu will close, and the mod will be fully authenticated, displaying your current song. You will never have to do this again unless you reinstall the mod.
Enjoy!
INVALID_CLIENT: Invalid redirect URI error in the browser: This means the URI in your config file and the URI you added to the Spotify Dashboard are not an exact, character-for-character match. Go back to Part 1 and Part 2 and make sure they are identical.?code= in it: This is also caused by the URIs not matching. See the point above.