Sonarr version (exact version): V3 (To be)
Mono version (if Sonarr is not running on Windows): hotio/sonarr
OS: unRaid
Debug logs: n/a
Description of issue:
I’m going to be launching an unRaid server soon and I’m trying to plan ahead as to how I can migrate my existing setup (Windows 10) as painlessly as possible without lots of manual updates. I have dabbled with Sonarr in the past but have never actually deployed it into my setup before. I currently use several private trackers to find my content, then use deluge to download directly to the library path and I seed out of the library path ad infinitum.
Most series folders are named correctly, some are not. Likewise, some episodes are in Season folders, some are not. But these episodes and/or season are currently being seeded in the torrent client. I could stop seeding, but I choose not to. NTFS setup is like this (For those files that are correct)
Z:
└── /Media
├── /Movies
├── /Games
└── /TV
└── /Series A
└── /Season 1
└── /Series B
....
I found a very use wiki on r/usenet that helped me understand how would likely seutp my unraid user shares as well as docker containers to make use hardlinking such that I can seed and have files stored in the desired manner (unlike what I have now). https://old.reddit.com/r/usenet/wiki/docker . As a result my user share will look like something like this:
/mnt/user/data
├── /torrents
│ ├── /movies
│ ├── /music
│ └── /tv
└── /media
├── /Movies
├── /Music
└── /TV
I talked to someone on the sonarr discord channel and got some tips that made think that the best approach is to copy the entirety of Z:/Media/TV as-is directly to /mnt/user/data/torrents/tv and then import that library to sonarr. Then Sonarr will hardlink and rename/setup correct folder structure within /mnt/user/data/media/TV
- What is the best approach to renaming folders and relocating files while still being able to seed? The files themselves do not need to be renamed since they come adequately named from the private trackers. I currently use deluge and will likely use the delugevpn docker.
- Do I need to manually update the file location of each seeding torrent within deluge, or can this be more or less automated someway?
- Should the correct folder structure be done before or after moving to the new unRaid share?
- Can Sonarr do this (3) or do i need a 3rd party tool like filebot to handle it since I want to continue seeding?
This is kind of a mixed bag of topics, but to me its moving to Sonarr that is causing the biggest confusion to me. And subsequently Radarr as well, but that seems more straightforward since I’ll just have the movie file + subtitle. I think I missed a few questions I had, so I’ll edit when I remember what they were.