No description
  • TypeScript 50.4%
  • JavaScript 46.5%
  • HTML 3.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-01 14:55:44 +02:00
0.1.0 Show modal while authenticating in cider 2026-08-01 01:48:26 +02:00
0.2.0 Version 0.2.0 2026-08-01 14:55:44 +02:00
guide Version 0.2.0 2026-08-01 14:55:44 +02:00
PolyModLoader@5053eb6719 Track change listening for cider! 2026-07-31 23:14:26 +02:00
.gitignore Track change listening for cider! 2026-07-31 23:14:26 +02:00
.gitmodules Track change listening for cider! 2026-07-31 23:14:26 +02:00
icon.png Mod icon and description 2026-08-01 01:23:49 +02:00
icon.svg Mod icon and description 2026-08-01 01:23:49 +02:00
listen.js Track change listening for cider! 2026-07-31 23:14:26 +02:00
manifest.json Version 0.2.0 2026-08-01 14:55:44 +02:00
package.json Track change listening for cider! 2026-07-31 23:14:26 +02:00
README.md Version 0.2.0 2026-08-01 14:55:44 +02:00
spotifyAuthCallback.html Version 0.2.0 2026-08-01 14:55:44 +02:00
tsconfig.json Initial commit 2026-07-31 21:03:22 +02:00

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