mirror of
https://github.com/Jackett/Jackett
synced 2025-03-11 14:44:46 +00:00
danishbytes: add genre to returned results
This commit is contained in:
parent
55eadc8dea
commit
a895cdea6c
1 changed files with 8 additions and 0 deletions
|
@ -101,6 +101,14 @@ search:
|
|||
selector: info_hash
|
||||
poster:
|
||||
selector: poster_image
|
||||
genre:
|
||||
# [\"Eventyr\", \"Sci-fi\"]
|
||||
selector: meta_genres
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["(\\[|\\]|\")", ""]
|
||||
description:
|
||||
text: "{{ .Result.genre }}"
|
||||
imdbid:
|
||||
selector: imdb
|
||||
tmdbid:
|
||||
|
|
Loading…
Add table
Reference in a new issue