• 0 Posts
  • 7 Comments
Joined 5 months ago
cake
Cake day: June 20th, 2025

help-circle

  • It gives you and the users of your jellyfin instance a nice UI dashboard to search and request movies/series. The requests then get handed off to radarr/sonarr for downloading via your downloader (e.g. Sabnzb)

    Instead of having to go into the less polished sonarr/radarr that would also expose some settings that you might not want other users to change, you get a nice dashboard. Similar to how you’d browse on a streaming site.

    It shows you currently popular movies/shows and upcoming highly anticipated ones, you can search for a specific movie and when you click on it you get a helpful site. It displays all kinds of info similar to jellyfin, like cast, tags, relevant other movies, links to sites like rotten tomatoes or letterboxd, and so on. You can also search for persons and it’ll show you what they’ve been in/have produced. And when you want something you can easily request a download in your preferred quality setting.

    You also may limit what and how requests from different users are handled.



  • If you want to setup a stack take a look up TRaSH guides. Then it goes roughly like this.

    You have software that search and make the download requests: radarr (movies), sonarr (TV shows), lidarr (music), bazaar (subtitles, if you need to add more that don’t already come with the movie/show). But there might be others e.g. for porn or like here for YouTube.

    Those forward the request to a downloader like Sabnzb if you are using usenet or qbirtorrent for torrents.

    Those above are the main ones and from there you can add things that make your life easier:

    • Prowlarr: sonarr/radar need an indexer to search, instead of configuring them in each software this allows you to do it once and then sync across the other apps

    • Overseerr/Jellyseerr: if you want a nicer frontend to search and make download requests instead of doing so in radar/sonarr.

    • Recycler/Notifier/Configarr (all do roughly the same): sonarr/radarr allow you to configure specific profiles to score the quality of downloads so you can get them in the format you desire (e.g. so you want 1080p or 4k, HDR yes or no). These allow you to sync custom formats with sonarr/radarr that others like trash-guides have developed.

    • Tdarr: if you would like to reencode and compress movies to save space this allows you to do so in an automated way. Although you usually I’d imagine it might be easier to just setup a better profile in sonarr/radarr and download the desired version (should you e.g. want x265 encoded versions)