Compare commits
2 Commits
cb488ce33c
...
afd4f1b26e
| Author | SHA1 | Date | |
|---|---|---|---|
|
afd4f1b26e
|
|||
|
b776960ead
|
5
.env.example
Normal file
5
.env.example
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
JELLYFIN_ADDRESS=
|
||||||
|
JELLYFIN_USER=
|
||||||
|
JELLYFIN_PASSWORD=
|
||||||
|
|
||||||
|
DISCORD_APP_ID=
|
||||||
19
README.md
Normal file
19
README.md
Normal file
@@ -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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user