On 09/26/2018 12:20 PM, Marcin Skarbek wrote:
rtorrent can be managed via XML RPC [1]. There are some python implementations [2] so with some effort that should allow automation of seeding.
- https://github.com/rakshasa/rtorrent/wiki/RPC-Setup-XMLRPC
- https://pypi.org/project/rtorrent-python/
Marcin
Nice thought. Turns out they also added a daemon mode (no ui) in the latest release along with a way to make it use inotify to watch a dir and just load and seed anything that gets dropped in there.
So, this might work for us... will need to investigate.
kevin