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
|
type: checkbox
|
||||||
label: Search freeleech only
|
label: Search freeleech only
|
||||||
default: false
|
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
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
@@ -96,6 +100,8 @@ search:
|
|||||||
filters:
|
filters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["\\.", " "]
|
args: ["\\.", " "]
|
||||||
|
- name: append
|
||||||
|
args: "{{ if .Config.addukrainiantotitle }} UKR{{ else }}{{ end }}"
|
||||||
details:
|
details:
|
||||||
selector: details_link
|
selector: details_link
|
||||||
download:
|
download:
|
||||||
|
Reference in New Issue
Block a user