Page 1 of 1
Great Work!
Posted: Mon Oct 13, 2008 1:53 pm
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
Re: Great Work!
Posted: Mon Oct 13, 2008 3:43 pm
by mvoncken
Thanks,
Those are legitimate , though not urgent requests.
Please register them on the bug tracker :
http://dev.deluge-torrent.org/report
Re: Great Work!
Posted: Mon Oct 13, 2008 5:52 pm
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.."]}
Re: Great Work!
Posted: Tue Oct 14, 2008 7:04 pm
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.
Re: Great Work!
Posted: Thu Oct 16, 2008 5:15 am
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