Jellybot¶

Discord slash-command bot for your Jellyfin library: search media, extract clips, and find quotes in indexed subtitles.
Why Jellybot?¶
/clip- pull a segment from any movie or TV episode in Jellyfin/quote- search subtitle text and post the matching scene as a clip- Self-hosted - runs beside your Jellyfin stack; no cloud transcoding lock-in
- Docker-first - GHCR image, health endpoint, Compose profiles for dev and prod
Quick start¶
git clone https://github.com/introVRt-Lounge/jellybot.git
cd jellybot
cp .env.example .env
bun install
bun run register-commands
bun run start
Production image:
docker pull ghcr.io/introvrt-lounge/jellybot:latest
Package page: ghcr.io/introvrt-lounge/jellybot
Learn more¶
- Commands -
/clipand/quote - Architecture - stack, data paths, backup
- Limits - Discord upload and clip constraints
- GitHub repository - source, issues, contributing