blutopia: unit3d 3.0.0b + refresh cats

This commit is contained in:
Garfield69 2020-09-30 18:24:48 +13:00
parent 96c28c110b
commit deadabdfa9
1 changed files with 12 additions and 6 deletions

View File

@ -12,9 +12,8 @@ caps:
categorymappings: categorymappings:
- {id: 1, cat: Movies, desc: "Movies"} - {id: 1, cat: Movies, desc: "Movies"}
- {id: 2, cat: TV, desc: "TV"} - {id: 2, cat: TV, desc: "TV"}
- {id: 3, cat: Movies, desc: "FANRES"} - {id: 3, cat: Movies/Other, desc: "FANRES"}
- {id: 6, cat: TV/Anime, desc: "Anime"} - {id: 5, cat: Movies/Other, desc: "Trailer"}
- {id: 7, cat: Movies/Other, desc: "Trailer"}
modes: modes:
search: [q, imdbid] search: [q, imdbid]
@ -76,21 +75,28 @@ ratio:
search: search:
paths: paths:
# https://blutopia.xyz/torrents/filter?
# search=&description=&keywords=&uploader=&imdb=&tvdb=&view=list&tmdb=&mal=&igdb=
# &start_year=&end_year=&categories%5B%5D=3&sorting=seeders&direction=asc&page=0&qty=25
- path: torrents/filter - path: torrents/filter
inputs: inputs:
$raw: "{{ range .Categories }}categories[]={{.}}&{{end}}" $raw: "{{ range .Categories }}categories[]={{.}}&{{end}}"
search: "{{ if .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}" search: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
description: "" description: ""
keywords: ""
uploader: "" uploader: ""
imdb: "{{ .Query.IMDBIDShort }}" imdb: "{{ .Query.IMDBIDShort }}"
tvdb: "{{ .Query.TVDBID }}" tvdb: "{{ .Query.TVDBID }}"
view: list
tmdb: "{{ .Query.TMDBID }}" tmdb: "{{ .Query.TMDBID }}"
mal: "" mal: ""
igdb: "" igdb: ""
start_year: ""
end_year: ""
sorting: "{{ .Config.sort }}" sorting: "{{ .Config.sort }}"
sort: "{{ .Config.sort }}"
direction: "{{ .Config.type }}" direction: "{{ .Config.type }}"
qty: 100 qty: 100
page: 0
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
rows: rows:
@ -193,4 +199,4 @@ search:
minimumseedtime: minimumseedtime:
# 7 days (as seconds = 7 x 24 x 60 x 60) # 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800 text: 604800
# UNIT3D 2.7.0b # UNIT3D 3.0.0b