I am sure I am just missing something simple... I have prowlarr -> sonarr/radarr -> qbittorrent -> jellyfin I created three directories. /jelly/video /sonarr /radarr. I configured sonarr and radar to use their respective directories. And I configured qbittorrent to use /jelly/video as the default download dir.

But what seems to be happening is that if I download a movie, it ends up in both /radarr and /jelly/video. And then if I delete it from /jelly/video it doesn't seed for others.

What am I missing here?

you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 2 years ago (2 children)

The way I organized my setup was using a file structure like this:

  • Videos
    • Movies
    • TV

My media player and torrent client have access to the videos directory, and Radarr and Sonarr have access to their respective directories. The *arrs add the files to the torrent client with the destination being their respective directories, and upon completion it triggers a media player library re-index. This way you can seed and stream concurrently.

  • source
  • hideshow 4 child comments
  • [–] 2 points 2 years ago* (2 children)

    Mine is a little more complicated, but it gives me piece of mind and the ability to see what each program is doing, and to manually sort files if sonarr/radarr stop working for whatever reason

    My folder structure is

    • downloads
      • incomplete
      • complete
        • tv
        • movies
    • video
      • tv
      • movies

    Each component of my stack is isolated using docker and can only acess what it needs to. Sonarr, Radarr and qbittorrent are configured to use labels to keep the downloads directory sorted.

    I can post my docker-compose.yml file if you want to have a look.

  • source
  • parent
  • hideshow 4 child comments
  • [–] [S] 1 point 2 years ago (1 child)

    So you are intentionally keeping two copies of things?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (1 child)

    I am keeping 1 copy, with a hardlink to the other. It gets removed from qBittorrent once it has finished seeding

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 1 point 2 years ago (1 child)

    oh, hardlink. Linux I am guessing then? I am on windows for now. And it has been years since I tried to make a link in windows. I don't recall it going well back then. :) So what do you mean by finished seeding? Someone else implied they only seeded to some limit. What is the story there?

  • source
  • parent
  • hideshow 2 child comments