Search found 26 matches

by laharah
Sun Jan 12, 2014 5:49 am
Forum: Windows OS
Topic: uTorrent to Deluge script
Replies: 5
Views: 10013

uTorrent to Deluge script

UPDATE!(08/23/15) This script is now obsolete. Use the updated plugin version of the script: http://forum.deluge-torrent.org/viewtopic.php?f=9&t=52145 UPDATE!(11/2/14): IdealChain was brave enough to patch in linux and wine support. I've merged in his changes. Here's a little script I've writte...
by laharah
Sat Jan 11, 2014 4:34 pm
Forum: Windows OS
Topic: Console does not recognize -p option
Replies: 10
Views: 8215

Re: Console does not recognize -p option

Can you surround the entire path name in single quotes? like this:

Code: Select all

deluge-console.exe "add -p C:\Download\Location 'C:\path\to\torrent with spaces.torrent'"
by laharah
Fri Jan 10, 2014 3:56 pm
Forum: Windows OS
Topic: Console does not recognize -p option
Replies: 10
Views: 8215

Re: Console does not recognize -p option

I'm not in front of my PC at the moment, so I can't test it, but if I remember correctly, the deluge-console.exe in wondows has to have all it's arguments in quotes. Like this: deluge-console.exe "add -p C:\Download\Location C:\path\to\torrent.torrent" that should work so long as your delu...
by laharah
Thu Jan 09, 2014 6:28 pm
Forum: Windows OS
Topic: get save_path from console
Replies: 4
Views: 3305

Re: get save_path from console

You can add the torrent and point to an existing path or if already added make sure the torrent is paused, delete any folder created then use move storage. (libtorrent will create the folder structure as soon as the torrent is added, I think this was fixed in 0.16) Thanks for your help! My code is ...
by laharah
Thu Jan 09, 2014 8:31 am
Forum: Windows OS
Topic: get save_path from console
Replies: 4
Views: 3305

Re: get save_path from console

You can use a client script rather than plugin, there are examples around the forum I've been chipping away at a client script and it looks like I should be able to do everything I want to using a UI client, thanks for pointing me in the right direction! I'm Having some trouble with folder renaming...
by laharah
Wed Jan 08, 2014 3:26 am
Forum: Windows OS
Topic: get save_path from console
Replies: 4
Views: 3305

get save_path from console

Hi there! I'm currently switching away from uTorrent to deluge. I've written a script to transfer my state data, however I'm using this opportunity to re-organize and rename my shows and movies. The plan is to use filebot. However, I'd like to keep seeding all these files after the re-organization. ...