openscopeproject / TrguiNG

Remote GUI for Transmission torrent daemon
GNU Affero General Public License v3.0
334 stars 39 forks source link

Display verification progress percentage #33

Closed enchained closed 1 year ago

enchained commented 1 year ago

When I add a large (100GB+) download and force the file verification on it, it can take a while. Currently only the icon and status indicate the verification, but Done % always stays at 100%.

Most clients that I've used display the progress of verification in the Done column. It it possible to add here?

qu1ck commented 1 year ago

It is possible but would be wasteful, same reasoning as here: https://github.com/openscopeproject/TrguiNG/issues/30#issuecomment-1620864004

Verification progress is shown in details panel progress bar, since only one torrent is verified at a time it is enough.

enchained commented 1 year ago

Thanks, I wasn't aware it was shown in the details.

melyux commented 1 year ago

It actually does show the Verification progress in the Done bar for me. It may be limited to only when the torrent otherwise has had no progress on it.

qu1ck commented 1 year ago

Verification in Done bar shows only when you first add the torrent and data already exists. In that case transmission reports same stats in verification and done percentage, TrguiNG shows what the api returns.