mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
jpopsuki: add music-search
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
tv-search: [q, season, ep]
|
tv-search: [q, season, ep]
|
||||||
|
music-search: [q, album, artist, label, year]
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: login.php
|
path: login.php
|
||||||
@@ -49,7 +50,7 @@
|
|||||||
- path: torrents.php
|
- path: torrents.php
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{range .Categories}}filter_cat[{{.}}]=1&{{end}}"
|
$raw: "{{range .Categories}}filter_cat[{{.}}]=1&{{end}}"
|
||||||
searchstr: "{{ .Query.Keywords }}"
|
searchstr: "{{if .Query.Artist}}{{ .Query.Artist }}{{else}}{{ .Keywords }}{{end}}"
|
||||||
order_by: time
|
order_by: time
|
||||||
order_way: desc
|
order_way: desc
|
||||||
action: basic
|
action: basic
|
||||||
|
Reference in New Issue
Block a user