Jellyfin Forum
I created Jellycorrd - a Discord bot for Jellyseerr requests & Jellyfin notifications - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Development (https://forum.jellyfin.org/f-development)
+--- Forum: Client Development (https://forum.jellyfin.org/f-client-development)
+--- Thread: I created Jellycorrd - a Discord bot for Jellyseerr requests & Jellyfin notifications (/t-i-created-jellycorrd-a-discord-bot-for-jellyseerr-requests-jellyfin-notifications)



I created Jellycorrd - a Discord bot for Jellyseerr requests & Jellyfin notifications - nairdah - 2025-09-25

[Image: logo-text.png]

Hey everyone,

I wanted a really simple way for users on my Discord server to request media via Jellyseerr and get nice notifications when new movies/shows are added to my Jellyfin server.
So I created Jellycorrd, a lightweight, self-hosted bot that does both.

Features:
  • /request & /search commands with autocomplete to interact with Jellyseerr.
  • Rich embed notifications for new items added to the Jellyfin server.
  • Easy to deploy and configure.
The best part is the simple installation, especially with Docker.

Easiest Install Method (Docker):

  1. Save the docker-compose.yml from the repo.
  2. Create a .env file and add your API keys.
  3. Run docker compose up -d

That's it! The bot will download and start automatically.

It’s open-source and ready to be used. You can find the files and more detailed instructions on the GitHub page.

GitHub Repo: https://github.com/nairdahh/Jellycorrd

Let me know what you think!

[Image: screenshot-autocomplete.png]

[Image: screenshot-search.png]

[Image: screenshot-request.png]

[Image: screenshot-newmedia.png]