This mod add a script that remove finished torrents.
Moreover use linuxserver/transmission parameters, there are some others to add remove finished torrents functionality.
-e DOCKER_MODS=tzinm/remove-finished:latest \
-e AUTOREMOVE=yes \
-e CRONDATE=monthly \
-e AUTHENABLE=yes \#optional
Parameter | Function |
---|---|
-e AUTOREMOVE=yes |
Active a script to autoremove torrents when these have finished |
-e CRONDATE=monthly |
Specify when torrents have to be removed. Options are: monthly, weekly or daily. Monthly is defined by default. |
-e AUTHENABLE=yes |
When user and pass have been defined and autoremove is enabled, this parameter has to be activated. |
*Setting -e USER=username
and -e PASS=password
is required if AUTHENABLE=yes. This parameteres are explained in the oficial linuxserver/transmission image.
For more information about DOCKER MODS: