1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-11 22:52:58 +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: 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", ""]
@ -109,6 +109,10 @@ search:
selector: tmdb_id selector: tmdb_id
tvdbid: tvdbid:
selector: tvdb_id selector: tvdb_id
genre:
selector: meta.genres
description:
text: "{{ .Result.genre }}"
files: files:
selector: num_file selector: num_file
seeders: seeders:
@ -144,4 +148,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.1.1 beta # json UNIT3D 6.3.0