Search found 16 matches

by ratzeputz
Sat Jan 17, 2015 9:43 am
Forum: Support
Topic: Status of SOCKS5 proxy in Deluge?
Replies: 1
Views: 18959

Re: Status of SOCKS5 proxy in Deluge?

as far as i know the proxy support in deluge relies a lot on the development in libtorrent. i think the proxy support in deluge is not a top priority feature. to get an impression, have a look at the open bugs or feature requests and you'll see that there is quite some work to do to have a really re...
by ratzeputz
Sat Jan 10, 2015 12:18 am
Forum: Support
Topic: Downgrade to repository libtorrent (ubuntu 14.04LTS)
Replies: 6
Views: 6192

Re: Downgrade to repository libtorrent (ubuntu 14.04LTS)

regarding the ppa: it would be nice to have older versions available via the ppa: if there is a error, which requires a temporary downgrade, you have to either compile an older version yourself or update to the main repository stable package which would be 1.3.6 or something for Debian. Is this tech...
by ratzeputz
Mon Nov 17, 2014 8:38 pm
Forum: Support
Topic: Damn IP-Echelon
Replies: 1
Views: 4744

Re: Damn IP-Echelon

What kind of socks daemon proxy are you using(just curious)? I tried two of them(danted and ss5) and got different results each time. Seems the socks v5 implementations both on client and server side need to "match", to be working. So i wasn't able to get incoming connections using deluge,...
by ratzeputz
Sat Nov 01, 2014 10:45 pm
Forum: Support
Topic: Deluge connected, will download and then slow to a stop
Replies: 26
Views: 22552

Re: Deluge connected, will download and then slow to a stop

I'm not sure if this is connected to this issue: I had similar issues(stated in post #2) after upgrading to >1.3.6 on debian wheezy too: Sponaneous non reproducable deluge crashes, unclear situation where deluge stopped downloading torrents (showing extremly high values for protocol traffic in webif...
by ratzeputz
Sat May 10, 2014 12:03 pm
Forum: Development
Topic: Option to disable the favicon
Replies: 1
Views: 2922

Re: Option to disable the favicon

Implementing this would also be half the solution for: http://dev.deluge-torrent.org/ticket/2105
by ratzeputz
Sun Mar 10, 2013 12:54 pm
Forum: Support
Topic: Upgrade deleted config folder
Replies: 5
Views: 4547

Re: Upgrade deleted config folder

completely uninstalled deluge with sudo apt-get remove --purge deluge* and reinstalled it. Brought my config files back somehow. Everything back to usual anyway. Didn't use extundelete, but will sure use it when i'll need it, which is bound to happen. Thanks. I can confirm this. Same thing happend ...
by ratzeputz
Tue Oct 30, 2012 10:10 pm
Forum: Development
Topic: Looking for python script example - loop through torrents
Replies: 2
Views: 8283

Re: Looking for python script example - loop through torrent

Is it possible to use all of the implemented fields of status array in the call client.core.get_torrents_status({"id": result}... stated on this page -> http://www.rasterbar.com/products/libtorrent/manual.html#peer-info Or is there only a limited subset available? Because if print status u...
by ratzeputz
Mon Oct 22, 2012 4:41 pm
Forum: Development
Topic: Python: How to implement get_torrents_status?
Replies: 1
Views: 4489

Python: How to implement get_torrents_status?

Hello, i am just about to create a python script which periodically checks for dead torrents, as it happens sometimes that I get dead torrents of rss feeds (usually tv show premieres). Those are choking the download queue :/. I managed to get torrent status items by using status["total_seeds&qu...
by ratzeputz
Mon Sep 17, 2012 5:56 pm
Forum: Plugins
Topic: [Script] Cron to delete Torrents and Files over certain age
Replies: 16
Views: 20884

Re: [Script] Cron to delete Torrents and Files over certain

I've been looking at this script as an alternative to cobled bash scripts and the extractor plugin. ratzeputz: can you please post a complete code. I'm not sure how to use your modifications. How do I rung this: find save_path -type d -empty -exec rmdir {} \; and for source: do I just save it as a ...
by ratzeputz
Sat Sep 15, 2012 9:23 am
Forum: Plugins
Topic: [Plugin] Limit of copies
Replies: 6
Views: 22814

Re: [Plugin] Limit of copies

Is there a python 2.7 version?

regards,
ratze