Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grabs torrent files before torrent finishes downloading #96

Open
ajoshuasmith opened this issue Apr 11, 2021 · 3 comments
Open

grabs torrent files before torrent finishes downloading #96

ajoshuasmith opened this issue Apr 11, 2021 · 3 comments

Comments

@ajoshuasmith
Copy link

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
Copy link

quadcom commented Apr 11, 2021

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
Copy link

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
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants