From ae0e15d184a1dbd0006920dec68406525cc7275d Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 14 Sep 2020 20:57:07 +1200 Subject: [PATCH] proaudiotorrents: add minimumratio and minimumseedtime --- src/Jackett.Common/Definitions/proaudiotorrents.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Jackett.Common/Definitions/proaudiotorrents.yml b/src/Jackett.Common/Definitions/proaudiotorrents.yml index 9539dca39..f74a3c793 100644 --- a/src/Jackett.Common/Definitions/proaudiotorrents.yml +++ b/src/Jackett.Common/Definitions/proaudiotorrents.yml @@ -82,7 +82,10 @@ search: # does not appear to support multi category searches cat: 0 search: "{{ .Keywords }}" + # 0 name, 1 descr, 2 both searchin: 0 + # note: using incldead=3 causes `Unknown column 'free' in 'where clause'` at web site + # 0 active, 1 incldead, 2 onlydead, 3 freeleech incldead: 1 sort: "{{ .Config.sort }}" d: "{{ .Config.type }}" @@ -131,4 +134,9 @@ search: - name: replace args: ["Uploaded ", ""] - name: timeago + minimumratio: + text: 1.0 + minimumseedtime: + # 1 day (as seconds = 24 x 60 x 60) + text: 86400 # engine n/a