Opened 13 years ago

Closed 12 years ago

#1397 closed feature-request (Fixed)

console info command with state filter

Reported by: xpozitron Owned by: Cas
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 Changed 13 years ago by Cas

  • Priority changed from minor to trivial
  • Version changed from other (please specify) to 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 Changed 13 years ago by al.cadd9

  • Owner set to nick
  • Status changed from new to assigned

comment:3 Changed 13 years ago by nick

  • Resolution set to fixed
  • Status changed from assigned to closed

comment:4 Changed 12 years ago by Cas

  • Milestone changed from Future to 1.3.6
  • Resolution fixed deleted
  • Status changed from closed to reopened

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 Changed 12 years ago by Cas

  • Owner changed from nick to Cas
  • Status changed from reopened to assigned

comment:6 Changed 12 years ago by Cas

  • Resolution set to fixed
  • Status changed from assigned to closed

Added to 1.3-stable: 7695c4e5667

Note: See TracTickets for help on using tickets.