Search found 2 matches

by Brightspark
Sun Dec 15, 2019 9:05 pm
Forum: Plugins
Topic: AddTorrentCheck
Replies: 22
Views: 83392

Re: AddTorrentCheck

or another way, works better than calling deluge-console over and over using deluge-client package. deluge-client (https://github.com/JohnDoee/deluge-client) pip3 install deluge-client #!/usr/bin/python3 import time,sys from deluge_client import DelugeRPCClient tID = sys.argv[1] dHost = "127.0....
by Brightspark
Sun Dec 15, 2019 7:14 am
Forum: Plugins
Topic: AddTorrentCheck
Replies: 22
Views: 83392

Re: AddTorrentCheck

Just wanted to add my little (probably messy) python script that i use with the Execute plugin with the Torrent Added option. Make sure you chmod +x the file for it to work. I have not tested this on windows but can't see anything in the code that would make me think it wouldn't be compatible. #!/us...