A discord widget featuring your Jellyfin media history and playback status.
- Rust 81.6%
- HTML 17.4%
- Dockerfile 1%
| .sqlx | ||
| migrations | ||
| src | ||
| templates | ||
| .env.example | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| rustfmt.toml | ||
Jellyfin Discord Widget
A discord widget featuring your Jellyfin media history and playback status.
How it works
- log in with Discord OAuth on the dashboard.
- You connect your Jellyfin server (using credentials, a token, or Quick Connect).
- Add the widget on discord.
- enjoy
Setup
- Setup a PostgreSQL database.
- Copy
.env.exampleto.envand configure your credentials:
cp .env.example .env
- Run the application with
cargo runor dockerize it using the providedDockerfile.
LICENSE
This project is licensed under the AGPLv3 License. See the LICENSE file for details.
Contributing
Contributions are welcome! Please open an issue or submit a pull request with your changes.