Simple Discord Rich Presence for Amarok music player.
AmarokRichPresence is simple and lightweight Discord status for Amarok music player. It was written in Python in about 20 minutes.
I needed an audio player for my computer, I opened the KDE software page and the first item I saw at the top was Amarok, this program looked so cool that I decided to install it.
However, it turned out that it doesn't have Discord integration, and there's also no plugin/script for Discord integration on internet. So I decided to write my own.
- Linux distribution with D-Bus installed
- Python 3 (latest version recommended)
- Amarok 3 (this status was written using the latest version of Amarok)
Open releases page, select AmarokRichPresence-linux-x64
, download and execute it.
Open your Terminal and type the commands below:
$ git clone https://github.com/sech1p/AmarokRichPresence.git
$ cd AmarokRichPresence
$ pip install -r requirements.txt
$ ./AmarokRichPresence
🌸 Now you should see Amarok status in your Discord game status, now just turn on some song and enjoy AmarokRichPresence~
See TODO file.
AmarokRichPresence is licensed under Apache-2.0 license.