Image for the PyPi module autoremove-torrents.
This program can help you to remove your torrents. Now you don’t need to worry about your disk space - according to your strategies, the program will check each torrent if it satisfies the remove condition; If so, delete it automatically.
This program supports qBittorrent/Transmission/μTorrent.
https://pypi.org/project/autoremove-torrents/
docker run dantebarba/autoremove-torrents:latest -v /path/to/config.yml:/app/config.yml -e OPTS=customoptions
OPTS can take the following arguments:
Arugments | Argument Abbreviations | Description |
---|---|---|
–view | -v | Run and see which torrents will be removed, but don’t really remove them. |
–conf | -c | Specify the path of the configuration file. |
–task | -t | Run a specific task only. The argument value is the task name. |
–log | -l | Sepcify the path of the log file. |
The file config.yml contains all the configuration needed to make autoremove-torrents work. Just bind the file to /app/config.yml and you are good to go.