Skip to content
/ fmcord Public
forked from 69/fmcord

🎶 display your last.fm status as a Discord Rich Presence using the RPC API

Notifications You must be signed in to change notification settings

hwprinz/fmcord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fmcord 0.0.2

Display your current Last.FM song on Discord using the RPC API: N|Solid

Dependencies

  • NodeJS >=8
  • npm (>=5)
  • Discord

Setup

  • Clone the repo git clone https://github.com/69/fmcord.git
  • Install the modules npm i
  • Open Discord
  • Set your last.fm username in the keys.json file
  • Start the RPC app node app.js

Useful links

Troubleshooting

It says the song is being updated but it isn't being displayed on my profile?

  • Go to Discord settings
  • Go to "Games"
  • Make sure "Display currently running game as a status message" is ticked

Invalid token function (or something similar)

  • Make sure your node is updated, you need at LEAST version 8.0.0!

How to run in the background

  • Install pm2 npm i pm2 -g
  • Start the app pm2 start app.js --name="fmcord"
  • Use pm2 log fmcord to view the logs
  • Restart the app using pm2 restart fmcord

About

🎶 display your last.fm status as a Discord Rich Presence using the RPC API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%