From a210e25bd9b6fbede2148c6b0e089e3ad3bd0fb8 Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Wed, 21 Jan 2026 16:29:50 -0500 Subject: [PATCH] Add OldToons.World --- ansible/roles/qbittorrent/templates/cross-seed/config.js | 3 ++- ansible/roles/qbittorrent/templates/qbitmanage/config.yml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible/roles/qbittorrent/templates/cross-seed/config.js b/ansible/roles/qbittorrent/templates/cross-seed/config.js index 30146f3..c22a1aa 100644 --- a/ansible/roles/qbittorrent/templates/cross-seed/config.js +++ b/ansible/roles/qbittorrent/templates/cross-seed/config.js @@ -19,6 +19,7 @@ module.exports = { "http://prowlarr.local.{{ personal_domain }}/30/api?apikey={{ prowlarr_api_key }}", // DocsPedia "http://prowlarr.local.{{ personal_domain }}/31/api?apikey={{ prowlarr_api_key }}", // OnlyEncodes+ "http://prowlarr.local.{{ personal_domain }}/32/api?apikey={{ prowlarr_api_key }}", // Anthelion + "http://prowlarr.local.{{ personal_domain }}/33/api?apikey={{ prowlarr_api_key }}", // OldToonsWorld ], outputDir: null, @@ -34,7 +35,7 @@ module.exports = { seasonsFromEpisodes: 0.8, matchMode: "partial", linkDirs: ["/data/torrents/cross-seed"], - linkType: "reflink", + linkType: "hardlink", notificationWebhookUrls: ["https://webhooks.cheogram.com/{{ crossseed_webhook_endpoint }}"], port: 2468, rssCadence: "16min", diff --git a/ansible/roles/qbittorrent/templates/qbitmanage/config.yml b/ansible/roles/qbittorrent/templates/qbitmanage/config.yml index 241514b..9e1b4db 100644 --- a/ansible/roles/qbittorrent/templates/qbitmanage/config.yml +++ b/ansible/roles/qbittorrent/templates/qbitmanage/config.yml @@ -85,6 +85,8 @@ tracker: tag: ANT onlyencodes: tag: OE+ + oldtoons: + tag: OTW other: tag: other