Howdy. After quite a bit of trial and error I’ve gotten Sonarr to automatically download new episodes of watched series’ for me. However, I’m having trouble trying to fine-tune it to my particular tastes. I’m hoping someone with better know-how can give me a quick rundown on how to achieve this.
What I want to happen is for the downloaded episodes to automatically be sorted into their respective folders and be able to seed directly from there. I don’t want to copy them, rename them, or organize in any other way other than Root folder >> TV show >> Season. Which for the most part is what’s happening, but instead of just having one copy of a show, I get two. One is in the root folder, the other is in the show/season folder. I’ve read that this may be due to something called hardlinking, which I can’t seem to wrap my head around. But by all appearances Sonarr is making two copies, and thus taking up twice as much space?
Don’t mix sorted and unsorted files. Sounds like you have Completed torrents going to H:\ then Sonarr is either hardlinking or copying them to the series folder.
Whether Sonarr copies or hardlink depends on whether the filesystem supports hardlinking and if its enabled in Sonarr. NTFS does support hardlinking, but drive extenders built on top of NTFS (Drive Bender, Drive Pool, Flex RAID, etc) do not. ((Debug logs)) will show whether the hardlink failed and it resorted to a copy.
A hardlink does not take up additional disk space, it is two pointers on disk that point to the exact same data, deleting either “file” will leave the other “file” intact, deleting both copies deletes the file.
My file setup as as follows: H:\torrents\tv series
I have completed torrents simply going to H:\torrents
Should I make a new folder in H:\ to put my completed torrents, keeping it completely separate from the H:\torrents\tvseries folder?
I’m using an NTFS drive by the way. I have the hardlink setting enabled in Sonarr. I’ve installed “Link Shell Extension” to try and see which files are hardlinks, but I can’t figure that out either. I don’t know what a drive extender is. <.<