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/subcoverage- report Jellyfin subtitle coverage for the library or a title- 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¶
- Issue to deployment - GitHub issue → Cursor agent → CI → Watchtower prod
- Commands -
/clip,/quote, and/subcoverage - Architecture - stack, data paths, backup
- Caps and limits - what it can and cannot do, Discord limits, optional OpenSubtitles / Whisper
- GitHub repository - source, issues, contributing