mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
utopia: add add ukrainian to title
option
Co-authored-by: Denys Dovhan <denysdovhan@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user