For background, i have a few hundred torrented movies that I have been downloading to / seeding directly from a folder structure set up for Plex/Jellyfin. Media library is a mix of ripped and downloaded content. Till now I have been using a client on my desktop to manage the files on my media server, but now qbittorent and radarr live on the media server where they should be.

I struggled for a bit to get qbittorent and radarr set up and hardlinking properly, and am now ready to start migrating all those torrents into the proper location. What I’m doing works, but it feels like I’m doing something the long way.

Here’s what I’m currently doing:

  • Move torrent from media library to torrent folder
  • Copy/paste torrent link from desktop client to media server client and verify that it’s seen properly
  • Add movie(s) in radarr, but do not tell it to begin searching for it
  • Select Manual Import / Interactive Import
  • Check the appropriate media file(s) and allow radarr to Import them to the movies I just added.

If that’s more or less the best way to do it, I will chug through since it seems to be working. It just seems like adding the movie before importing is superfluous, since radarr has no problem matching up the media file the correct movie once it has been added.

TIA!

  • dmention7@lemm.eeOP
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 days ago

    Sure, that would get all the torrented content into radarr quickly, but I guess I should have stated that my intent is to continue seeding that content from the qbittorrent client on my media server.

    Unless radarr is somehow smart enough to hardlink the opposite direction (from the media library back to torrents folder) and let qbittorrent know that content is ready to seed…?

    • FunkFactory@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 hours ago

      Are hardlinks directional? I thought they just resulted in 2 identical files that point to the same physical drive space, therefore only taking 1x disk space.

      Once I realized Radarr was making those, I basically just mass-hardlinked my old torrent movies directory to my radarr media directory and used the import page.

      • dmention7@lemm.eeOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 hour ago

        No you’re right, the hardlinks themselves are not directional. I just misunderstood the advice as meaning that Radarr would create a hardlinked file in my torrent folder, using the existing file in my media library. (It will not)

        The part that was tripping me up was that it seemed like I had to manually add the movies to Radarr’s library before it would let me import any of my torrent files. Otherwise it would give me an error saying the movie was unknown.

        I think I’m starting to get the hang of it though.