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
Great Work!
Re: Great Work!
Thanks,
Those are legitimate , though not urgent requests.
Please register them on the bug tracker : http://dev.deluge-torrent.org/report
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 |
Re: Great Work!
regarding (1):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
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 |
Re: Great Work!
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 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
Re: Great Work!
This is welcome news indeed. Thanks again!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.
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