ipsingh06 / seedsync

Sync your seedbox. Fast. And more.
https://ipsingh06.github.io/seedsync/
Apache License 2.0
309 stars 43 forks source link

grabs torrent files before torrent finishes downloading #96

Open ajoshuasmith opened 3 years ago

ajoshuasmith commented 3 years ago

Seedsync pulls down incomplete files because it is starting before the torrent finishes.

Can this be resolved by changing interval scan times? What if the interval time comes around again when the files aren't completed again

quadcom commented 3 years ago

How I and many others use SS is to use file automation on the seedbox, let's take rtorrent.

After the download finishes RT can be set to move the downloads to a new folder. It's this new 'sync' folder that you would have setup in SS to download from. That way SS only dl's complete files.

With rTorrent you can also set it to not just move the files but rather hardlink instead. This makes sure you don't chew up drive space as it isn't duplicating the data. It also means that your are free to delete the files you've transferred using SS (from that new 'sync' folder) as the files that are seeding are still on the seedbox.

absywabsy commented 3 years ago

How I and many others use SS is to use file automation on the seedbox, let's take rtorrent.

After the download finishes RT can be set to move the downloads to a new folder. It's this new 'sync' folder that you would have setup in SS to download from. That way SS only dl's complete files.

With rTorrent you can also set it to not just move the files but rather hardlink instead. This makes sure you don't chew up drive space as it isn't duplicating the data. It also means that your are free to delete the files you've transferred using SS (from that new 'sync' folder) as the files that are seeding are still on the seedbox.

Interesting reading how others are using it. I am using it the same way as you but I am interested between hardlink vs. move - wouldn't the "move" option also not chew up drive space, since it is moving the file, rather than copying, the space the drive occupied before is now free?

Doesn't move also mean you are free to delete the files you've transferred to your local server using SS after importing them?

ipsingh06 commented 3 years ago

@ItsMeAPizza SeedSync should resume downloading the file once it notices that the size changed on the remote server. Let me know if this is not what you observe and I'll create a bug for it.