From f0bd82fa395fda3c51d768211fd1ebb3520f8372 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 11 Sep 2020 13:19:10 +1200 Subject: [PATCH] concertos: add freeleech filter #9456 add minimumratio and minimumseedtime --- src/Jackett.Common/Definitions/concertos.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/concertos.yml b/src/Jackett.Common/Definitions/concertos.yml index 7e12b9d31..4ea80c8b7 100644 --- a/src/Jackett.Common/Definitions/concertos.yml +++ b/src/Jackett.Common/Definitions/concertos.yml @@ -31,6 +31,10 @@ settings: - name: password type: password label: Password + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: sort type: select label: Sort requested from site @@ -77,8 +81,9 @@ search: - path: torrents inputs: $raw: "{{ range .Categories }}categories[]={{.}}&{{end}}" - title: "{{ if .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}" + title: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" imdb: "{{ .Query.IMDBIDShort }}" + freeleech: "{{ if .Config.freeleech }}on{{ else }}{{ end }}" order_by: "{{ .Config.sort }}" direction: "{{ .Config.type }}" @@ -127,4 +132,9 @@ search: i.fa-certificate: 2 # Featured i.fa-gem: 2 # Double Upload "*": 1 + minimumratio: + text: 1.0 + minimumseedtime: + # 7 day (as seconds = 7 x 24 x 60 x 60) + text: 604800 # UNIT3D