Search found 7 matches

by greatscott
Sun Mar 03, 2019 3:34 pm
Forum: Support
Topic: Adding a torrent without checking hash
Replies: 1
Views: 1446

Re: Adding a torrent without checking hash

The feature is in milestone 2.0.

There was some patch to allow this feature for webui but the link is no longer valid... If anyone still has a useful patch, please also let me know. Thanks!
by greatscott
Sun May 20, 2018 12:56 pm
Forum: Support
Topic: deluge-console pause and resume not working.
Replies: 1
Views: 8354

Re: deluge-console pause and resume not working.

You might need to use something like:

Code: Select all

/usr/bin/deluge-console -c ~/.config/deluge 'connect 127.0.0.1; pause TORRENTIDS; quit'
for it to work.

TORRENTIDS are the torrent IDs to pause, separated by space.
by greatscott
Fri Mar 23, 2018 3:06 am
Forum: Windows OS
Topic: AutoAdd unchecks watch folders after some time
Replies: 8
Views: 7252

Re: AutoAdd unchecks watch folders after some time

It happens on various seedboxes I used, mostly on ubuntu. It always happen when the server suffers high IO loading. Perhaps then the move file operation failed and then Deluge or the plugin automatically disabled the watch folder.
by greatscott
Thu Mar 15, 2018 2:59 pm
Forum: Plugins
Topic: AddTorrentCheck
Replies: 22
Views: 78634

Re: AddTorrentCheck

Hey, nice job on this! This is similar to a script I've been using someone else made. Check this link. https://pastebin.com/0wDib1dg I wanted to ask you a question. Now I too had the unregistered torrent problem. I'm also encountering a secondary issue. Sometimes I will have torrents sit at 0% when...
by greatscott
Thu Mar 15, 2018 2:54 pm
Forum: Plugins
Topic: AutoAdd keeps disabling one particular watchdir
Replies: 1
Views: 3996

Re: AutoAdd keeps disabling one particular watchdir

I experienced this on seedboxes with heavy loading, for example when I drove the IO utilization to 100% often. This doesn't happen on servers with low loading. I guess when AutoAdd got stuck due to IO, it somehow unchecks those watcher folders? Sometimes when I restarted Deluge on a server with heav...
by greatscott
Thu Mar 15, 2018 2:40 pm
Forum: Plugins
Topic: [Plugin] YaRSS2 - RSS plugin with GTKUI support
Replies: 757
Views: 1240615

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

there is a way to export my configuration and after that import on a new? You mean copy the config to a new machine or config directory? The YaRSS2 config is stored in yarss2.conf in the deluge config directory. Just copy that file to the new destination. Hello, I made a copy of my yarss2.conf file...
by greatscott
Thu Mar 15, 2018 2:38 pm
Forum: Plugins
Topic: [Plugin] YaRSS2 - RSS plugin with GTKUI support
Replies: 757
Views: 1240615

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

I'm experiencing frequent ThinClient disconnects. I've never had a single unexpected client disconnect in my years of using Deluge until I began using YaRSS2 a few days ago. Client version 1.3.13, python 2.7 using YaRSS2 1.4.3-2.7. The client runs on Windows 7, the server running the daemon is on W...