Skip to content

justas-d/mpd-rich-presence-discord

Repository files navigation

Rich presence support for MPD

Broadcasts status of what you're listening to on MPD via Discord's rich presence.

example example2 example3 example4 example5 newline6

Command line args

Example: mpd_discord_richpresence -h=211.111.111.112 -P=password -p=6606 --fork

  • -h= - the address where the MPD server (defaults to 127.0.0.1)
  • -p= - the port on which the target MPD server is listening (defaults to 6600)
  • -P= - the password to be sent after connection to the MPD server has been established in hopes of acquiring higher permissions. (default is empty, therfore no password sent.)
  • --fork - forks the process into the background.

Compilation

Dependencies

General consensus is that you'll want to link against discord-rpc, libmpdclient and pthread.

For the lazy: run build.sh. It will pull discord-rpc, build it and then run cmake to build and link mpd rich presence.

Similar

About

Broadcast your MPD state using discord rich presence!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published