- TypeScript 50.4%
- JavaScript 46.5%
- HTML 3.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| 0.1.0 | ||
| 0.2.0 | ||
| guide | ||
| PolyModLoader@5053eb6719 | ||
| .gitignore | ||
| .gitmodules | ||
| icon.png | ||
| icon.svg | ||
| listen.js | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| spotifyAuthCallback.html | ||
| tsconfig.json | ||
Now Playing PML Mod
About
Now Playing adds an ingame popup that integrates with Spotify and Cider to show a notification every time the currently playing track changes
Installing
To use the mod, import it in PML with the import link
https://mods.crjakob.com/NowPlaying/main
To learn how to use PML and import mods, check the PML Wiki
Setup
Cider
To use Cider, first set the music player in settings to Cider and reload the game. On launch you will be prompted to
approve a token in Cider:
Approve the token, then return to PML. Now you are all set and you can start using the mod
Spotify
Spotify is more complex to set up than Cider due to their strict API.
To use Spotify, first set the music player in settings to Spotify and reload the game. You will be prompted to enter
your Spotify Client ID:

To get a Client ID you first have to create an application
on the Spotify developer dashboard.
Click on Create App, set the Name and Description to whatever you want and under Redirect URIs, add
https://jakob.pages.polymodloader.com/NowPlaying/.
Then select Web API and click Save to create the app.
Then copy the Client ID, return to PML, paste it and click on Continue. \
A new tab will be opened asking you to authorize a new application to your account:

Click on Agree. You will be redirected to a page with the API Token:

Copy this token and paste it in PML. Now you are all set and you can start using the mod