Search found 11 matches

by forkandspoon
Thu Apr 21, 2011 12:14 pm
Forum: Support
Topic: Reset deluge webui password.
Replies: 7
Views: 24319

Re: Reset deluge webui password.

Thanks that python script is useful.
by forkandspoon
Fri Oct 29, 2010 4:08 am
Forum: Development
Topic: Torrent tries to redownload if files moved...
Replies: 14
Views: 53974

Re: Torrent tries to redownload if files moved...

My initial idea would be to error out if the file was created and is now missing, however using deluge with remote shares or removable storage in a temporary missing state it could be annoying if upon re-establishing the torrents error out. The way utorrent solves this is if the storage has moved, ...
by forkandspoon
Fri Oct 08, 2010 10:55 am
Forum: Development
Topic: Torrent tries to redownload if files moved...
Replies: 14
Views: 53974

Re: Torrent tries to redownload if files moved...

That's just an example.

But look under their Rules section I'm sure you'll find it. Falls under Account Sharing or something.
by forkandspoon
Fri Oct 08, 2010 12:17 am
Forum: Development
Topic: Torrent tries to redownload if files moved...
Replies: 14
Views: 53974

Re: Torrent tries to redownload if files moved...

TL does just to name one. Plus I'm thinking even more than it wastes bandwidth, and you end up with two copies of it - the moved copy and a newly downloaded one. Also one might think they moved it but wonders why it's still there, moving it again and again and it just keeps re-downloading and confus...
by forkandspoon
Wed Oct 06, 2010 11:34 pm
Forum: Development
Topic: Torrent tries to redownload if files moved...
Replies: 14
Views: 53974

Re: Torrent tries to redownload if files moved...

Can Move Storage be done from a commandline?

I know it can be done from python but I haven't worked out how it works just yet.
by forkandspoon
Wed Oct 06, 2010 9:53 pm
Forum: Development
Topic: Torrent tries to redownload if files moved...
Replies: 14
Views: 53974

Torrent tries to redownload if files moved...

Running deluged 1.3.0 on Ubuntu. To reproduce the problem: 1. Download torrent 2. Let it download files to say /home/user 3. Move files from /home/user/myfile.avi to /opt/myfile.avi 4. Deluged will report error to client (good!) 5. Problem: if deluged at this point is restarted, the torrent file (my...
by forkandspoon
Thu Sep 30, 2010 10:20 pm
Forum: Plugins
Topic: Get torrent info before adding?
Replies: 3
Views: 3113

Get torrent info before adding?

Hi, I'm new to Deluge plugin development but thinking of writing a plugin that lets you add a torrent (that you already had downloaded in past) and it recursively auto scans your drive for the files (pieces) and if they exist, then sets that to be the download location so it can seed from there. Que...
by forkandspoon
Tue Sep 21, 2010 5:46 am
Forum: Support
Topic: "Error starting core"
Replies: 2
Views: 3506

Re: "Error starting core"

I also get ImportError: /usr/local/lib/python2.6/dist-packages/libtorrent.so: undefined symbol: _ZTIN10libtorrent5alertE After compiling libtorrent from source with --enable-python-binding and run: root@linux:~# python Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) [GCC 4.4.3] on linux2 Type "...
by forkandspoon
Tue Sep 21, 2010 2:52 am
Forum: Support
Topic: Boost.System Library not found
Replies: 3
Views: 6406

Re: Boost.System Library not found

On Debian/Ubuntu:

Code: Select all

#apt-get install libboost-system-dev
I also needed

Code: Select all

#apt-get install libboost-filesystem-dev libboost-thread-dev
after that.
by forkandspoon
Thu Sep 16, 2010 2:13 am
Forum: Support
Topic: Stuck "checking", like everyone else
Replies: 30
Views: 27870

Re: Stuck "checking", like everyone else

When I run deluged as a non-root user, then add a torrent remotely (probably same if adding local) it never starts and says Checking 0.0% indefinitely. If I then close deluged, login as root, copy core.conf and modify auth file then start deluged as root, it works. Must be a permissions issue, as I ...