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
- Removing downloads that are stalled (remove_stalled)
65
65
- Removing downloads belonging to movies/series/albums etc. that have been marked as "unmonitored" (remove_unmonitored)
66
66
- Periodically searching for better content on movies/series/albums etc. where cutoff has not been reached yet (search_cutoff_unmet_content)
67
-
-Periodcially searching for missing content that has not yet been found (search_missing_content)
67
+
-Periodically searching for missing content that has not yet been found (search_missing_content)
68
68
69
69
70
70
Key behaviors:
@@ -91,7 +91,7 @@ How to run this:
91
91
- The feature that distinguishes private and private trackers (private_tracker_handling, public_tracker_handling) does not work
92
92
- Removal of bad files and <100% availability (remove_bad_files) does not work
93
93
- If you see strange errors such as "found 10 / 3 times", consider turning on the setting "Reject Blocklisted Torrent Hashes While Grabbing". On nightly Radarr/Sonarr/Readarr/Lidarr/Whisparr, the option is located under settings/indexers in the advanced options of each indexer, on Prowlarr it is under settings/apps and then the advanced settings of the respective app
94
-
- If you use qBittorrent and none of your torrents get removed and the verbose logs tell that all torrents are protected by the protected_tag even if they are not, you may be using a qBittorrent version that has problems with API calls and you may want to consider switching to a different qBit image (see https://github.com/ManiMatter/decluttarr/issues/56)
94
+
- If you use qBittorrent and none of your torrents get removed and the verbose logs tell that all torrents are protected by the protected_tag even if they are not, you may be using a qBittorrent version that has problems with API calls, and you may want to consider switching to a different qBit image (see https://github.com/ManiMatter/decluttarr/issues/56)
95
95
- Currently, “\*Arr” apps are only supported in English. Refer to issue https://github.com/ManiMatter/decluttarr/issues/132 for more details
96
96
- If you experience yaml issues, please check the closed issues. There are different notations, and it may very well be that the issue you found has already been solved in one of the issues. Once you figured your problem, feel free to post your yaml to help others here: https://github.com/ManiMatter/decluttarr/issues/173
97
97
@@ -125,13 +125,13 @@ jobs:
125
125
### Running in docker
126
126
127
127
In docker, there are two ways how you can run decluttarr.
128
-
The [recommendeded approach](#docker-docker-compose-together-with-configyaml) is to use a config.yaml file (similar to running the script [locally](#running-locally)).
128
+
The [recommended approach](#docker-docker-compose-together-with-configyaml) is to use a config.yaml file (similar to running the script [locally](#running-locally)).
129
129
Alternatively, you can put all settings [directly in your docker-compose](#docker-specifying-all-settings-in-docker-compose), which may bloat it a bit.
130
130
131
131
132
132
#### Docker: Docker-compose together with Config.yaml
133
133
1. Use the following input for your `docker-compose.yml`
134
-
2. Download the config_example.yaml from the config folder (on github) and put it into your mounted folder
134
+
2. Download the config_example.yaml from the config folder (on GitHub) and put it into your mounted folder
135
135
3. Rename it to config.yaml and adjust the settings to your needs
136
136
4. Run `docker-compose up -d` in the directory where the file is located to create the docker container
137
137
@@ -162,7 +162,7 @@ If you want to have everything in docker compose:
162
162
1. Use the following input for your `docker-compose.yml`
163
163
2. Tweak the settings to your needs
164
164
3. Remove the things that are commented out (if you don't need them), or uncomment them
165
-
4. If you face problems with yaml formats etc, please first check the open and closed issues on github, before opening new ones
165
+
4. If you face problems with yaml formats etc., please first check the open and closed issues on GitHub, before opening new ones
166
166
5. Run `docker-compose up -d` in the directory where the file is located to create the docker container
167
167
168
168
Note: Always pull the "**latest**" version. The "dev" version is for testing only, and should only be pulled when contributing code or supporting with bug fixes
@@ -207,7 +207,7 @@ services:
207
207
SEARCH_MISSING_CONTENT: True
208
208
209
209
# # --- OR: Jobs (with job-specific settings) ---
210
-
# Alternatively, you can use the below notation, which for certain jobs allows you to set additioanl parameters
210
+
# Alternatively, you can use the below notation, which for certain jobs allows you to set additional parameters
211
211
# As written above, these can also be set as Job Defaults so you don't have to specify them as granular as below.
212
212
# REMOVE_BAD_FILES: |
213
213
# keep_archives: True
@@ -314,14 +314,14 @@ Configures the general behavior of the application (across all features)
314
314
- Allows you to configure download client names that will be skipped by decluttarr
315
315
Note: The names provided here have to 100% match with how you have named your download clients in your *arr application(s)
316
316
- Type: List of strings
317
-
- Is Mandatory: No (Defaults to [], ie. nothing ignored])
317
+
- Is Mandatory: No (Defaults to [], i.e. nothing ignored])
- Defines what happens with private/public tracker torrents if they are flagged by a removal job
322
322
- Note that this only works for qbittorrent currently (if you set up qbittorrent in your config)
323
323
- "remove" means that torrents are removed (default behavior)
324
-
- "skip" means they are disregarded (which some users might find handy to protect their private trackers prematurely, ie., before their seed targets are met)
324
+
- "skip" means they are disregarded (which some users might find handy to protect their private trackers prematurely, i.e., before their seed targets are met)
325
325
- "obsolete_tag" means that rather than being removed, the torrents are tagged. This allows other applications (such as [qbit_manage](https://github.com/StuffAnThings/qbit_manage) to monitor them and remove them once seed targets are fulfilled)
326
326
- Type: String
327
327
- Permissible Values: remove, skip, obsolete_tag
@@ -372,10 +372,10 @@ If a job has the same settings configured on job-level, the job-level settings w
372
372
#### MAX_CONCURRENT_SEARCHES
373
373
374
374
- Only relevant together with search_unmet_cutoff_content and search_missing_content
375
-
- Specified how many ites concurrently on a single arr should be search for in a given iteration
375
+
- Specified how many ites concurrently on a single arr should be searched for in a given iteration
376
376
- Each arr counts separately
377
377
- Example: If your wanted-list has 100 entries, and you define "3" as your number, after roughly 30 searches you'll have all items on your list searched for.
378
-
- Since the timer-setting steer how often the jobs run, if you put 10minutes there, after one hour you'll have run 6x, and thus already processed 18 searches. Long story short: No need to put a very high number here (else you'll just create unecessary traffic on your end..).
378
+
- Since the timer-setting steer how often the jobs run, if you put 10minutes there, after one hour you'll have run 6x, and thus already processed 18 searches. Long story short: No need to put a very high number here (else you'll just create unnecessary traffic on your end.).
379
379
- Type: Integer
380
380
- Permissible Values: Any number
381
381
- Is Mandatory: No (Defaults to 3)
@@ -389,12 +389,12 @@ This is the interesting section. It defines which job you want decluttarr to run
389
389
- Steers whether files within torrents are marked as 'not download' if they match one of these conditions
390
390
1) They are less than 100% available
391
391
2) They are not one of the desired file types supported by the *arr apps:
392
-
3) They contain one of these words (caseinsensitive) and are smaller than 500 MB:
392
+
3) They contain one of these words (case-insensitive) and are smaller than 500 MB:
393
393
- Trailer
394
394
- Sample
395
395
396
396
- If all files of a torrent are marked as 'not download' then the torrent will be removed and blacklisted
397
-
- Note that this is only supported when qBittorrent is configured in decluttarr and it will turn on the setting 'Keep unselected files in ".unwanted" folder' in qBittorrent
397
+
- Note that this is only supported when qBittorrent is configured in decluttarr, and it will turn on the setting 'Keep unselected files in ".unwanted" folder' in qBittorrent
398
398
- Type: Boolean or Dict
399
399
- Permissible Values: True, False or keep_archives (bool)
400
400
- Is Mandatory: No (Defaults to False)
@@ -431,8 +431,8 @@ This is the interesting section. It defines which job you want decluttarr to run
431
431
- Permissible Values: True, False or max_strikes (int)
432
432
- Is Mandatory: No (Defaults to False)
433
433
- Note:
434
-
- With max_strikes you can define how many time this torrent can be caught before being removed
435
-
- Instead of configuring it here, you may also configure it as a default across all jobs or use the built-in defaults (see futher above under "Max_Strikes")
434
+
- With max_strikes you can define how many times this torrent can be caught before being removed
435
+
- Instead of configuring it here, you may also configure it as a default across all jobs or use the built-in defaults (see further above under "Max_Strikes")
436
436
437
437
#### REMOVE_MISSING_FILES
438
438
@@ -455,7 +455,7 @@ This is the interesting section. It defines which job you want decluttarr to run
455
455
456
456
- Steers whether slow downloads are removed from the queue
457
457
- Blocklisted: Yes
458
-
- Note: Does not apply to usenet downloads (since there users pay for certain speed, slowness should not occurr)
458
+
- Note: Does not apply to usenet downloads (since there users pay for certain speed, slowness should not occur)
Copy file name to clipboardExpand all lines: config/config_example.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ instances:
58
58
59
59
download_clients:
60
60
qbittorrent:
61
-
- base_url: "http://qbittorrent:8080"# You can use decluttar without qbit (not all features available, see readme).
61
+
- base_url: "http://qbittorrent:8080"# You can use decluttarr without qbit (not all features available, see readme).
62
62
# username: xxxx # (optional -> if not provided, assuming not needed)
63
63
# password: xxxx # (optional -> if not provided, assuming not needed)
64
64
# name: "qBittorrent" # (optional -> if not provided, assuming "qBittorrent". Must correspond with what is specified in your *arr as download client name)
0 commit comments