mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
cinematik: update cats & MST
This commit is contained in:
parent
2fc8a10bf6
commit
d2fce77d46
1 changed files with 8 additions and 4 deletions
|
@ -12,8 +12,12 @@ legacylinks:
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
- {id: 1, cat: Movies, desc: "Movie"}
|
- {id: 1, cat: Movies, desc: "Film"}
|
||||||
- {id: 2, cat: TV, desc: "TV"}
|
- {id: 2, cat: TV, desc: "TV"}
|
||||||
|
- {id: 3, cat: Movies/Foreign, desc: "Foreign Film"}
|
||||||
|
- {id: 4, cat: Movies/Foreign, desc: "Foreign TV"}
|
||||||
|
- {id: 5, cat: Movies/Other, desc: "Opera & Musical"}
|
||||||
|
- {id: 6, cat: Movies/Foreign, desc: "Asian Film"}
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
|
@ -169,11 +173,11 @@ search:
|
||||||
# minimumratio:
|
# minimumratio:
|
||||||
# text: 0.4
|
# text: 0.4
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 7 days (as seconds = 7 x 24 x 60 x 60)
|
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
||||||
text: 604800
|
text: 259200
|
||||||
title_filename:
|
title_filename:
|
||||||
selector: "files[0].name"
|
selector: "files[0].name"
|
||||||
optional: true
|
optional: true
|
||||||
title:
|
title:
|
||||||
text: "{{ if and (.Config.single_file_release_use_filename) (eq .Result.files \"1\") (.Result.title_filename) }}{{ .Result.title_filename }}{{ else }}{{ .Result.title_optional }}{{ end }}"
|
text: "{{ if and (.Config.single_file_release_use_filename) (eq .Result.files \"1\") (.Result.title_filename) }}{{ .Result.title_filename }}{{ else }}{{ .Result.title_optional }}{{ end }}"
|
||||||
# json UNIT3D 8.0.0
|
# json UNIT3D 8.x.x (custom)
|
||||||
|
|
Loading…
Add table
Reference in a new issue