r/Overseerr

Discoverr v2 is out. Daily Jellyfin recommendations with one-click Seerr requests in Discord
▲ 37 r/Overseerr+7 crossposts

Discoverr v2 is out. Daily Jellyfin recommendations with one-click Seerr requests in Discord

A few weeks ago I posted v1 of Discoverr here and got a lot of feedback. Some of it was really useful.

The biggest criticisms were that it was written in JavaScript, the codebase wasn't great to work with, and that because AI was involved nobody would want to contribute.

Rather than argue, I spent the last couple of weeks rebuilding it.

Discoverr v2 is now:

  • Fully rewritten in TypeScript
  • Better discovery logic with more varied recommendations
  • Customisable daily post times and timezones (requested in the last thread)
  • Lots of cleanup, bug fixes and general improvements

For anyone who missed the first post, Discoverr is a lightweight Discord bot for Jellyfin + Seerr that automatically posts daily recommendations and lets users request them directly from Discord.

It currently supports:

  • 🎬 Movie of the Day
  • 📺 TV Show of the Day
  • 🔥 Trending
  • 🆕 New Releases
  • 🍿 New on Streaming
  • 💎 Hidden Gems

The discovery logic is designed to avoid recommending the same handful of blockbuster titles over and over by rotating genres, sampling across multiple TMDb pages and keeping a history of previous suggestions.

The bot itself is intentionally pretty simple. It pulls recommendations from TMDb, checks Seerr to make sure a title isn't already available or pending, then posts it to Discord with a request button. You create the Discord bot yourself, invite it to your own server, and use a dedicated Seerr account with whatever permissions you choose to give it. It doesn't need admin access to your media stack.

AI disclaimer: Around 80% of this project was built with AI assistance, and I know that's a dealbreaker for some people. That's completely fair. I built this as a personal project for my own Jellyfin server, then decided to open source it because I thought other people might find it useful. AI is just another tool I use while developing. I still review, test, debug and maintain the project myself, and I'm happy to explain how anything works if people are curious.

The feedback on the first post genuinely made this project better, and a few of the requested features have already made it into v2. If you've got more ideas, I'd love to hear them.

GitHub: https://github.com/loafdaddy/discoverr-bot

u/TwoLoafsApps — 3 days ago
▲ 2 r/Overseerr+2 crossposts

Foreseer - a mostly AI-assisted personal Seerr fork with SuggestArr-style discovery

I made a personal fork of Seerr called Foreseer:

https://github.com/selmant/seerr

The short version: I wanted Seerr to have more of the discovery and recommendation workflow that SuggestArr provides, without needing to run a separate companion service.

I’m not planning to add AI-powered recommendations. I tried them, but they weren’t useful for my workflow, so Foreseer uses Trakt for suggestions instead.

Originally, I was using SuggestArr and started forking it to add features that made it feel more like Seerr. I was even using Seerr backends in that fork. Eventually, I decided it made more sense to fork Seerr itself and add the SuggestArr-style functionality there.

Foreseer still keeps Seerr’s core request workflow and integrations with Plex, Jellyfin, Emby, Radarr, and Sonarr. So far I’ve added:

  • Trakt recommendations, lists, watchlists, and browsing
  • Trakt OAuth account linking
  • Trakt watched/unwatched history integration
  • Trakt watch and rating actions
  • Multi-source rating badges, including IMDb, Rotten Tomatoes, Metacritic, Trakt, and TMDB
  • Discover filters for quality, anime routing, watched content, and Trakt history
  • Instant movie requests and season-one TV requests
  • Better rating hover interactions and rating popovers
  • Seerr-compatible config paths and migration behavior

Full disclosure: this project is mostly AI-assisted. I use AI heavily for implementation, refactoring, and documentation, while testing it against my own setup and fixing the problems I encounter.

This is primarily for my own use. Development will be driven by my personal needs, and I’m not committing to a public roadmap, feature requests, or PR reviews. Bug-fix PRs are welcome, though.

I understand that AI-assisted projects aren’t for everyone, but I’m not looking to debate that aspect. It’s a personal fork built for my own setup, so if it isn’t useful to you, feel free to skip it.

If you do try it, bug reports with reproduction steps are welcome. It’s still early-stage software, so expect rough edges and possible breaking changes.

u/AsilTrk — 8 days ago