Skip to content

Jellybot

Jellybot banner

Discord slash-command bot for your Jellyfin library: search media, extract clips, and find quotes in indexed subtitles.

CI GHCR License: MIT

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