Great Work!

Suggestions and discussion of future versions
Post Reply
mahasamoot

Great Work!

Post by mahasamoot »

I've just transtioned to Deluge, and I'm very happy with it. I'm finally free of Vuze! No more java nonsense. I love the fact that it's got a daemon, so it doesn't get messed up if I lose my VT (freakin' X!).

There are two small features that I'd like, and I know a bit of python, so if some one can point me in the right direction, I'll try to do it myself.

1. Search torrents: Much like Opera or Firefox, I'd like to be able to hit '/' and search the torrents in the list. Or press '?' (shift+/) to search the files in the torrents.

2. Drag and drop from the "Files" tab in the torrent detail pain.

Thanks again!
~Thomas
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: Great Work!

Post by mvoncken »

Thanks,

Those are legitimate , though not urgent requests.
Please register them on the bug tracker : http://dev.deluge-torrent.org/report
dev: webui, core, labels | irc:vonck7 |
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: Great Work!

Post by mvoncken »

mahasamoot wrote: There are two small features that I'd like, and I know a bit of python, so if some one can point me in the right direction, I'll try to do it myself.
1. Search torrents: Much like Opera or Firefox, I'd like to be able to hit '/' and search the torrents in the list. Or press '?' (shift+/) to search the files in the
regarding (1):

Well . you could try to write a (gtk)plugin that sets the torrentview filter.

component.get("TorrentView").set_filter(filter_dict)

That filter gets forwarded to http://dev.deluge-torrent.org/wiki/Deve ... entMethods get_torrents_status
and your filter_dict would be filter_dict = {"keyword":["type keyword here.."]}
dev: webui, core, labels | irc:vonck7 |
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Great Work!

Post by andar »

mahasamoot wrote:I've just transtioned to Deluge, and I'm very happy with it. I'm finally free of Vuze! No more java nonsense. I love the fact that it's got a daemon, so it doesn't get messed up if I lose my VT (freakin' X!).

There are two small features that I'd like, and I know a bit of python, so if some one can point me in the right direction, I'll try to do it myself.

1. Search torrents: Much like Opera or Firefox, I'd like to be able to hit '/' and search the torrents in the list. Or press '?' (shift+/) to search the files in the torrents.

2. Drag and drop from the "Files" tab in the torrent detail pain.

Thanks again!
~Thomas
I am currently working on drag and drop support in the files tab with regards to my file renaming work. This will be in 1.1.
mahasamoot

Re: Great Work!

Post by mahasamoot »

I am currently working on drag and drop support in the files tab with regards to my file renaming work. This will be in 1.1.
This is welcome news indeed. Thanks again!

I think that Deluge will gain market share, as Python is a big advantage over java, or C/C++. As other clients are single platform an'or written in insane languages, Deluge will get better faster, and perhaps most importantly fewer lines = fewer bugs. Great project, keep up the good work! I'm looking forward to 1.1.

Cheers,
~Thomas
Post Reply