qobuz-rpc
A simple discord rich presence client for qobuz written in Python
It's currently only working on Windows, but feel free to add support for any other OOS
Setup
It's a simple command-line tool, I'm not sure if I will upgrade to something graphical, but you're welcome to do so.
To run the tool on cli you need first need the following python packages
pypresence
psutil
pywin32
You should be able to simply install them with pip.
If you encounter any problem with the program feel free to contact me either on Discord (Lockna#5599
) or via e-mail
TODO
- Find the Qobuz Endpoint where I get the duration of the track so I can add a xx:xx left or xx:xx elapsed time counter.
- Add multiple assets to the Discord application so you can switch the shown picture
Misc
I used Python version 3.9.9 for programming and testing, so I'm not sure if it still works with newer version. If not please let me know.