Opened 14 years ago

Closed 12 years ago

#1397 closed feature-request (Fixed)

console info command with state filter

Reported by: xpozitron Owned by: Calum
Priority: trivial Milestone: 1.3.6
Component: Console UI Version: 1.3.1
Keywords: Cc:

Description

It would be useful to be able of showing only torrents in specific state. For example I want to see only torrents in state Paused. It can be implemented as new parameter like "info -s seeding".

Change History (6)

comment:1 by Calum, 14 years ago

Priority: minortrivial
Version: other (please specify)1.3.1

Until this is implemented you can accomplish this at the command line with:

deluge-console info | grep -A 1 -B 3 Seeding

comment:2 by al.cadd9, 14 years ago

Owner: set to nick
Status: newassigned

comment:3 by nick, 14 years ago

Resolution: fixed
Status: assignedclosed

comment:4 by Calum, 12 years ago

Milestone: Future1.3.6
Resolution: fixed
Status: closedreopened

I think as this is a minor addition that it quite useful it should also be applied to 1.3-stable.

http://git.deluge-torrent.org/deluge/diff/deluge/ui/console/commands/info.py?id=40a5722

Also there is a typo in original commit 'Allowble'.

comment:5 by Calum, 12 years ago

Owner: changed from nick to Calum
Status: reopenedassigned

comment:6 by Calum, 12 years ago

Resolution: fixed
Status: assignedclosed

Added to 1.3-stable: 7695c4e5667

Note: See TracTickets for help on using tickets.