Compare commits
2 Commits
4b2fc4adab
...
20c793a190
Author | SHA1 | Date | |
---|---|---|---|
20c793a190
|
|||
8e6a960b04 |
@@ -37,9 +37,9 @@ data:
|
|||||||
recheck: true
|
recheck: true
|
||||||
cat_update: true
|
cat_update: true
|
||||||
tag_update: true
|
tag_update: true
|
||||||
rem_unregistered: true
|
rem_unregistered: false
|
||||||
tag_tracker_error: true
|
tag_tracker_error: true
|
||||||
rem_orphaned: true
|
rem_orphaned: false
|
||||||
tag_nohardlinks: false
|
tag_nohardlinks: false
|
||||||
share_limits: false
|
share_limits: false
|
||||||
skip_qb_version_check: false
|
skip_qb_version_check: false
|
||||||
@@ -85,17 +85,17 @@ data:
|
|||||||
sonarr: /mnt/store/Torrent/FINISHED/SONARR
|
sonarr: /mnt/store/Torrent/FINISHED/SONARR
|
||||||
sonarr-4k: /mnt/store/Torrent/FINISHED/SONARR4K
|
sonarr-4k: /mnt/store/Torrent/FINISHED/SONARR4K
|
||||||
sonarr-anime: /mnt/store/Torrent/FINISHED/SONARRANIME
|
sonarr-anime: /mnt/store/Torrent/FINISHED/SONARRANIME
|
||||||
-< ZIM: /mnt/store/Kiwix
|
-< ZIM: /mnt/store/Kiwix
|
||||||
-< SAVE: /mnt/store/Torrent/FINISHED/SAVE
|
-< SAVE: /mnt/store/Torrent/FINISHED/SAVE
|
||||||
-< IMPORT: /mnt/store/Torrent/FINISHED/IMPORT
|
-< IMPORT: /mnt/store/Torrent/FINISHED/IMPORT
|
||||||
-< COMPLETED: /mnt/store/Torrent/FINISHED/COMPLETED
|
-< COMPLETED: /mnt/store/Torrent/FINISHED/COMPLETED
|
||||||
|
|
||||||
tracker:
|
tracker:
|
||||||
alpharatio.cc:
|
alpharatio.cc:
|
||||||
tag: AlphaRatio
|
tag: AlphaRatio
|
||||||
avistaz:
|
avistaz:
|
||||||
tag: Avistaz
|
tag: Avistaz
|
||||||
cathod-ray.tube:
|
signal.cathode-ray.tube:
|
||||||
tag: CathodeRayTube
|
tag: CathodeRayTube
|
||||||
mvgroup.org:
|
mvgroup.org:
|
||||||
tag: MVGroup
|
tag: MVGroup
|
||||||
@@ -109,17 +109,37 @@ data:
|
|||||||
- AlphaRatio
|
- AlphaRatio
|
||||||
- TorrentLeech
|
- TorrentLeech
|
||||||
categories:
|
categories:
|
||||||
- -< COMPLETED
|
- -< COMPLETED
|
||||||
max_ratio: 2.0
|
max_ratio: 2.0
|
||||||
min_seeding_time: 14d
|
min_seeding_time: 14d
|
||||||
max_seeding_time: 30d
|
max_seeding_time: 30d
|
||||||
min_num_seeds: 2
|
min_num_seeds: 2
|
||||||
last_active: 3d
|
last_active: 3d
|
||||||
cleanup: false
|
cleanup: false
|
||||||
|
save:
|
||||||
|
priority: 2
|
||||||
|
categories:
|
||||||
|
- -< SAVE
|
||||||
|
max_ratio: 2.0
|
||||||
|
min_seeding_time: 14d
|
||||||
|
max_seeding_time: 30d
|
||||||
|
min_num_seeds: 2
|
||||||
|
last_active: 30d
|
||||||
|
cleanup: false
|
||||||
|
zim:
|
||||||
|
priority: 3
|
||||||
|
categories:
|
||||||
|
- -< ZIM
|
||||||
|
max_ratio: 2.0
|
||||||
|
min_seeding_time: 14d
|
||||||
|
max_seeding_time: 30d
|
||||||
|
min_num_seeds: 2
|
||||||
|
last_active: 30d
|
||||||
|
cleanup: false
|
||||||
default:
|
default:
|
||||||
priority: 999
|
priority: 999
|
||||||
categories:
|
categories:
|
||||||
- -< COMPLETED
|
- -< COMPLETED
|
||||||
max_ratio: 2.0
|
max_ratio: 2.0
|
||||||
max_seeding_time: 7d
|
max_seeding_time: 7d
|
||||||
limit_upload_speed: 100
|
limit_upload_speed: 100
|
||||||
|
Reference in New Issue
Block a user