I’ve been working on a small project to remote control (via ssh mostly) my qbittorrent client. It’s going well and I’ve already taken care of the basic functions I set out to create.
pause all
resume all
set default parameters to all torrents
sort priority to mirror dl_limit
shutdown client
Obviously I’ll add more.
Thought I’d stop by and ask if anyone knows of a similar project. I’d be open to sharing the code but for now just the question.
Maybe not exactly the same, but I know lots of people use this: https://github.com/StuffAnThings/qbit_manage
It relies on the qbittorrent-api PyPi library, which is feature rich.
I rely on the same library actually, I’ll check out that repo tmrw. It may be different than my project but I could use some inspiration so this is very relevant.
Thanks a lot.