openscopeproject / TrguiNG

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

feature request: add `Seeding` filter #189

Closed trim21 closed 2 months ago

trim21 commented 2 months ago

hope we could have a new filter with filter: (t) => t.status === Status.seeding

qu1ck commented 2 months ago

You can already do that, it is equivalent to selecting "Completed" + "Running" at the same time (use ctrl-click)

image

trim21 commented 2 months ago

where is running... I'm using 1.3.0 from latest release image

qu1ck commented 2 months ago

Enable it through right click menu.

trim21 commented 2 months ago

OK, thanks