
Spotilyss
Displays your currently playing song on-screen using the official Spotify API. Requires a one-time setup.
Last updated | 3 days ago |
Total downloads | 121 |
Total rating | 2 |
Categories | Mods Tools Audio |
Dependency string | s0apy-Spotilyss-1.0.7 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Spotilyss
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.
One-Time Setup: Connecting to Spotify
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:
- Log in with your Spotify account here: https://developer.spotify.com/dashboard/applications
-
Create a New App:
- Click the green
CREATE APP
button. - Give it any name and description (e.g., "Atlyss Mod").
- Check the agreement boxes and click
CREATE
.
- Click the green
-
Copy Your Keys:
- On your new app's dashboard, you will see a
Client ID
. Copy this key. - Click
Show client secret
and copy the longClient Secret
key as well.
- On your new app's dashboard, you will see a
-
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 clickSave
.
-
-
Configure the Mod:
- Run Atlyss once with the mod installed. A new config file will be created.
- Press INS to open the menu.
- Paste your Client ID and Client Secret into the matching fields and save the file.
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!