Flood-UI / flood

A web UI for rTorrent, qBittorrent and Transmission with a Node.js backend and React frontend. Migrate to v4: https://github.com/jesec/flood/wiki/Migrate-from-older-versions-of-Flood.
https://flood.js.org
GNU General Public License v3.0
1.82k stars 173 forks source link

Files marked as DnD prevent status becoming completed #299

Open wopian opened 7 years ago

wopian commented 7 years ago

Torrents where some files were marked as Do Not Download remain in the Downloading (green) status after reaching 100%, instead of changing to the Completed (blue) status.

jfurrow commented 7 years ago

I agree, the torrent should be considered completed if all requested files have finished downloading.

This might be confusing for users, but I think the percentage of completion should always reflect the percentage of total data downloaded — e.g., if a user sets 50% of a torrent to do not download, then the torrent's status will be completed when the torrent's percentage reaches 50%. What do you think?

wopian commented 7 years ago

Related to https://github.com/rakshasa/rtorrent/issues/144