/lastfm-drp

Shows your Last.FM now playing track in Discord Rich Presence

Primary LanguageJavaScriptMIT LicenseMIT

Last.FM Discord Rich Presence

Initially made to show now playing track from Google Play Music, using scroblr.
You can create your own app to use it for your needs.

alt text

GPM preset:

    "clientId": "422710601538732033",
    "smallImageKey": "play",
    "largeImageKey": "gpm",

Deezer preset:
    "clientId": "435033457190633475",
    "smallImageKey": "play",
    "largeImageKey": "deezer",

How to use

  1. Download this repository.
  2. Install dependencies npm install.
  3. Modify config.json.
  4. Run npm start.

Run in background

  1. Install PM2 npm install pm2 -g
  2. Run pm2 start app.js --name="lastfm-drp"