aither: upgrade 6.4.0

change poster selector
add genre results
bump engine tag
This commit is contained in:
Garfield69 2022-09-14 11:02:07 +12:00
parent 533b07f801
commit 2f3aedbb96
1 changed files with 13 additions and 2 deletions

View File

@ -107,7 +107,7 @@ search:
infohash:
selector: info_hash
poster:
selector: poster
selector: meta.poster
filters:
- name: replace
args: ["https://via.placeholder.com/90x135", ""]
@ -117,6 +117,17 @@ search:
selector: tmdb_id
tvdbid:
selector: tvdb_id
genre:
selector: meta.genres
filters:
- name: re_replace
args: ["(?i)(Science Fiction)", "Science_Fiction"]
- name: re_replace
args: ["(?i)(TV Movie)", "TV_Movie"]
- name: replace
args: [" & ", "_&_"]
description:
text: "{{ .Result.genre }}"
files:
selector: num_file
seeders:
@ -152,4 +163,4 @@ search:
minimumseedtime:
# 5 days (as seconds = 3 x 24 x 60 x 60)
text: 432000
# json UNIT3D 6.2.1
# json UNIT3D 6.4.0