shareisland: upgrade to 6.3.0

change poster selector
add genre results
bump engine tag
This commit is contained in:
Garfield69 2022-09-14 10:25:05 +12:00
parent 7302652feb
commit fa1465373d
1 changed files with 13 additions and 2 deletions

View File

@ -89,6 +89,8 @@ search:
keywordsfilters: keywordsfilters:
- name: diacritics - name: diacritics
args: replace args: replace
- name: re_replace
args: ["\\.", " "]
- name: re_replace # S01 to 1 - name: re_replace # S01 to 1
args: ["(?i)\\bS0*(\\d+)\\b", "$1"] args: ["(?i)\\bS0*(\\d+)\\b", "$1"]
- name: re_replace # S01E01 to 1 1 - name: re_replace # S01E01 to 1 1
@ -136,7 +138,7 @@ search:
infohash: infohash:
selector: info_hash selector: info_hash
poster: poster:
selector: poster selector: meta.poster
filters: filters:
- name: replace - name: replace
args: ["https://via.placeholder.com/90x135", ""] args: ["https://via.placeholder.com/90x135", ""]
@ -146,6 +148,15 @@ search:
selector: tmdb_id selector: tmdb_id
tvdbid: tvdbid:
selector: tvdb_id selector: tvdb_id
genre:
selector: meta.genres
filters:
- name: re_replace
args: ["(?i)(televisione film)", "televisione_film"]
- name: replace
args: [" & ", "_&_"]
description:
text: "{{ .Result.genre }}"
files: files:
selector: num_file selector: num_file
seeders: seeders:
@ -181,4 +192,4 @@ search:
minimumseedtime: minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60) # 7 day (as seconds = 7 x 24 x 60 x 60)
text: 604800 text: 604800
# json UNIT3D 6.2.1 # json UNIT3D 6.3.0 (custom)