From fd2fdfa7bd653a2d7e46336697c366aeb75f21f9 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 14 Nov 2020 09:06:44 +1300 Subject: [PATCH] assorted unit3d that have upgraded to 4.0.0 update search parms update poster for sites I have a/c on check and add MR and MST if required --- src/Jackett.Common/Definitions/aither.yml | 15 +++++++++++---- src/Jackett.Common/Definitions/blutopia.yml | 10 ++++++---- src/Jackett.Common/Definitions/jptv.yml | 13 +++++++++---- src/Jackett.Common/Definitions/shareisland.yml | 13 +++++++++---- src/Jackett.Common/Definitions/tellytorrent.yml | 13 +++++++++---- 5 files changed, 44 insertions(+), 20 deletions(-) diff --git a/src/Jackett.Common/Definitions/aither.yml b/src/Jackett.Common/Definitions/aither.yml index a12979e67..58720929c 100644 --- a/src/Jackett.Common/Definitions/aither.yml +++ b/src/Jackett.Common/Definitions/aither.yml @@ -79,7 +79,7 @@ search: - path: torrents/filter inputs: $raw: "{{ range .Categories }}categories[]={{.}}&{{end}}" - search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" + search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # for dashboard imdbid search description: "" uploader: "" imdb: "{{ .Query.IMDBIDShort }}" @@ -87,10 +87,13 @@ search: tmdb: "{{ .Query.TMDBID }}" mal: "" igdb: "" + start_year: "" + end_year: "" sorting: "{{ .Config.sort }}" - sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + page: 0 + view: list freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: @@ -116,7 +119,9 @@ search: attribute: src filters: - name: replace - args: ["https://via.placeholder.com/600x900", ""] + args: ["&w=52&h=80", "&w=180&h=270"] # for display on dashboard + - name: replace + args: ["https://images.weserv.nl/?url=https://via.placeholder.com/600x900&w=180&h=270", ""] size: selector: td:nth-last-child(4) seeders: @@ -189,7 +194,9 @@ search: i[class*="fa-globe text-green"]: 2 # Global Double Upload i[class*="fa-certificate text-pink"]: 2 # Featured Torrent "*": 1 + minimumratio: + text: 0.4 minimumseedtime: # 3 days (as seconds = 3 x 24 x 60 x 60) text: 259200 -# UNIT3D 2.7.0 +# UNIT3D 4.0.0 diff --git a/src/Jackett.Common/Definitions/blutopia.yml b/src/Jackett.Common/Definitions/blutopia.yml index 7ae4cfeb0..4c958b0fc 100644 --- a/src/Jackett.Common/Definitions/blutopia.yml +++ b/src/Jackett.Common/Definitions/blutopia.yml @@ -74,13 +74,12 @@ search: - path: torrents/filter inputs: $raw: "{{ range .Categories }}categories[]={{.}}&{{end}}" - search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" + search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # for dashboard imdbid search description: "" keywords: "" uploader: "" imdb: "{{ .Query.IMDBIDShort }}" tvdb: "{{ .Query.TVDBID }}" - view: list tmdb: "{{ .Query.TMDBID }}" mal: "" igdb: "" @@ -90,6 +89,7 @@ search: direction: "{{ .Config.type }}" qty: 100 page: 0 + view: list freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: @@ -115,7 +115,9 @@ search: attribute: src filters: - name: replace - args: ["https://via.placeholder.com/600x900", ""] + args: ["&w=52&h=80", "&w=180&h=270"] # for display on dashboard + - name: replace + args: ["https://images.weserv.nl/?url=https://via.placeholder.com/52x80&w=180&h=270", ""] size: selector: td:nth-last-child(4) seeders: @@ -191,4 +193,4 @@ search: minimumseedtime: # 7 days (as seconds = 7 x 24 x 60 x 60) text: 604800 -# UNIT3D 3.0.0b +# UNIT3D 4.0.0b diff --git a/src/Jackett.Common/Definitions/jptv.yml b/src/Jackett.Common/Definitions/jptv.yml index 090ed7803..d937a8c7e 100644 --- a/src/Jackett.Common/Definitions/jptv.yml +++ b/src/Jackett.Common/Definitions/jptv.yml @@ -74,7 +74,7 @@ search: - path: torrents/filter inputs: $raw: "{{ range .Categories }}categories[]={{.}}&{{end}}" - search: "{{ if .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}" + search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # for dashboard imdbid search description: "" uploader: "" imdb: "{{ .Query.IMDBIDShort }}" @@ -82,10 +82,13 @@ search: tmdb: "{{ .Query.TMDBID }}" mal: "" igdb: "" + start_year: "" + end_year: "" sorting: "{{ .Config.sort }}" - sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + page: 0 + view: list freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: @@ -111,7 +114,9 @@ search: attribute: src filters: - name: replace - args: ["https://via.placeholder.com/600x900", ""] + args: ["&w=52&h=80", "&w=180&h=270"] # for display on dashboard + - name: replace + args: ["https://images.weserv.nl/?url=https://via.placeholder.com/52x80&w=180&h=270", ""] size: selector: td:nth-last-child(4) seeders: @@ -189,4 +194,4 @@ search: minimumseedtime: # 7 days (as seconds = 7 x 24 x 60 x 60) text: 604800 -# UNIT3D 2.7.0 +# UNIT3D 4.0.0 diff --git a/src/Jackett.Common/Definitions/shareisland.yml b/src/Jackett.Common/Definitions/shareisland.yml index 2f4265721..acbe46d1b 100644 --- a/src/Jackett.Common/Definitions/shareisland.yml +++ b/src/Jackett.Common/Definitions/shareisland.yml @@ -80,7 +80,7 @@ search: - path: torrents/filter inputs: $raw: "{{ range .Categories }}categories[]={{.}}&{{end}}" - search: "{{ if or .Query.IMDBID .Keywords }}{{ or .Query.IMDBID .Keywords }}{{else}}{{ .Today.Year }}{{end}}" + search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # for dashboard imdbid search description: "" uploader: "" imdb: "{{ .Query.IMDBIDShort }}" @@ -88,10 +88,13 @@ search: tmdb: "{{ .Query.TMDBID }}" mal: "" igdb: "" + start_year: "" + end_year: "" sorting: "{{ .Config.sort }}" - sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + page: 0 + view: list freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" keywordsfilters: - name: diacritics @@ -148,7 +151,9 @@ search: attribute: src filters: - name: replace - args: ["https://via.placeholder.com/600x900", ""] + args: ["&w=52&h=80", "&w=180&h=270"] # for display on dashboard + - name: replace + args: ["https://images.weserv.nl/?url=https://via.placeholder.com/600x900&w=180&h=270", ""] size: selector: td:nth-last-child(4) seeders: @@ -224,4 +229,4 @@ search: minimumseedtime: # 6 days (as seconds = 6 x 24 x 60 x 60) text: 518400 -# UNIT3D 2.7.0 +# UNIT3D 4.0.0 diff --git a/src/Jackett.Common/Definitions/tellytorrent.yml b/src/Jackett.Common/Definitions/tellytorrent.yml index 242530b82..b081287ed 100644 --- a/src/Jackett.Common/Definitions/tellytorrent.yml +++ b/src/Jackett.Common/Definitions/tellytorrent.yml @@ -77,7 +77,7 @@ search: - path: torrents/filter inputs: $raw: "{{ range .Categories }}categories[]={{.}}&{{end}}" - search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" + search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" # for dashboard imdbid search description: "" uploader: "" imdb: "{{ .Query.IMDBIDShort }}" @@ -85,10 +85,13 @@ search: tmdb: "{{ .Query.TMDBID }}" mal: "" igdb: "" + start_year: "" + end_year: "" sorting: "{{ .Config.sort }}" - sort: "{{ .Config.sort }}" direction: "{{ .Config.type }}" qty: 100 + page: 0 + view: list freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: @@ -114,7 +117,9 @@ search: attribute: src filters: - name: replace - args: ["https://via.placeholder.com/600x900", ""] + args: ["&w=52&h=80", "&w=180&h=270"] # for display on dashboard + - name: replace + args: ["https://images.weserv.nl/?url=https://via.placeholder.com/52x80&w=180&h=270", ""] size: selector: td:nth-last-child(4) seeders: @@ -192,4 +197,4 @@ search: minimumseedtime: # 1 day (as seconds = 24 x 60 x 60) text: 86400 -# UNIT3D 2.7.0 +# UNIT3D 4.0.0