Skip to content

dantebarba/docker-autoremove-torrents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoremove-torrents image

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/

Usage

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.