Search found 28 matches

by crazycaveman
Wed May 09, 2012 1:18 pm
Forum: Plugins
Topic: Copy Script (need help)
Replies: 25
Views: 17970

Re: Copy Script (need help)

How are you calling the script from uTorrent? The Deluge execute plugin passes the torrent hash, torrent name, and torrent path to the script in that order, and that is what the script expects. So a similar call from uTorrent would be C:\bin\copy_completed.bin "%I" "%N" "%D&...
by crazycaveman
Tue May 08, 2012 2:11 pm
Forum: Plugins
Topic: Copy Script (need help)
Replies: 25
Views: 17970

Re: Copy Script (need help)

I haven't used it, so I don't know, but that would make sense. Unfortunately, with the tools available at the moment, it's not possible to delete the torrent files when the ratio is reached, as far as I am aware.
by crazycaveman
Tue May 08, 2012 1:44 pm
Forum: Plugins
Topic: Copy Script (need help)
Replies: 25
Views: 17970

Re: Copy Script (need help)

That should be simple enough. Just to make sure I understand: You download to E:\Leeching and move completed to E:\Seeding. You would also like a copy placed in E:\Leeching\Done for people to access while still seeding the files from E:\Seeding but would like these files to be deleted after reaching...
by crazycaveman
Thu May 03, 2012 12:04 am
Forum: Support
Topic: Deluge asio.ssl error
Replies: 4
Views: 4378

Re: Deluge asio.ssl error

It seems a recent update to ssl (libssl and openssl were just updated) fixes the problem. Thanks for your help, though! I wasn't sure if it would be specific to boost, libtorrent or ssl...
by crazycaveman
Tue May 01, 2012 10:29 pm
Forum: Support
Topic: Deluge asio.ssl error
Replies: 4
Views: 4378

Re: Deluge asio.ssl error

It is in the tracker status. underground-gamer.com: Error: asio.ssl error In deluged.log, with debug enabled, I get: alertmanager:123 tracker_error_alert: SNES SPC music Roms (GoodMerged) (https://www.underground-gamer.com/announce.php?passkey=<passkey>) (-1) asio.ssl error (2) I can work around it ...
by crazycaveman
Tue May 01, 2012 7:27 pm
Forum: Support
Topic: Deluge asio.ssl error
Replies: 4
Views: 4378

Deluge asio.ssl error

I recently installed Ubuntu 12.04 and deluge 1.3.5 on my server. However, whenever I try to connect to an ssl enabled tracker, I get an asio.ssl error. This version of deluge works fine on Ubuntu 10.04, so it seems something has changed between the versions of libtorrent used (10.04 uses 0.15.9.0 wh...
by crazycaveman
Tue May 01, 2012 11:44 am
Forum: Support
Topic: Managing file permissions on deluge-daemon (umask + upstart)
Replies: 9
Views: 16090

Re: Managing file permissions on deluge-daemon (umask + upst

A less "risky" approach, in my opinion, is to set the group sticky bit on the main directory downloads are put in (chmod g+S /mnt/downloads). This will make any file or directory put under it be owned by that group (and subdirectories will also have the stick bit set) so any user of that g...
by crazycaveman
Mon Apr 30, 2012 5:21 pm
Forum: Plugins
Topic: [Plugin] YaRSS2 - RSS plugin with GTKUI support
Replies: 761
Views: 1353752

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

When attempting to grab torrents that include get data in the URL, it fails to pass the URL correctly. For instance, the address http://broadcasthe.net/torrents.php?action=download&authkey=removed&torrent_pass=removed&id=152717 is attempted to be downloaded through YaRSS2 with the URL ht...