JohnDoee / flexget-cross-seed

Get torrents for data you already have locally
MIT License
15 stars 2 forks source link

Wait for original download to complete #2

Closed joydashy closed 5 years ago

joydashy commented 5 years ago

I wonder if there's a solution for my problem possible through this plugin. First of all, it works great in general, but the following happens:

Download starts on site A, file is create (some .mkv for example) Same file is detected on site B, while A is downloading, download for site B starts.

Now the problem is that a large amount of the download will come from site B, as A was not yet finished. So ideally there would be a way to halt B until A is finished, so site B is 100% cross-seed.

Any ideas?

JohnDoee commented 5 years ago

I move completed releases to a different folder and configured autotorrent to not look into the download folder with incomplete stuff.

joydashy commented 5 years ago

Hmm yes, that makes sense, will try that, thanks!