Hi all - hope you can help.
I recently moved from seed-cross (wasn't working for a while) however the behaviour worked fine for my needs.
I am using transmission with the "classic" folder structure:
* Data/Torrents, and within
*movies-torrents
*TV-torrents
Downloaded data is then grabbed by the *arrs and placed in a "clean" named folder:
*Data/Media, and within
*PlexMovies
*PlexTV
So far, so good.
The download folders on Transmission have the files downloaded depending on the *type* of media they are, not from the *tracker*. I have 4 trackers configured, some of them do TV, some of them do Movies, some do both.
The previous behaviour from seed-cross was to match the torrent already existing, and add it to the client, pointing it to the same file, but as a separate .torrent file on the client. I verified that the file didn't take double the space, so I was happy with that. When tidying up transmission, I would simply delete either the seeding torrent deleted from the tracker (no file, if other trackers were still seeding it), or delete the torrent AND the file if it was nuked from every tracker or if it was the "last" copy present. I would then have to delete/upgrade the monitored file from the *arr.
Having installed cross-seed, it wants to download all the files to a separate folder per tracker, which means I could have
Tracker 1, with movies and TV
Tracker 2, with movies and TV (some the same, some not).
Folder where things added by the *arrs download things, but not the downloads from cross-seed as they'll go to their own tracker folder.
I don't know if the *arrs will be able to figure this out at this point, but it looks like I'll end up with potentially 3+ separate locations where the files (and hardlinked files) will reside.
I have looked at the linkDirs option on the config
linkDirs: ["/data/torrents/complete/"],
The link type:
linkType: "hardlink",
and the flatlinking:
flatLinking: false,
But I'm not sure what configuration combination should be used to match what I am used to from seed-cross, or whether I should rejig my download folder structure.
Any advice will be appreciated!