rtorrent-cleaner offers you a fast way to compare all the files in your download directory and all the torrents currently managed by your rtorrent instance.
rtorrent-cleaner uses ruTorrent RPC API.
- Download rtorrent-cleaner-X.Y.Z (where X.Y.Z are replace by the version number)
- Copy the rtorrent-cleaner-X.Y.Z anywhere in your path
rtorrent-cleaner -ruTorrent=https://rtorrent.mydomain.com/ -dir=/home/user/download
rtorrent-cleaner -ruTorrent=https://rtorrent.mydomain.com/ -dir=/home/user/download -no-check-certificate
rtorrent-cleaner -ruTorrent=https://rtorrent.mydomain.com/ -dir=/home/user/download -absolute-path
rtorrent-cleaner -version
- clone repo
git clone https://github.com/kuroidoruido/rtorrent-cleaner.git
- download dependencies
make install
- compile
make compile
- edit RUN_ARGS variable at start of the Makefile to match your installation
- run
make run