Search found 9 matches

by nick
Tue Feb 22, 2011 10:11 am
Forum: Development
Topic: New Console UI
Replies: 2
Views: 3032

Re: New Console UI

This has been merged into main and pushed to the git repo. Bug reporting can begin :)
by nick
Wed Feb 02, 2011 7:52 pm
Forum: Development
Topic: New Console UI
Replies: 2
Views: 3032

New Console UI

hello all. i've started work on a new version of the console ui. it's less command-line and more gui... ish. still all using curses. The code is at: https://github.com/nicklan/newconsoleui . you can hit 'h' when it starts up to see a help dialog. right now it tries to connect to localhost and doesn'...
by nick
Tue Jan 18, 2011 2:52 pm
Forum: Plugins
Topic: [Plugin] Pieces Plugin
Replies: 56
Views: 147592

Re: [Plugin] Pieces Plugin for 1.2 (gtkui)

New version is out! (Jan 18 2011) Version 0.5 Released Support client/server mode (i.e. not "Classic" mode) Webui support (only displays piece status, no priority info/setting) Some minor bug fixes At this point, the only thing I have left on my list is getting piece priorities shown and s...
by nick
Wed Jan 05, 2011 3:54 pm
Forum: Plugins
Topic: [Plugin] Pieces Plugin
Replies: 56
Views: 147592

Re: [Plugin] Pieces Plugin for 1.2 (gtkui)

(Jan 5 2011) Version 0.4 Released Fix a nasty segfault bug from 0.3 Easy select of multiple pieces using Shift/Ctrl Big speed improvement for torrents with lots of pieces Ability to always set first un-downloaded piece priority to high to enable watching of movies before they are completely downloa...
by nick
Wed Jan 20, 2010 8:58 pm
Forum: Plugins
Topic: [Plugin] Pieces Plugin
Replies: 56
Views: 147592

Re: Pieces Plugin for 1.2 (gtkui)

I want to make a russian translation of your plugin. How? Well, right now you could get the source from github and just translate all the strings and make a new .egg, but that's a pretty gross way to do it. What I should do is take strings directly out of the code and use .po files, which I'll look...
by nick
Wed Jan 20, 2010 7:54 pm
Forum: Plugins
Topic: [Plugin] Pieces Plugin
Replies: 56
Views: 147592

Re: Pieces Plugin for 1.2 (gtkui)

yunihiko wrote:
nick wrote:I haven't been able to reproduce this
The plugin works in the classic mode, but does not work when using deluge in the daemon mode with a separate gtk-ui.

Ahh ha, that makes a lot of sense. I'll investigate getting that fixed when I have some time. Thanks for the report!
by nick
Fri Jan 15, 2010 11:11 pm
Forum: Plugins
Topic: [Plugin] Pieces Plugin
Replies: 56
Views: 147592

Re: Pieces Plugin for 1.2 (gtkui)

I'm trying to use this plugin, but when clicking on the Pieces tab get these errors in the console Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/torrentdetails.py", line 383, in _on_switch_page self.update(page_num) File "/usr/lib/pymodules/pyt...
by nick
Sun Jan 10, 2010 9:24 pm
Forum: Plugins
Topic: [Plugin] Pieces Plugin
Replies: 56
Views: 147592

Re: Pieces Plugin for 1.2 (gtkui)

Thanks, but leave my color choices alone :) The reason the pieces disappear is that libtorrent returns an empty list of pieces for torrents that are seeding and/or completed. What I'll probably do is check when the list is empty if the torrent is complete and just draw all the pieces as downloaded, ...
by nick
Sat Jan 09, 2010 4:10 am
Forum: Plugins
Topic: [Plugin] Pieces Plugin
Replies: 56
Views: 147592

[Plugin] Pieces Plugin

I've written a plugin to show the status of each piece of a torrent. You can find it here: http://dev.deluge-torrent.org/wiki/Plugins/Pieces This works in both client/server and Classic mode. Webui is also supported, although you cannot see or set individual piece priorities. (Jan 18 2011) Version 0...