Search found 6 matches

by larry
Mon Jan 29, 2018 11:30 am
Forum: Windows OS
Topic: How to display a list of items before downloading?
Replies: 9
Views: 20185

Re: How to display a list of items before downloading?

Sorry to revive an old topic, but my question continues on from here. If i were to add a new torrent via a magnet link, is there any where to only fetch (or download) the torrent data from the URI before it starts to download the individual files? OR Is there any method or plugin to run a script whe...
by larry
Mon May 25, 2015 8:06 am
Forum: Windows OS
Topic: uTorrent to Deluge script
Replies: 5
Views: 10013

Re: uTorrent to Deluge script

This script does port the torrents across from uTorrent to Deluge for me, but it hangs for me during the renaming process: Connection was successful! (Result: 10) folder_renamed registered file_renamed registered Attempting to add Torrents... Added 0/2 C:\Users\Ryan\Downloads\uTorrent\Echosmith - Co...
by larry
Sat May 23, 2015 12:07 pm
Forum: Plugins
Topic: add_torrent_file always returns "None"
Replies: 0
Views: 1664

add_torrent_file always returns "None"

Hi guys, I am trying to use a script to add a torrent then set the pile priorities straight away, but I have been unable as of yet to add a torrent without returning None. I am assuming there is something wrong with my filedump. #!/usr/bin/python from deluge.ui.client import client from twisted.inte...
by larry
Tue May 19, 2015 6:23 am
Forum: Plugins
Topic: create_plugin.py windows errors
Replies: 2
Views: 2573

Re: create_plugin.py windows errors

So, I had a bit more of a play around and moved the main deluge directory containing the deluge imports into a separate folder and placed the create_plugin.py in the base dir. Such that: pluginDev/ +deluge/ -core -data -plugins etc. +create_plugin.py and got the chardet issue again. Following http:/...
by larry
Mon May 18, 2015 8:13 am
Forum: Plugins
Topic: create_plugin.py windows errors
Replies: 2
Views: 2573

create_plugin.py windows errors

I'm trying to create my first python plugin with deluge but the I am getting the error: C:\Users\Larry\Documents\Python\deluge\deluge\scripts>C:/Python27/python.exe crea te_plugin.py --name MyFirstPlugin --basepath . --author-name "Larry Burger" --au thor-email "myemail@gmail.com"...
by larry
Mon May 18, 2015 5:03 am
Forum: Windows OS
Topic: console future upgrades
Replies: 0
Views: 996

console future upgrades

Hi guys, I am currently creating a java application that can interact with deluge cli automatically by parsing a torrent with a target file. However, from what I have been reading because ncurses is not available on windows it currently cannot be done. Is this still true that this is what is holding...