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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!

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

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