From 454ed0e207e78d1f8115b53906780f465621d107 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Fri, 14 Jul 2023 23:59:36 +0300 Subject: [PATCH] utopia: add `add ukrainian to title` option Co-authored-by: Denys Dovhan --- src/Jackett.Common/Definitions/utopia.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Jackett.Common/Definitions/utopia.yml b/src/Jackett.Common/Definitions/utopia.yml index 32812a0e4..f5c04f7bc 100644 --- a/src/Jackett.Common/Definitions/utopia.yml +++ b/src/Jackett.Common/Definitions/utopia.yml @@ -30,6 +30,10 @@ settings: type: checkbox label: Search freeleech only default: false + - name: addukrainiantotitle + type: checkbox + label: Add UKR to end of all titles to improve language detection by Sonarr and Radarr. Will cause English-only results to be misidentified. + default: false - name: sort type: select label: Sort requested from site @@ -96,6 +100,8 @@ search: filters: - name: re_replace args: ["\\.", " "] + - name: append + args: "{{ if .Config.addukrainiantotitle }} UKR{{ else }}{{ end }}" details: selector: details_link download: