Search found 4 matches

by pyrodex
Thu Jun 01, 2017 6:07 pm
Forum: Development
Topic: Python Script for specific variables?
Replies: 3
Views: 7189

Re: Python Script for specific variables?

Can you be a bit more specific with your question, thanks Basically I'd like to have a python script I can feed a single torrent ID too that would then produce the label, torrent name, and how long the torrents been in the system or how long it has been seeding for printed out. I am able to get the...
by pyrodex
Wed May 31, 2017 5:19 pm
Forum: Development
Topic: Python Script for specific variables?
Replies: 3
Views: 7189

Python Script for specific variables?

I am looking to code a script to output the Label, Name, And the time the torrent was added to deluge but can't find a simple script to do that and the documentation is lacking.... Here is what I have playing with both seeding time and time added. #!/usr/bin/python import os import sys import string...
by pyrodex
Mon Aug 12, 2013 5:19 pm
Forum: Plugins
Topic: [Request] Full Automation?
Replies: 1
Views: 5620

Re: [Request] Full Automation?

I've hand built something similar to this in my world and I can share some insight here from what I've done. First off this is all with perl and other things but it works... Sickbeard downloads to a torrent dir using things like BTN as a source. Couchpotato is tied to PTP and downloads to a differen...
by pyrodex
Sat Jun 22, 2013 10:39 pm
Forum: Support
Topic: Download file from GUI?
Replies: 1
Views: 1617

Download file from GUI?

I've recently made the jump from rtorrent/rutorrent to Deluge 1.3.6 on Ubuntu and running the client in OSX/Windows. In rutorrent I was able to download files out of the torrent onto my machine and wondered if there was another way do this in Deluge via the GUI. Any thoughts?