jpopsuki: add music-search

This commit is contained in:
Garfield69
2019-04-12 07:34:02 +12:00
parent c57231206f
commit 4bf6393b6e

View File

@@ -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