Skip to content

One Discord rich presence script for four Linux music players!

Notifications You must be signed in to change notification settings

bramtechs/music-rpc

Repository files navigation

music-rpc

One Python script to rule them all!

music-rpc is a simple Python script that displays Discord rich-presence for the following music players:

  • Audacious
  • Rhythmbox
  • cmus
  • sayonara
  • spotify

This script needs playerctl and the pip3 library discord_rpc.py in order to function. Make sure they are installed!

Manually

Ubuntu/Debian

sudo apt install playerctl -y
python3 -m venv ./venv
./venv/bin/pip3 install discord-rpc.py
./venv/bin/python3 ./scan.py

NixOS

nix-shell

As a user SystemD service

Ensure playerctl is installed.

chmod +x install-systemd-server.sh
./install-systemd-server.sh

Screenshot

examples

About

One Discord rich presence script for four Linux music players!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published