Search found 29 matches

by ledzgio
Sat Dec 21, 2013 3:29 pm
Forum: Support
Topic: bus error on deluge startup
Replies: 1
Views: 3475

bus error on deluge startup

hi all, mysteriously deluge 1.3.6 stopped working (it worked fine for months) and now gives me "bus error" when I launch it. If I run the following command: deluge -L debug and I get 16:23:05.925 [INFO ][deluge.main:133 ] Deluge ui 1.4.0.dev83 16:23:05.925 [DEBUG ][deluge.main:134 ] option...
by ledzgio
Tue Apr 09, 2013 7:32 am
Forum: Plugins
Topic: [Plugin] Categorise
Replies: 35
Views: 42932

Re: [Plugin] Categorise

Sorry but WebUI is not supported and probably never will.
by ledzgio
Thu Mar 28, 2013 9:10 pm
Forum: Plugins
Topic: [Plugin] Categorise
Replies: 35
Views: 42932

Re: [Plugin] Categorise

New bug fix version of the plugin. Now it should work with the latest deluge 1.3.6.

Let me know if you have trouble with it.

https://github.com/ledzgio/Categorise-Deluge-plugin
by ledzgio
Sun Dec 04, 2011 2:56 pm
Forum: Support
Topic: may deluge break my connection?
Replies: 2
Views: 2392

Re: may deluge break my connection?

In my computer...and I have to restart network-manager service.
by ledzgio
Sat Dec 03, 2011 1:08 pm
Forum: Support
Topic: may deluge break my connection?
Replies: 2
Views: 2392

may deluge break my connection?

Hi to all, I have ubuntu oneiric installed and deluge 1.3.3-1ubuntu from deluge repositories. It happen that after some minutes of downloading deluge seems to break my connection, because internet stops working and I have to restart to get it works again. No logs in dmesg, syslog and kernel.log. I c...
by ledzgio
Wed Nov 09, 2011 1:42 pm
Forum: Plugins
Topic: [Plugin] Categorise
Replies: 35
Views: 42932

Re: [Plugin] Categorise

Hello folks, I'd like to start working again on the Categorise plugin, cause deluge has changed during the last year and I'd like to check the entire code to improve compatibility and add some new feature. Have you guys any suggestion on how to improve the plugin and/or add some new cool feature? th...
by ledzgio
Wed Nov 09, 2011 1:35 pm
Forum: Plugins
Topic: [Plugin] Categorise
Replies: 35
Views: 42932

Re: [Plugin] Categorise

kicks66 wrote:Is it possible to get this to work based on whether Deluge is downloading a Folder or File?

I want to set up some automatic actions depending on whether I download a folder containing multiple files, or a single file.
Yes it should be possible, just explain me better what you need.

bye
by ledzgio
Mon Feb 21, 2011 9:09 am
Forum: Support
Topic: deluge 1.3.1 segmentation fault adding torrents
Replies: 3
Views: 3855

Re: deluge 1.3.1 segmentation fault adding torrents

Thanks cas, that's really annoying...is there some workaround while waiting for the bug to be fixed?
by ledzgio
Sun Feb 20, 2011 10:38 am
Forum: Support
Topic: deluge 1.3.1 segmentation fault adding torrents
Replies: 3
Views: 3855

deluge 1.3.1 segmentation fault adding torrents

Hi all, today i've started deluge and it crashed with a segmentation fault error. After several tries, i've found that it crashes when i add a torrent. It's really strange and i cannot find out which is the problem here. Also starting with -L debug option, i cannot see any error except for the segme...
by ledzgio
Tue Sep 28, 2010 7:24 am
Forum: Development
Topic: on_torrent_removed event
Replies: 1
Views: 2646

on_torrent_removed event

Hi to all, from my plugin, I would like to do something when a torrent is completed and removed from the queue. So I have registered the event: component.get("EventManager").register_event_handler("TorrentRemovedEvent", self._on_torrent_removed) Inside the function _on_torrent_re...