You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Variable | Required | Description | Default value |
143
152
|---|---|---|---|
@@ -155,11 +164,14 @@ services:
155
164
| QUEUECLEANER__STALLED_MAX_STRIKES | No | After how many strikes should a stalled download be removed<br>0 means never | 0 |
156
165
|||||
157
166
| CONTENTBLOCKER__ENABLED | No | Enable or disable the content blocker | false |
158
-
| CONTENTBLOCKER__BLACKLIST__ENABLED | Yes if content blocker is enabled and whitelist is not enabled | Enable or disable the blacklist | false |
159
-
| CONTENTBLOCKER__BLACKLIST__PATH | Yes if blacklist is enabled | Path to the blacklist (local file or url)<br>Needs to be json compatible | empty |
160
-
| CONTENTBLOCKER__WHITELIST__ENABLED | Yes if content blocker is enabled and blacklist is not enabled | Enable or disable the whitelist | false |
161
-
| CONTENTBLOCKER__WHITELIST__PATH | Yes if whitelist is enabled | Path to the whitelist (local file or url)<br>Needs to be json compatible | empty |
162
-
|||||
167
+
</details>
168
+
169
+
### Download client variables
170
+
<details>
171
+
<summary>Click here</summary>
172
+
173
+
| Variable | Required | Description | Default value |
174
+
|---|---|---|---|
163
175
| DOWNLOAD_CLIENT | No | Download client that is used by *arrs<br>Can be `qbittorrent`, `deluge` or `transmission`|`qbittorrent`|
164
176
| QBITTORRENT__URL | No | qBittorrent instance url |http://localhost:8112|
165
177
| QBITTORRENT__USERNAME | No | qBittorrent user | empty |
@@ -171,19 +183,33 @@ services:
171
183
| TRANSMISSION__URL | No | Transmission instance url |http://localhost:9091|
172
184
| TRANSMISSION__USERNAME | No | Transmission user | empty |
173
185
| TRANSMISSION__PASSWORD | No | Transmission password | empty |
174
-
|||||
186
+
</details>
187
+
188
+
### Arr variables
189
+
<details>
190
+
<summary>Click here</summary>
191
+
192
+
| Variable | Required | Description | Default value |
193
+
|---|---|---|---|
175
194
| SONARR__ENABLED | No | Enable or disable Sonarr cleanup | true |
195
+
| SONARR__BLOCK__TYPE | No | Block type<br>Can be `blacklist` or `whitelist`|`blacklist`|
196
+
| SONARR__BLOCK__PATH | No | Path to the blocklist (local file or url)<br>Needs to be json compatible | empty |
176
197
| SONARR__SEARCHTYPE | No | What to search for after removing a queue item<br>Can be `Episode`, `Season` or `Series`|`Episode`|
177
198
| SONARR__INSTANCES__0__URL | No | First Sonarr instance url |http://localhost:8989|
178
199
| SONARR__INSTANCES__0__APIKEY | No | First Sonarr instance API key | empty |
179
200
|||||
180
201
| RADARR__ENABLED | No | Enable or disable Radarr cleanup | false |
202
+
| RADARR__BLOCK__TYPE | No | Block type<br>Can be `blacklist` or `whitelist`|`blacklist`|
203
+
| RADARR__BLOCK__PATH | No | Path to the blocklist (local file or url)<br>Needs to be json compatible | empty |
181
204
| RADARR__INSTANCES__0__URL | No | First Radarr instance url |http://localhost:8989|
182
205
| RADARR__INSTANCES__0__APIKEY | No | First Radarr instance API key | empty |
183
206
|||||
184
207
| LIDARR__ENABLED | No | Enable or disable LIDARR cleanup | false |
208
+
| LIDARR__BLOCK__TYPE | No | Block type<br>Can be `blacklist` or `whitelist`|`blacklist`|
209
+
| LIDARR__BLOCK__PATH | No | Path to the blocklist (local file or url)<br>Needs to be json compatible | empty |
185
210
| LIDARR__INSTANCES__0__URL | No | First LIDARR instance url |http://localhost:8989|
186
211
| LIDARR__INSTANCES__0__APIKEY | No | First LIDARR instance API key | empty |
212
+
</details>
187
213
188
214
#
189
215
### To be noted
@@ -198,12 +224,12 @@ example* // file name starts with "example"
198
224
example // file name is exactly the word "example"
199
225
regex:<ANY_REGEX> // regex that needs to be marked at the start of the line with "regex:"
200
226
```
201
-
1. Multiple Sonarr/Radarr/Lidarr instances can be specified using this format, where `<NUMBER>` starts from 0:
227
+
4. Multiple Sonarr/Radarr/Lidarr instances can be specified using this format, where `<NUMBER>` starts from `0`:
202
228
```
203
229
SONARR__INSTANCES__<NUMBER>__URL
204
230
SONARR__INSTANCES__<NUMBER>__APIKEY
205
231
```
206
-
232
+
5.[This blacklist](https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/blacklist) and [this whitelist](https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/whitelist) can be used for Sonarr and Radarr, but they are not suitable for other *arrs.
0 commit comments