3e320b806095cc6828c778e9a0a9e3ec6981517b
Jellydisc
Jellydisc updates Discord Rich Presence by checking what you're currently listening to (or watching) on Jellyfin!
Requirements
- A Jellyfin server (self-hosted or hosted)
- A Discord account
- Python 3.9 or higher
Installation
- Clone this repository
- Install the required dependencies:
pip install -r requirements.txt - Configure the
.env, using the providedsettings/__init__.pyas a template. - Run the application:
python main.py
NOTE
On MacOS, you'll need to patch the pypresence library to work around an issue with it being unable to find the Discord IPC socket. You can do this by editing the pypresence/utils.py file.
The changes are kept in the patches/pypresence_macfix.patch file.
Description
Jellydisc updates Discord Rich Presence by checking what you're currently listening to (or watching) on Jellyfin!
Languages
Python
98.4%
Shell
1.6%