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:
- name: diacritics
args: replace
- name: re_replace
args: ["\\.", " "]
- name: re_replace # S01 to 1
args: ["(?i)\\bS0*(\\d+)\\b", "$1"]
- name: re_replace # S01E01 to 1 1
@ -136,7 +138,7 @@ search:
infohash:
selector: info_hash
poster:
selector: poster
selector: meta.poster
filters:
- name: replace
args: ["https://via.placeholder.com/90x135", ""]
@ -146,6 +148,15 @@ search:
selector: tmdb_id
tvdbid:
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:
selector: num_file
seeders:
@ -181,4 +192,4 @@ search:
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 6.2.1
# json UNIT3D 6.3.0 (custom)