Created a mock Sonarr container for the beta release
This commit is contained in:
@@ -18,6 +18,7 @@ caps:
|
||||
- {id: 407, cat: TV/Sport, desc: "体育Sports"}
|
||||
- {id: 404, cat: TV/Documentary, desc: "纪录片Documentaries"}
|
||||
- {id: 406, cat: Audio/Video, desc: "音乐视频Music Videos"}
|
||||
- {id: 408, cat: PC, desc: "软件Appz"}
|
||||
- {id: 410, cat: PC/Games, desc: "游戏Game"}
|
||||
- {id: 411, cat: Other, desc: "学习Study"}
|
||||
- {id: 409, cat: Other, desc: "其他Misc"}
|
||||
@@ -82,7 +83,6 @@ search:
|
||||
$raw: "{{ range .Categories }}cat{{.}}=1&{{end}}"
|
||||
# 0 all, 1 normal, 2 free, 3 2x, 4 2xfree, 5 50%, 6 2x50%, 7 30%
|
||||
spstate: "{{ if .Config.freeleech }}2{{ else }}0{{ end }}"
|
||||
inclbookmarked: 0
|
||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ end }}{{ if or .Query.IMDBID .Query.DoubanID }} {{ else }}{{ .Keywords }}{{ end }}{{ if .Query.DoubanID }}{{ .Query.DoubanID }}{{ else }}{{ end }}"
|
||||
# 0 title, 1 descr, 3 uploader, 4 imdburl (4 does not appear to work).
|
||||
search_area: "{{ if or .Query.IMDBID .Query.DoubanID }}1{{ else }}0{{ end }}"
|
||||
|
||||
Reference in New Issue
Block a user