1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-11 14:44:46 +00:00

blutopia: add genres to results #8682

This commit is contained in:
Garfield69 2022-07-28 10:33:45 +12:00
parent e39f0c115e
commit 2ba81c4b10

View file

@ -99,7 +99,7 @@ search:
infohash:
selector: info_hash
poster:
selector: poster
selector: meta.poster
filters:
- name: replace
args: ["https://via.placeholder.com/90x135", ""]
@ -109,6 +109,10 @@ search:
selector: tmdb_id
tvdbid:
selector: tvdb_id
genre:
selector: meta.genres
description:
text: "{{ .Result.genre }}"
files:
selector: num_file
seeders:
@ -144,4 +148,4 @@ search:
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 6.1.1 beta
# json UNIT3D 6.3.0