This repository has been archived by the owner on Jul 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.example.toml
803 lines (576 loc) · 30.1 KB
/
config.example.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
# This is a config file for the qBitrr Script - Make sure to change all entries of "CHANGE_ME".
# This is a config file should be moved to "C:\Users\{User}\.config\qBitManager\config.toml".
[Settings]
# Level of logging; One of CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG, TRACE
ConsoleLevel = "NOTICE"
# Folder where your completed downloads are put into. Can be found in qBitTorrent -> Options -> Downloads -> Default Save Path
CompletedDownloadFolder = "CHANGE_ME"
# Time to sleep for if there is no internet (in seconds: 600 = 10 Minutes)
NoInternetSleepTimer = 15
# Time to sleep between reprocessing torrents (in seconds: 600 = 10 Minutes)
LoopSleepTimer = 5
# Add torrents to this category to mark them as failed
FailedCategory = "failed"
# Add torrents to this category to trigger them to be rechecked properly
RecheckCategory = "recheck"
# Ignore Torrents which are younger than this value (in seconds: 600 = 10 Minutes)
# Only applicable to Re-check and failed categories
IgnoreTorrentsYoungerThan = 180
# URL to be pinged to check if you have a valid internet connection
# These will be pinged a **LOT** make sure the service is okay with you sending all the continuous pings.
PingURLS = ["one.one.one.one", "dns.google.com"]
# FFprobe auto updates, binaries are downloaded from https://ffbinaries.com/downloads
# If this is disabled and you want ffprobe to work
# Ensure that you add the binary for your platform into ~/.config/qBitManager i.e "C:\Users\{User}\.config\qBitManager\ffprobe.exe"
# If no `ffprobe` binary is found in the folder above all ffprobe functionality will be disabled.
# By default this will always be on even if config does not have these key - to disable you need to explicitly set it to `False`
FFprobeAutoUpdate = true
[QBit]
## If this is enable qBitrr can run in a headless mode where it will only process searches.
# If media search is enabled in their individual categories
# This is useful if you use for example Sabnzbd for downloading content but still want the faster media searches provided by qbit
Disabled = false
# Qbit WebUI URL - Can be found in Options > Web UI (called "IP Address")
Host = "localhost"
# Qbit WebUI Port - Can be found in Options > Web UI (called "Port" on top right corner of the window)
Port = 8105
# Qbit WebUI Authentication - Can be found in Options > Web UI > Authentication
UserName = "CHANGE_ME"
# If you set "Bypass authentication on localhost or whitelisted IPs" remove this field.
Password = "CHANGE_ME"
[Sonarr-TV]
# Toggle whether to manage the Servarr instance torrents.
Managed = true
# The URL used to access Servarr interface (if you use a domain enter the domain without a port)
URI = "CHANGE_ME"
# The Servarr API Key, Can be found it Settings > General > Security
APIKey = "CHANGE_ME"
# Category applied by Servarr to torrents in qBitTorrent, can be found in Settings > Download Clients > qBit > Category
Category = "sonarr-tv"
# Toggle whether to send a query to Servarr to search any failed torrents
ReSearch = true
# The Servarr's Import Mode(one of Move, Copy or Hardlink)
importMode = "Move"
# Timer to call RSSSync (In minutes) - Set to 0 to disable
RssSyncTimer = 0
# Timer to call RefreshDownloads tp update the queue. (In minutes) - Set to 0 to disable
RefreshDownloadsTimer = 0
# Error messages shown my the Arr instance which should be considered failures.
# This entry should be a list, leave it empty if you want to disable this error handling.
# If enabled qBitrr will remove the failed files and tell the Arr instance the download failed
ArrErrorCodesToBlocklist = ["Not an upgrade for existing episode file(s)", "Not a preferred word upgrade for existing episode file(s)", "Unable to determine if file is a sample"]
[Sonarr-TV.EntrySearch]
# All these settings depends on SearchMissing being True and access to the Servarr database file.
# Should search for Missing files?
SearchMissing = false
# Should search for specials episodes? (Season 00)
AlsoSearchSpecials = false
# Maximum allowed Searches at any one points (I wouldn't recommend settings this too high)
# Sonarr has a hardcoded cap of 3 simultaneous tasks
SearchLimit = 5
# Servarr Datapath file path
# This is required for any of the search functionality to work
# The only exception for this is the "ReSearch" setting as that is done via an API call.
DatabaseFile = "CHANGE_ME/sonarr.db"
# It will order searches by the year the EPISODE was first aired
SearchByYear = true
# First year to search; Remove this field to set it to the current year.
StartYear = 2021
# Last Year to Search
LastYear = 1990
# Reverse search order (Start searching in "LastYear" and finish in "StartYear")
SearchInReverse = false
# Delay between request searches in seconds
SearchRequestsEvery = 1800
# Search movies which already have a file in the database in hopes of finding a better quality version.
DoUpgradeSearch = false
# Do a quality unmet search for existing entries.
QualityUnmetSearch = false
# Once you have search all files on your specified year range restart the loop and search again.
SearchAgainOnSearchCompletion = false
# Search by series instead of by episode
SearchBySeries = true
# Prioritize Today's releases (Similar effect as RSS Sync, where it searches today's release episodes first, only works on Sonarr).
PrioritizeTodaysReleases = true
[Sonarr-TV.EntrySearch.Ombi]
# Search Ombi for pending requests (Will only work if 'SearchMissing' is enabled.)
SearchOmbiRequests = false
# Ombi URI (Note that this has to be the instance of Ombi which manage the Arr instance request (If you have multiple Ombi instances)
OmbiURI = "http://localhost:5000"
# Ombi's API Key
OmbiAPIKey = "CHANGE_ME"
# Only process approved requests
ApprovedOnly = true
[Sonarr-TV.EntrySearch.Overseerr]
# Search Overseerr for pending requests (Will only work if 'SearchMissing' is enabled.)
# If this and Ombi are both enable, Ombi will be ignored
SearchOverseerrRequests = false
# Overseerr's URI
OverseerrURI = "http://localhost:5055"
# Overseerr's API Key
OverseerrAPIKey = "CHANGE_ME"
# Only process approved requests
ApprovedOnly = true
[Sonarr-TV.Torrent]
# Set it to regex matches to respect/ignore case.
CaseSensitiveMatches = false
# These regex values will match any folder where the full name matches the specified values here, comma separated strings.
# These regex need to be escaped, that's why you see so many backslashes.
FolderExclusionRegex = ["\\bextras?\\b", "\\bfeaturettes?\\b", "\\bsamples?\\b", "\\bscreens?\\b", "\\bspecials?\\b", "\\bova\\b", "\\bnc(ed|op)?(\\\\d+)?\\b"]
# These regex values will match any folder where the full name matches the specified values here, comma separated strings.
# These regex need to be escaped, that's why you see so many backslashes.
FileNameExclusionRegex = ["\\bncop\\\\d+?\\b", "\\bnced\\\\d+?\\b", "\\bsample\\b", "brarbg.com\\b", "\\btrailer\\b", "music video", "comandotorrents.com"]
# Only files with these extensions will be allowed to be downloaded, comma separated strings.
FileExtensionAllowlist = [".mp4", ".mkv", ".sub", ".ass", ".srt", ".!qB", ".parts"]
# Auto delete files that can't be playable (i.e .exe, .png)
AutoDelete = false
# Ignore Torrents which are younger than this value (in seconds: 600 = 10 Minutes)
IgnoreTorrentsYoungerThan = 180
# Maximum allowed remaining ETA for torrent completion (in seconds: 3600 = 1 Hour)
# Note that if you set the MaximumETA on a tracker basis that value is favoured over this value
MaximumETA = 18000
# Do not delete torrents with higher completion percentage than this setting (0.5 = 50%, 1.0 = 100%)
MaximumDeletablePercentage = 0.99
# Ignore slow torrents.
DoNotRemoveSlow = false
Trackers = []
[Sonarr-TV.Torrent.SeedingMode]
# Set the maximum allowed download rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the DownloadRateLimit on a tracker basis that value is favoured over this value
DownloadRateLimitPerTorrent = -1
# Set the maximum allowed upload rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the UploadRateLimit on a tracker basis that value is favoured over this value
UploadRateLimitPerTorrent = -1
# Set the maximum allowed download rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the MaxUploadRatio on a tracker basis that value is favoured over this value
MaxUploadRatio = -1
# Set the maximum allowed download rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the MaxSeedingTime on a tracker basis that value is favoured over this value
MaxSeedingTime = -1
# Set the Maximum allowed download rate for torrents
RemoveDeadTrackers = false
# If "RemoveDeadTrackers" is set to true then remove trackers with the following messages
RemoveTrackerWithMessage = ["skipping tracker announce (unreachable)", "No such host is known", "unsupported URL protocol", "info hash is not authorized with this tracker"]
# You can have multiple trackers set here or none just add more subsections.
[Sonarr-Anime]
# Toggle whether to manage the Servarr instance torrents.
Managed = true
# The URL used to access Servarr interface (if you use a domain enter the domain without a port)
URI = "CHANGE_ME"
# The Servarr API Key, Can be found it Settings > General > Security
APIKey = "CHANGE_ME"
# Category applied by Servarr to torrents in qBitTorrent, can be found in Settings > Download Clients > qBit > Category
Category = "sonarr-anime"
# Toggle whether to send a query to Servarr to search any failed torrents
ReSearch = true
# The Servarr's Import Mode(one of Move, Copy or Hardlink)
importMode = "Move"
# Timer to call RSSSync (In minutes) - Set to 0 to disable
RssSyncTimer = 0
# Timer to call RefreshDownloads tp update the queue. (In minutes) - Set to 0 to disable
RefreshDownloadsTimer = 0
# Error messages shown my the Arr instance which should be considered failures.
# This entry should be a list, leave it empty if you want to disable this error handling.
# If enabled qBitrr will remove the failed files and tell the Arr instance the download failed
ArrErrorCodesToBlocklist = ["Not an upgrade for existing movie file(s)", "Not a preferred word upgrade for existing movie file(s)", "Unable to determine if file is a sample"]
[Sonarr-Anime.EntrySearch]
# All these settings depends on SearchMissing being True and access to the Servarr database file.
# Should search for Missing files?
SearchMissing = false
# Should search for specials episodes? (Season 00)
AlsoSearchSpecials = false
# Maximum allowed Searches at any one points (I wouldn't recommend settings this too high)
# Sonarr has a hardcoded cap of 3 simultaneous tasks
SearchLimit = 5
# Servarr Datapath file path
# This is required for any of the search functionality to work
# The only exception for this is the "ReSearch" setting as that is done via an API call.
DatabaseFile = "CHANGE_ME/sonarr.db"
# It will order searches by the year the EPISODE was first aired
SearchByYear = true
# First year to search; Remove this field to set it to the current year.
StartYear = 2021
# Last Year to Search
LastYear = 1990
# Reverse search order (Start searching in "LastYear" and finish in "StartYear")
SearchInReverse = false
# Delay between request searches in seconds
SearchRequestsEvery = 1800
# Search movies which already have a file in the database in hopes of finding a better quality version.
DoUpgradeSearch = false
# Do a quality unmet search for existing entries.
QualityUnmetSearch = false
# Once you have search all files on your specified year range restart the loop and search again.
SearchAgainOnSearchCompletion = false
# Search by series instead of by episode
SearchBySeries = true
# Prioritize Today's releases (Similar effect as RSS Sync, where it searches today's release episodes first, only works on Sonarr).
PrioritizeTodaysReleases = true
[Sonarr-Anime.EntrySearch.Ombi]
# Search Ombi for pending requests (Will only work if 'SearchMissing' is enabled.)
SearchOmbiRequests = false
# Ombi URI (Note that this has to be the instance of Ombi which manage the Arr instance request (If you have multiple Ombi instances)
OmbiURI = "http://localhost:5000"
# Ombi's API Key
OmbiAPIKey = "CHANGE_ME"
# Only process approved requests
ApprovedOnly = true
[Sonarr-Anime.EntrySearch.Overseerr]
# Search Overseerr for pending requests (Will only work if 'SearchMissing' is enabled.)
# If this and Ombi are both enable, Ombi will be ignored
SearchOverseerrRequests = false
# Overseerr's URI
OverseerrURI = "http://localhost:5055"
# Overseerr's API Key
OverseerrAPIKey = "CHANGE_ME"
# Only process approved requests
ApprovedOnly = true
[Sonarr-Anime.Torrent]
# Set it to regex matches to respect/ignore case.
CaseSensitiveMatches = false
# These regex values will match any folder where the full name matches the specified values here, comma separated strings.
# These regex need to be escaped, that's why you see so many backslashes.
FolderExclusionRegex = ["\\bextras?\\b", "\\bfeaturettes?\\b", "\\bsamples?\\b", "\\bscreens?\\b", "\\bnc(ed|op)?(\\\\d+)?\\b"]
# These regex values will match any folder where the full name matches the specified values here, comma separated strings.
# These regex need to be escaped, that's why you see so many backslashes.
FileNameExclusionRegex = ["\\bncop\\\\d+?\\b", "\\bnced\\\\d+?\\b", "\\bsample\\b", "brarbg.com\\b", "\\btrailer\\b", "music video", "comandotorrents.com"]
# Only files with these extensions will be allowed to be downloaded, comma separated strings.
FileExtensionAllowlist = [".mp4", ".mkv", ".sub", ".ass", ".srt", ".!qB", ".parts"]
# Auto delete files that can't be playable (i.e .exe, .png)
AutoDelete = false
# Ignore Torrents which are younger than this value (in seconds: 600 = 10 Minutes)
IgnoreTorrentsYoungerThan = 180
# Maximum allowed remaining ETA for torrent completion (in seconds: 3600 = 1 Hour)
# Note that if you set the MaximumETA on a tracker basis that value is favoured over this value
MaximumETA = 18000
# Do not delete torrents with higher completion percentage than this setting (0.5 = 50%, 1.0 = 100%)
MaximumDeletablePercentage = 0.99
# Ignore slow torrents.
DoNotRemoveSlow = false
[Sonarr-Anime.Torrent.SeedingMode]
# Set the maximum allowed download rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the DownloadRateLimit on a tracker basis that value is favoured over this value
DownloadRateLimitPerTorrent = -1
# Set the maximum allowed upload rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the UploadRateLimit on a tracker basis that value is favoured over this value
UploadRateLimitPerTorrent = -1
# Set the maximum allowed download rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the MaxUploadRatio on a tracker basis that value is favoured over this value
MaxUploadRatio = -1
# Set the maximum allowed download rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the MaxSeedingTime on a tracker basis that value is favoured over this value
MaxSeedingTime = -1
# Set the Maximum allowed download rate for torrents
RemoveDeadTrackers = false
# If "RemoveDeadTrackers" is set to true then remove trackers with the following messages
RemoveTrackerWithMessage = ["skipping tracker announce (unreachable)", "No such host is known", "unsupported URL protocol", "info hash is not authorized with this tracker"]
# You can have multiple trackers set here or none just add more subsections.
[[Sonarr-Anime.Torrent.Trackers]]
Name = "Nyaa"
Priority = 10
URI = "http://nyaa.tracker.wf:7777/announce"
MaximumETA = 18000
# For all Rates 0 disables the feature, -1 sets it to no limits
DownloadRateLimit = -1
UploadRateLimit = -1
MaxUploadRatio = -1
MaxSeedingTime = -1
AddTrackerIfMissing = false
RemoveIfExists = false
SuperSeedMode = false
AddTags = ["qbitrr-anime"]
[Radarr-1080]
# Toggle whether to manage the Servarr instance torrents.
Managed = true
# The URL used to access Servarr interface (if you use a domain enter the domain without a port)
URI = "CHANGE_ME"
# The Servarr API Key, Can be found it Settings > General > Security
APIKey = "CHANGE_ME"
# Category applied by Servarr to torrents in qBitTorrent, can be found in Settings > Download Clients > qBit > Category
Category = "radarr-1080"
# Toggle whether to send a query to Servarr to search any failed torrents
ReSearch = true
# The Servarr's Import Mode(one of Move, Copy or Hardlink)
importMode = "Move"
# Timer to call RSSSync (In minutes) - Set to 0 to disable
RssSyncTimer = 0
# Timer to call RefreshDownloads tp update the queue. (In minutes) - Set to 0 to disable
RefreshDownloadsTimer = 0
# Error messages shown my the Arr instance which should be considered failures.
# This entry should be a list, leave it empty if you want to disable this error handling.
# If enabled qBitrr will remove the failed files and tell the Arr instance the download failed
ArrErrorCodesToBlocklist = ["Not an upgrade for existing movie file(s)", "Not a preferred word upgrade for existing movie file(s)", "Unable to determine if file is a sample"]
[Radarr-1080.EntrySearch]
# All these settings depends on SearchMissing being True and access to the Servarr database file.
# Should search for Missing files?
SearchMissing = false
# Should search for specials episodes? (Season 00)
AlsoSearchSpecials = false
# Maximum allowed Searches at any one points (I wouldn't recommend settings this too high)
# Radarr has a default of 3 simultaneous tasks, which can be increased up to 10 tasks
# If you set the environment variable of "THREAD_LIMIT" to a number between and including 2-10
# Radarr devs have stated that this is an unsupported feature so you will not get any support for doing so from them.
# That being said I've been daily driving 10 simultaneous tasks for quite a while now with no issues.
SearchLimit = 5
# Servarr Datapath file path
# This is required for any of the search functionality to work
# The only exception for this is the "ReSearch" setting as that is done via an API call.
DatabaseFile = "CHANGE_ME/radarr.db"
# It will order searches by the year the EPISODE was first aired
SearchByYear = true
# First year to search; Remove this field to set it to the current year.
StartYear = 2021
# Last Year to Search
LastYear = 1990
# Reverse search order (Start searching in "LastYear" and finish in "StartYear")
SearchInReverse = false
# Delay between request searches in seconds
SearchRequestsEvery = 1800
# Search movies which already have a file in the database in hopes of finding a better quality version.
DoUpgradeSearch = false
# Do a quality unmet search for existing entries.
QualityUnmetSearch = false
# Once you have search all files on your specified year range restart the loop and search again.
SearchAgainOnSearchCompletion = false
[Radarr-1080.EntrySearch.Ombi]
# Search Ombi for pending requests (Will only work if 'SearchMissing' is enabled.)
SearchOmbiRequests = false
# Ombi URI (Note that this has to be the instance of Ombi which manage the Arr instance request (If you have multiple Ombi instances)
OmbiURI = "http://localhost:5000"
# Ombi's API Key
OmbiAPIKey = "CHANGE_ME"
# Only process approved requests
ApprovedOnly = true
[Radarr-1080.EntrySearch.Overseerr]
# Search Overseerr for pending requests (Will only work if 'SearchMissing' is enabled.)
# If this and Ombi are both enable, Ombi will be ignored
SearchOverseerrRequests = false
# Overseerr's URI
OverseerrURI = "http://localhost:5055"
# Overseerr's API Key
OverseerrAPIKey = "CHANGE_ME"
# Only process approved requests
ApprovedOnly = true
[Radarr-1080.Torrent]
# Set it to regex matches to respect/ignore case.
CaseSensitiveMatches = false
# These regex values will match any folder where the full name matches the specified values here, comma separated strings.
# These regex need to be escaped, that's why you see so many backslashes.
FolderExclusionRegex = ["\\bextras?\\b", "\\bfeaturettes?\\b", "\\bsamples?\\b", "\\bscreens?\\b", "\\bspecials?\\b", "\\bova\\b", "\\bnc(ed|op)?(\\\\d+)?\\b"]
# These regex values will match any folder where the full name matches the specified values here, comma separated strings.
# These regex need to be escaped, that's why you see so many backslashes.
FileNameExclusionRegex = ["\\bncop\\\\d+?\\b", "\\bnced\\\\d+?\\b", "\\bsample\\b", "brarbg.com\\b", "\\btrailer\\b", "music video", "comandotorrents.com"]
# Only files with these extensions will be allowed to be downloaded, comma separated strings.
FileExtensionAllowlist = [".mp4", ".mkv", ".sub", ".ass", ".srt", ".!qB", ".parts"]
# Auto delete files that can't be playable (i.e .exe, .png)
AutoDelete = false
# Ignore Torrents which are younger than this value (in seconds: 600 = 10 Minutes)
IgnoreTorrentsYoungerThan = 180
# Maximum allowed remaining ETA for torrent completion (in seconds: 3600 = 1 Hour)
# Note that if you set the MaximumETA on a tracker basis that value is favoured over this value
MaximumETA = 18000
# Do not delete torrents with higher completion percentage than this setting (0.5 = 50%, 1.0 = 100%)
MaximumDeletablePercentage = 0.99
# Ignore slow torrents.
DoNotRemoveSlow = false
[Radarr-1080.Torrent.SeedingMode]
# Set the maximum allowed download rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the DownloadRateLimit on a tracker basis that value is favoured over this value
DownloadRateLimitPerTorrent = -1
# Set the maximum allowed upload rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the UploadRateLimit on a tracker basis that value is favoured over this value
UploadRateLimitPerTorrent = -1
# Set the maximum allowed download rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the MaxUploadRatio on a tracker basis that value is favoured over this value
MaxUploadRatio = -1
# Set the maximum allowed download rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the MaxSeedingTime on a tracker basis that value is favoured over this value
MaxSeedingTime = -1
# Set the Maximum allowed download rate for torrents
RemoveDeadTrackers = false
# If "RemoveDeadTrackers" is set to true then remove trackers with the following messages
RemoveTrackerWithMessage = ["skipping tracker announce (unreachable)", "No such host is known", "unsupported URL protocol", "info hash is not authorized with this tracker"]
# You can have multiple trackers set here or none just add more subsections.
[[Radarr-1080.Torrent.Trackers]]
Name = "Rarbg-2810"
Priority = 1
URI = "udp://9.rarbg.com:2810/announce"
MaximumETA = 18000
# For all Rates 0 disables the feature, -1 sets it to no limits
DownloadRateLimit = -1
UploadRateLimit = -1
MaxUploadRatio = -1
MaxSeedingTime = -1
AddTrackerIfMissing = false
RemoveIfExists = false
SuperSeedMode = false
AddTags = ["qbitrr-Rarbg", "Movies and TV"]
[[Radarr-1080.Torrent.Trackers]]
Name = "Rarbg-2740"
Priority = 2
URI = "udp://9.rarbg.to:2740/announce"
MaximumETA = 18000
# For all Rates 0 disables the feature, -1 sets it to no limits
DownloadRateLimit = -1
UploadRateLimit = -1
MaxUploadRatio = -1
MaxSeedingTime = -1
AddTrackerIfMissing = false
RemoveIfExists = false
SuperSeedMode = false
[Radarr-4K]
# Toggle whether to manage the Servarr instance torrents.
Managed = true
# The URL used to access Servarr interface (if you use a domain enter the domain without a port)
URI = "CHANGE_ME"
# The Servarr API Key, Can be found it Settings > General > Security
APIKey = "CHANGE_ME"
# Category applied by Servarr to torrents in qBitTorrent, can be found in Settings > Download Clients > qBit > Category
Category = "radarr-4k"
# Toggle whether to send a query to Servarr to search any failed torrents
ReSearch = true
# The Servarr's Import Mode(one of Move, Copy or Hardlink)
importMode = "Move"
# Timer to call RSSSync (In minutes) - Set to 0 to disable
RssSyncTimer = 0
# Timer to call RefreshDownloads tp update the queue. (In minutes) - Set to 0 to disable
RefreshDownloadsTimer = 0
# Error messages shown my the Arr instance which should be considered failures.
# This entry should be a list, leave it empty if you want to disable this error handling.
# If enabled qBitrr will remove the failed files and tell the Arr instance the download failed
ArrErrorCodesToBlocklist = ["Not an upgrade for existing movie file(s)", "Not a preferred word upgrade for existing movie file(s)", "Unable to determine if file is a sample"]
[Radarr-4K.EntrySearch]
# All these settings depends on SearchMissing being True and access to the Servarr database file.
# Should search for Missing files?
SearchMissing = false
# Should search for specials episodes? (Season 00)
AlsoSearchSpecials = false
# Maximum allowed Searches at any one points (I wouldn't recommend settings this too high)
# Radarr has a default of 3 simultaneous tasks, which can be increased up to 10 tasks
# If you set the environment variable of "THREAD_LIMIT" to a number between and including 2-10
# Radarr devs have stated that this is an unsupported feature so you will not get any support for doing so from them.
# That being said I've been daily driving 10 simultaneous tasks for quite a while now with no issues.
SearchLimit = 5
# Servarr Datapath file path
# This is required for any of the search functionality to work
# The only exception for this is the "ReSearch" setting as that is done via an API call.
DatabaseFile = "CHANGE_ME/radarr.db"
# It will order searches by the year the EPISODE was first aired
SearchByYear = true
# First year to search; Remove this field to set it to the current year.
StartYear = 2021
# Last Year to Search
LastYear = 1990
# Reverse search order (Start searching in "LastYear" and finish in "StartYear")
SearchInReverse = false
# Delay between request searches in seconds
SearchRequestsEvery = 1800
# Search movies which already have a file in the database in hopes of finding a better quality version.
DoUpgradeSearch = false
# Do a quality unmet search for existing entries.
QualityUnmetSearch = false
# Once you have search all files on your specified year range restart the loop and search again.
SearchAgainOnSearchCompletion = false
[Radarr-4K.EntrySearch.Ombi]
# Search Ombi for pending requests (Will only work if 'SearchMissing' is enabled.)
SearchOmbiRequests = false
# Ombi URI (Note that this has to be the instance of Ombi which manage the Arr instance request (If you have multiple Ombi instances)
OmbiURI = "http://localhost:5000"
# Ombi's API Key
OmbiAPIKey = "CHANGE_ME"
# Only process approved requests
ApprovedOnly = true
[Radarr-4K.EntrySearch.Overseerr]
# Search Overseerr for pending requests (Will only work if 'SearchMissing' is enabled.)
# If this and Ombi are both enable, Ombi will be ignored
SearchOverseerrRequests = false
# Overseerr's URI
OverseerrURI = "http://localhost:5055"
# Overseerr's API Key
OverseerrAPIKey = "CHANGE_ME"
# Only process approved requests
ApprovedOnly = true
[Radarr-4K.Torrent]
# Set it to regex matches to respect/ignore case.
CaseSensitiveMatches = false
# These regex values will match any folder where the full name matches the specified values here, comma separated strings.
# These regex need to be escaped, that's why you see so many backslashes.
FolderExclusionRegex = ["\\bextras?\\b", "\\bfeaturettes?\\b", "\\bsamples?\\b", "\\bscreens?\\b", "\\bspecials?\\b", "\\bova\\b", "\\bnc(ed|op)?(\\\\d+)?\\b"]
# These regex values will match any folder where the full name matches the specified values here, comma separated strings.
# These regex need to be escaped, that's why you see so many backslashes.
FileNameExclusionRegex = ["\\bncop\\\\d+?\\b", "\\bnced\\\\d+?\\b", "\\bsample\\b", "brarbg.com\\b", "\\btrailer\\b", "music video", "comandotorrents.com"]
# Only files with these extensions will be allowed to be downloaded, comma separated strings.
FileExtensionAllowlist = [".mp4", ".mkv", ".sub", ".ass", ".srt", ".!qB", ".parts"]
# Auto delete files that can't be playable (i.e .exe, .png)
AutoDelete = false
# Ignore Torrents which are younger than this value (in seconds: 600 = 10 Minutes)
IgnoreTorrentsYoungerThan = 180
# Maximum allowed remaining ETA for torrent completion (in seconds: 3600 = 1 Hour)
# Note that if you set the MaximumETA on a tracker basis that value is favoured over this value
MaximumETA = 18000
# Do not delete torrents with higher completion percentage than this setting (0.5 = 50%, 1.0 = 100%)
MaximumDeletablePercentage = 0.99
# Ignore slow torrents.
DoNotRemoveSlow = false
[Radarr-4K.Torrent.SeedingMode]
# Set the maximum allowed download rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the DownloadRateLimit on a tracker basis that value is favoured over this value
DownloadRateLimitPerTorrent = -1
# Set the maximum allowed upload rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the UploadRateLimit on a tracker basis that value is favoured over this value
UploadRateLimitPerTorrent = -1
# Set the maximum allowed download rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the MaxUploadRatio on a tracker basis that value is favoured over this value
MaxUploadRatio = -1
# Set the maximum allowed download rate for torrents
# Set this value to -1 to disabled it
# Note that if you set the MaxSeedingTime on a tracker basis that value is favoured over this value
MaxSeedingTime = -1
# Set the Maximum allowed download rate for torrents
RemoveDeadTrackers = false
# If "RemoveDeadTrackers" is set to true then remove trackers with the following messages
RemoveTrackerWithMessage = ["skipping tracker announce (unreachable)", "No such host is known", "unsupported URL protocol", "info hash is not authorized with this tracker"]
# You can have multiple trackers set here or none just add more subsections.
[[Radarr-4K.Torrent.Trackers]]
Name = "Rarbg-2810"
Priority = 1
URI = "udp://9.rarbg.com:2810/announce"
MaximumETA = 18000
# For all Rates 0 disables the feature, -1 sets it to no limits
DownloadRateLimit = -1
UploadRateLimit = -1
MaxUploadRatio = -1
MaxSeedingTime = -1
AddTrackerIfMissing = false
RemoveIfExists = false
SuperSeedMode = false
AddTags = ["qbitrr-Rarbg", "Movies and TV", "4K"]
[[Radarr-4K.Torrent.Trackers]]
Name = "Rarbg-2740"
Priority = 2
URI = "udp://9.rarbg.to:2740/announce"
MaximumETA = 18000
# For all Rates 0 disables the feature, -1 sets it to no limits
DownloadRateLimit = -1
UploadRateLimit = -1
MaxUploadRatio = -1
MaxSeedingTime = -1
AddTrackerIfMissing = false
RemoveIfExists = false
SuperSeedMode = false
AddTags = ["4K"]