Search found 3679 matches

by Cas
Thu Nov 04, 2010 8:40 pm
Forum: Plugins
Topic: Execute auto upload after complete
Replies: 21
Views: 12827

Re: Execute auto upload after complete

it will be on a per torrent basis but i think you need $2 to get the file name.

it would be easier for you to code if you use variables set to those args at the top of your script

Code: Select all

torrentid=$1
torrentname=$2
torrentpath=$3
by Cas
Thu Nov 04, 2010 8:33 pm
Forum: Support
Topic: Compiling problem on Centos
Replies: 6
Views: 3573

Re: Compiling problem on Centos

did you use lt0.15?

As i explained before this is not a deluge error, it is with libtorrent, so there is limited support we can provide here.
by Cas
Thu Nov 04, 2010 6:58 pm
Forum: Support
Topic: Remember column width? [SOLVED]
Replies: 4
Views: 2980

Re: Remember column width?

I about window should say 1.3.1 too unless you have installed 1.3.0 deluge from source and so are still running that version.

You can check which Deluge the system is using:

Code: Select all

which deluge
by Cas
Thu Nov 04, 2010 6:27 pm
Forum: Support
Topic: Win 1.3.1 can't shutdown linux daemon 1.3.0
Replies: 5
Views: 3592

Re: Win 1.3.1 can't shutdown linux daemon 1.3.0

Can you create a ticket for this please.
by Cas
Thu Nov 04, 2010 6:26 pm
Forum: Support
Topic: Remember column width? [SOLVED]
Replies: 4
Views: 2980

Re: Remember column width?

Not something I’ve seen, can you try with 1.3.1 to see if it still persists.
by Cas
Thu Nov 04, 2010 4:01 pm
Forum: Plugins
Topic: Execute auto upload after complete
Replies: 21
Views: 12827

Re: Execute auto upload after complete

Depending on your python experience you might find using a bash script easier.

http://www.linuxconfig.org/example-of-s ... ipt-client
by Cas
Thu Nov 04, 2010 3:49 pm
Forum: Plugins
Topic: Execute auto upload after complete
Replies: 21
Views: 12827

Re: Execute auto upload after complete

You could create a simple python script using ftplib. Read the wiki and ftplib example for some help.
by Cas
Thu Nov 04, 2010 3:27 pm
Forum: Plugins
Topic: Execute auto upload after complete
Replies: 21
Views: 12827

Re: Execute auto upload after complete

To use the execute plugin you will need to be able to create a script that can be executed on your seed box.

Going back to using a backup program doing an incremental backup is probably what you need then.
by Cas
Thu Nov 04, 2010 1:24 pm
Forum: Support
Topic: Deluge 1.3.0 crashes on OpenSuse 11.3
Replies: 2
Views: 1483

Re: Deluge 1.3.0 crashes on OpenSuse 11.3

the best thing i could suggest atm is for you could try the newly released 1.3.1
by Cas
Thu Nov 04, 2010 12:56 pm
Forum: Plugins
Topic: Execute auto upload after complete
Replies: 21
Views: 12827

Re: Execute auto upload after complete

I think all you need is a script to run at a set interval (30min) on your windows box that would ssh/ftp to the seed box and checks a folder that the seed box moves completed downloads into and transfers them. Some backup software may even do the job as you would be essentially mirroring a remote fo...