Search found 5 matches

by scolby33
Fri Sep 20, 2013 7:29 pm
Forum: Support
Topic: Connecting to deluged via Python
Replies: 9
Views: 10524

Re: Connecting to deluged via Python

Oh, sorry. I thought you were asking about the second part. To configure flexget to work with deluge, just include something like this in your preset or what have you in the config file: deluge: path: {your path} user: flexget pass: {your password} label: flexget And your auth file should look like:...
by scolby33
Fri Sep 20, 2013 2:06 pm
Forum: Support
Topic: Connecting to deluged via Python
Replies: 9
Views: 10524

Re: Connecting to deluged via Python

I have not been able to make any use of the deluge-console command work without running it as the debian-deluged user. I changed my config directory to be /var/lib/debian-deluged/.config/deluge. The home directory for the debian-deluged user is set as /var/lib/debian-deluged. As for running it as my...
by scolby33
Fri Sep 13, 2013 6:27 pm
Forum: Support
Topic: Connecting to deluged via Python
Replies: 9
Views: 10524

Re: Connecting to deluged via Python

Adding the user/pass details to client.connect() worked! Thank you for pointing me to this documentation; I am surprised I didn't come across it in my google searches. Your answer leads to an interesting question, however. The script is executed by deluge's "Execute" plugin. I would have a...
by scolby33
Fri Sep 13, 2013 2:47 am
Forum: Support
Topic: Connecting to deluged via Python
Replies: 9
Views: 10524

Re: Connecting to deluged via Python

I have a quick update that solved my problem, although not in the best possible way. I have appended the following line to my auth file: ::10 Now, both the script and deluge-console connect to deluged with no problems. I am not happy with the need to leave a blank username with a blank password lyin...
by scolby33
Tue Sep 10, 2013 3:01 pm
Forum: Support
Topic: Connecting to deluged via Python
Replies: 9
Views: 10524

Connecting to deluged via Python

Hello. I am setting up a home server using a combination of flexget, deluged, and filebot. The first two-thirds of this works beautifully; flexget successfully connects to deluge and passes the torrent/magnet information. In deluge, I am using the Execute plugin to run the script from here [ http://...