@@ -73,6 +73,7 @@ services:
73
73
- MAX_DOWNLOAD_TIME=2h # 1d, 6h, 30m, etc.. (Optional) default: 2h
74
74
- IGNORE_ABOVE_SIZE=25GB # 1TB, 1GB, 1MB, etc.. (Optional) default: 25GB
75
75
- REMOVE_FROM_CLIENT=true # Boolean (Optional) default: true
76
+ - DRY_RUN=false # Boolean (Optional) default: false
76
77
77
78
# -- (Optional)
78
79
sonarr :
@@ -88,6 +89,7 @@ services:
88
89
- MAX_DOWNLOAD_TIME=2h # 1d, 6h, 30m, etc.. (Optional) default: 2h
89
90
- IGNORE_ABOVE_SIZE=25GB # 1TB, 1GB, 1MB, etc.. (Optional) default: 25GB
90
91
- REMOVE_FROM_CLIENT=true # Boolean (Optional) default: true
92
+ - DRY_RUN=false # Boolean (Optional) default: false
91
93
` ` `
92
94
93
95
<details>
@@ -112,6 +114,7 @@ services:
112
114
- MAX_DOWNLOAD_TIME=2h # 1d, 6h, 30m, etc.. (Optional) default: 2h
113
115
- IGNORE_ABOVE_SIZE=25GB # 1TB, 1GB, 1MB, etc.. (Optional) default: 25GB
114
116
- REMOVE_FROM_CLIENT=true # Boolean (Optional) default: true
117
+ - DRY_RUN=false # Boolean (Optional) default: false
115
118
116
119
# -- (Optional)
117
120
sonarr :
@@ -127,6 +130,7 @@ services:
127
130
- MAX_DOWNLOAD_TIME=2h # 1d, 6h, 30m, etc.. (Optional) default: 2h
128
131
- IGNORE_ABOVE_SIZE=25GB # 1TB, 1GB, 1MB, etc.. (Optional) default: 25GB
129
132
- REMOVE_FROM_CLIENT=true # Boolean (Optional) default: true
133
+ - DRY_RUN=false # Boolean (Optional) default: false
130
134
131
135
# -- (Optional)
132
136
lidarr :
@@ -142,6 +146,7 @@ services:
142
146
- MAX_DOWNLOAD_TIME=2h # 1d, 6h, 30m, etc.. (Optional) default: 2h
143
147
- IGNORE_ABOVE_SIZE=25GB # 1TB, 1GB, 1MB, etc.. (Optional) default: 25GB
144
148
- REMOVE_FROM_CLIENT=true # Boolean (Optional) default: true
149
+ - DRY_RUN=false # Boolean (Optional) default: false
145
150
146
151
# -- (Optional)
147
152
readarr :
@@ -157,6 +162,7 @@ services:
157
162
- MAX_DOWNLOAD_TIME=2h # 1d, 6h, 30m, etc.. (Optional) default: 2h
158
163
- IGNORE_ABOVE_SIZE=25GB # 1TB, 1GB, 1MB, etc.. (Optional) default: 25GB
159
164
- REMOVE_FROM_CLIENT=true # Boolean (Optional) default: true
165
+ - DRY_RUN=false # Boolean (Optional) default: false
160
166
161
167
# -- (Optional)
162
168
whisparr :
@@ -172,6 +178,7 @@ services:
172
178
- MAX_DOWNLOAD_TIME=2h # 1d, 6h, 30m, etc.. (Optional) default: 2h
173
179
- IGNORE_ABOVE_SIZE=25GB # 1TB, 1GB, 1MB, etc.. (Optional) default: 25GB
174
180
- REMOVE_FROM_CLIENT=true # Boolean (Optional) default: true
181
+ - DRY_RUN=false # Boolean (Optional) default: false
175
182
` ` `
176
183
</details>
177
184
@@ -247,6 +254,7 @@ A brief rundown to shed light on a couple of things for you:
247
254
| MAX_DOWNLOAD_TIME | ` 2h ` | Maximum allowed download time before it's considered stalled. |
248
255
| IGNORE_ABOVE_SIZE | ` 25GB ` | Files larger than this size will be ignored and not monitored. |
249
256
| REMOVE_FROM_CLIENT | ` true ` | Remove from both queue and download client (default) OR ` false ` only the queue of a starr instance. |
257
+ | DRY_RUN | ` false ` | Sandbox mode; try Swaparr without it performing destructive actions on your instances. |
250
258
</details >
251
259
252
260
<details >
@@ -260,7 +268,7 @@ A brief rundown to shed light on a couple of things for you:
260
268
| ` Striked ` | Download flagged as slow or stalled; may be removed if it continues to accumulate strikes. |
261
269
| ` Removed ` | Download has been attempted to be removed from the starr instance. |
262
270
| ` Ignored ` | Download is not monitored because it falls outside the set thresholds (e.g., size or time limits). |
263
- | ` Queued ` | Download is in the queue waiting to start; will not be striked. |
271
+ | ` Queued ` | Download is in the queue within the download client waiting to start; will not be striked. |
264
272
</details >
265
273
266
274
0 commit comments