Provides Discord rich presence for LastFM scrobbles
Go to file
2017-12-08 20:28:34 +00:00
.gitattributes Initial commit 2017-12-08 20:15:38 +00:00
config.json Fix indentation 2017-12-08 20:28:34 +00:00
LICENSE Initial commit 2017-12-08 20:15:38 +00:00
README.md Update README.md 2017-12-08 20:25:18 +00:00
Source.cpp Initial commit 2017-12-08 20:15:56 +00:00

spotify-discord-rpc

What It Does

The name is misleading, it actually just shows anything you're currently scrobbling to LastFM on your discord rich presence. I just use it for spotify which is why I named it this. To enable LastFM scrobbling in Spotify, simply go to settings and link your account.
Example

Dependencies

The dependencies for building this project are two header only libraries:

Config

The config.json file is simple:

{
  "lfm_api_key": "",
  "dsc_app_id": "388745305543147540",
  "lfm_user": ""
}

Place it in the same directory as the executable.

lfm_api_key is your LastFM API key, obtained here.
dsc_app_id is the ID of the discord app to use. The one provided is one I created already, but use your own if you want to change the name or the image.
lfm_user is your LastFM username.