Search found 1 match

by architek
Sun Dec 09, 2018 9:10 am
Forum: General
Topic: Script: Watch directories to trigger transmission downloads.
Replies: 0
Views: 4138

Script: Watch directories to trigger transmission downloads.

Hello,

I did a small python script to watch different directories and send torrents to transmission through rpcxml.
At the moment the script only works on Linux (using inotify blocking wait).

Configuration is simple in the form of YAML file:

rpc_server:
ip: 127.0.0.1
port: 9091
username ...