-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
rtorrent 0.9.3/0.13.3: Issues with "partially" downloaded torrent. Never finishes, completion percentage. #144
Comments
Is there any chance this could be looked at? It's incredibly annoying as files will never be auto moved and will never be categorized as complete. |
The current approach and presentation seems like the most reasonable in my eyes. The torrent is not complete. A torrent consists of "chunks" rather than "files", and other approaches use abstractions that do not really apply cleanly. One could argue for wanting a separate presentation tag for torrents that are not complete but also not in download mode, but, well, I am guessing that is in the "patches welcome"-territory :-) . Auto-moving of semi-complete files could be a valid use-case, though, but still rather complex, and still subject of the chunks/files discrepancy. |
I understand if it is something that is not going to be looked at or is considered to be correct by most people, I just personally can't see why it would ever be desirable. |
Maybe there should be an option to override a torrents current state and switch it to "Seeding" or "Completed" when what you have selected to download, has been downloaded. |
That's an interesting idea and would certainly be a welcome improvement. |
I've experienced the same issue. The worst part for me is that rTorrent will remain connected to many seeds since it still regards the torrent as incomplete, even though you'll have all the data you've requested it to download. All of those pointless connections will count against whatever maximum is configured, as well as occupying a download slot which also counts against any configured maximum. If you have a lot of partially downloaded torrents, this can become a problem because if too many of these pointless connections are open, it can limit new downloads. I understand that from a purists' perspective, downloading only part of a torrent may be considered a kind of "hack" of the bittorrent protocol, but from a pragmatic perspective, not supporting this behavior as well as other clients is really quite limiting. I'd love to see rTorrent handle partial downloads/partial seeding a lot more gracefully. It's really the one thing keeping me from being able to rely on it for all my torrenting needs. At it stands, I have to run any partially seeding torrents in another client since rTorrent doesn't "play nice" with them. |
I'm working on the fix for this:
I. Fixes for mentioned bugs
II. New commands in rtorrent
III. UI changes in rtorrent
|
Bug still persists in 0.9.6 |
Of course it is: it's almost 2 and a half years old. Here's the proposed fix for it. |
What do you mean "of course"? This is ridiculous. The original post is 4.5 years old and it's not fixed. The proposed fix is a year old, why hasn't it been merged? rtorrent is unusable like this. |
I meant that my comment above is just about 1 year old and the latest release is way older than that.
Maybe it won't even pass the code-review at all :)
It's a bit harsh but I understand your point (that's why I tried to fix it). You can try to build rtorrent-ps-ch which includes this fix and try it out and report back here. |
This issue is still existing and not fixed in rotrrent 0.9.7 and libtorrent20/stable,now 0.13.7 |
This is the reason many users have switched to Deluge which operates based on the original poster's view, if a download has completed all requested chunks, its should be viewed as "complete".. what would be the purpose for keep it in downloading state in perpetuity? All chros73's suggestions seem reasonable |
Yea, confusing a bit. |
Spent numerous hours setting up Rtorrent/Rutorrent over the last week on my Unraid server and now am going to swap over to Deluge because of this. Shame because Binhex specifically recommends Rtorrent over all other available torrent containers he authors but I'll have dozens of torrents sitting in a perpetual state of download if I use Rtorrent until this is updated. @chros73 I'm new to non-Windows OS's. Can I use rtorrent-ps-ch in Unraid? |
When I download a torrent where some files are set as 'Do Not Download' this can result in that the torrent never finishes and is stuck in a 'Downloading' state indefinitely.
The underlying cause seems to be that the downloading phase is only considered complete when the entire torrent has been retrieved. If some files are set as 'Do Not Download' their data will be discarded and consequently the entire torrent will never complete.
Even though such a torrent is reported to be in the Downloading state in practice no downloading occurs after all desired files are complete. So only uploading of data will occur after that.
Another - smaller - issue related to 'partial' torrents is the completion percentage. Currently it seems to be to measure completion against the entire torrent. But if I have deselected a number of files the percentage will be below 100% even though all desired files have been retrieved.
In short: Completion should only consider the the files marked to be be downloaded and ignore files set to discard.
This issue relates somewhat to issue #143
The text was updated successfully, but these errors were encountered: