• mic_check_one_two@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    6
    ·
    3 days ago

    40TB, but that’s way more than I would realistically need if I was better about deleting old content. I have shows saved that I haven’t watched in years. With the *arr stack, there is very little reason to keep a lot of media saved, because reacquiring it again in the future is dead simple.

    • raef@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      I have about 35TB. The movies are the hardest for me as it’s nice to have lots of options without having to download. With a show, it’s easier to make a decision to grab a season. Movies choices are more spontaneous

      • Damage@feddit.it
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        Just resist the urge to download everything at max quality. Some movies don’t need to be 4k, HD is enough.

        • raef@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 days ago

          I really only do certain movies in 4k. Jellyfin says there’s about 48 hundred movies

    • Croquette@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 days ago

      40TB is wild.

      My plan is to pile a bit of money and try to buy used lots of HDD and test them for health and create a JBOD storage.

      • mic_check_one_two@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        16 hours ago

        You’ll need to do some config on the actual services as well. Mostly in regards to telling it how you want to add things to your wanted list, how it should search for files, how you want it to download files, how it should handle downloaded files to be compatible with your media server, etc… Docker-compose can do a lot, but the *arr services are too granular to define everything directly in the compose file. You’ll need to actually configure the services after they are booted up via docker.

        My stack includes the following:
        Prowlarr for tracker management. This defines the various search methods, and makes them available for the rest of the stack.
        Seerr for media requests. This manages what shows/movies are on the stack’s search list.
        Sonarr for TV shows. Seerr tells it what to search for. It takes the relevant trackers from Prowlarr, and uses them to search for wanted media. It grabs media from the search based on quality profiles. For instance, my profiles are set to exclude 3D media, because none of my screens can display 3D. This is synced with my torrent client for automated downloads. When a download is completed, it automatically creates a hardlink in the relevant media folder for my media server to find. It uses the specific naming scheme for the media program, so the program can automatically detect info about the files.
        Radarr for movies. Same basic concept as Sonarr.
        Cleanuparr for download management (and some basic malware protection). Tracks downloads’ ratios, and automatically removes them from my torrent list when the ratio/time threshold is met. It also tracks “slow” torrents and will automatically retry them if a torrent is stalled/slow for too long. Also does some basic “movie.mp4.exe” torrent checking, to automatically block malicious downloads that get grabbed by the rest of the stack.
        Bazarr for subtitle downloads. Automatically analyzes my media, and finds matching subtitle files for my media server to use.

        Each of these will require specific config steps. For instance, Prowlarr will need to know which torrent/usenet trackers you want to use. Sonarr will need to know how to interface with your download client, which files to grab based on quality profiles, and how to rename files during import.

        • Squizzy@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          10 hours ago

          Thanks for this, this arr stack and HA are my first steps into this world.

          I have only ever torrented directly off sites, I want to set this up it seems like an unbelieveable time save.

          How do I go about getting trackers or usenets?

      • Croquette@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 days ago

        I just setup the ARR stack and you can use a docker compose file to manage all the services. Then you need to create individual account for the services but that is straight forward.