Great product. Love it… just having a few issues… (I’m on OSX using Transmission as my client)
I have a series and it is set to download to: /Users/*****/TV Shows/SeriesNameHere
Transmissions downloads it to: /Users/*****/TV Shows/
Sonarr(?) then copies it to /Users/*****/TV Shows/SeriesNameHere
Any way to prevent it from making that copy? Or better yet have Transmission download ot the location I told it in Sonarr?
Completed Download Handling is turned on (maybe it should be off?)
I’ve tried turning off Use Hardlinks instead of Copy but it does not seem to change anything.
Is there a way to make my workflow work? If not what is the preferred workflow for using Sonarr? Do most people use it such that they have a seedbox (sandbox) for active torrent files and then copy all files to a media drive? Seems like a lot of duplication of files.
OK so it can delete the copy if it’s done seeding. But that’s ratio based. Some torrent sites are not ratio based but time based (BTN for example). How can you set it to delete if it’s time based?
Just seems like a strange way to have it all work. Why not just downlaod to one spot and seed from there?
How can you tell if it’s a hardlink vs a copy? In Finder both files show to be the same size on disk. (thanks for your help in making me understand this better)
ls -l will tell you the number of references to the file, 1 reference should be a copy, 2 or more means there are hardlinks.
Sonarr will also log different messages depending on the configuration.
Hardlinking episode file when hard linking is allowed, versus Copying episode file if Sonarr fails to hard link the file it will log a message that it failed to create the hard link, all these messages are at the Debug level.