aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 37431ebef177df8884a8c51c85cd24be12f59002 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# transmission-hacks

Just a bunch of scripts to automate some tasks in transmission.

# Settings

| Variable Name       	| Default / Description                                                                 	|
|---------------------	|---------------------------------------------------------------------------------------	|
| `CRON_LOG_LEVEL`    	|                                               `0` / Tell cron what to log about  jobs 	|
| `CRON_EXPRESSION`   	|      `*  *  *  *  *` / A cron expression to indicate how often to run **all** scripts 	|
| `TRANSMISSION_HOST` 	|                                        `localhost` / The host where transmission runs 	|
| `TRANSMISSION_PORT` 	|                                         `9091` / Port where transmission is listening 	|
| `DELETE_TAG_0_NAME` 	|                   No default. A transmission tag to match torrents and delete by age. 	|
| `DELETE_TAG_0_AGE`  	| No default. Time (`1d`, `1w`...etc) string, torrents older than that will be deleted. 	|