From afd4f1b26e8809e558f75749734cd31808e8632c Mon Sep 17 00:00:00 2001 From: Zvonimir Rudinski Date: Tue, 9 Dec 2025 20:42:37 +0100 Subject: [PATCH] add readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bd4275d --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Jellydisc +Jellydisc updates Discord Rich Presence by checking what you're currently listening to on Jellyfin! + +## Requirements +- A Jellyfin server (self-hosted or hosted) +- A Discord account +- Python 3.9 or higher + +## Installation +1. Clone this repository +2. Install the required dependencies: + ```bash + pip install -r requirements.txt + ``` +3. Configure the `.env`, using the provided `.env.example` as a template. +4. Run the application: + ```bash + python main.py + ```