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

Do not automatically move previously completed torrent to the incomplete folder after a check. #20756

Open
Zenya393 opened this issue Apr 25, 2024 · 0 comments

Comments

@Zenya393
Copy link

Suggestion

Do not automatically move previously completed torrent to the incomplete folder after a check.

Use case

When cross seeding torrents, one torrent is complete, the new torrent added is be the cross seed.
If the new torrent matches, the torrent is complete, and cross seeding is successful.

However, it is possible the newly added torrent is not exactly the same, despite same name and size.
In this case, QBT should:

  1. Do a check to see if the two files are exactly the same.
  2. If checksums do not match, put added torrent into "error" status.
  3. Do not attempt to start new torrent.
  4. Do not attempt to move new torrent to "incomplete" folder. As this will also move the completed torrent too.

QBT automatically does #4 after the check. This moves the completed torrent.

Sometimes the last remaining amount is 16MB, and isn't worth moving the file.
I rather see the torrent go to error status, and allowing me the opportunity to rename the folder and/or file.

Extra info/examples/attachments

No response

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

No branches or pull requests

1 participant