

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 is a required one-time setup that gives the mod a unique "key" to securely access your "Now Playing" information. The mod will never see your password.
Go to the Spotify Developer Dashboard:
Create a New App:
CREATE APP button.CREATE.Copy Your Keys:
Client ID. Copy this key.Show client secret and copy the long Client Secret key as well.Configure the App's Settings:
Click the green Edit Settings button.
In the box labeled Redirect URIs, type this exactly:
http://localhost:5000/callback
https://example.com/callback
http://127.0.0.1:8000/callback
http://[::1]:8000/callback
Click Add, then scroll down and click Save.
Configure the Mod:
Now you're all set! The next time you launch Atlyss, a browser window will pop up asking for your final approval. Just click "Agree," and the mod will be fully functional.
Enjoy!