openscopeproject / TrguiNG

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

Errored torrents should show "error" status instead of "seeding" status? #187

Closed Pentaphon closed 2 months ago

Pentaphon commented 2 months ago

Just noticed that you gave "error" torrents a red progressbar, which is great and thanks for that.

However, they are still showing as "seeding" instead of being classified as "error" status.

error

Not sure if you want to change this but I thought I'd mention it for the sake of keeping things consistent since an errored torrent is no longer technically able to seed. Not sure if the Transmission spec allows for this?

qu1ck commented 2 months ago

It's because TrguiNG considers torrents with errors on main tracker to be errored. Transmission can still seed them through DHT/peer exchange and does not consider them to be in error state. This is intentional.

Pentaphon commented 2 months ago

It's because TrguiNG considers torrents with errors on main tracker to be errored. Transmission can still seed them through DHT/peer exchange and does not consider them to be in error state. This is intentional.

Gotcha. Just wanted to run it by you since I just noticed it. I will close this.