From 33db67d56c1787d6ef49c032ae74ed69e7322ec6 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Fri, 1 Dec 2023 05:17:08 +0000 Subject: [PATCH] themixingbowl: tidy artist search, treat tags as genres --- src/Jackett.Common/Definitions/themixingbowl.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Definitions/themixingbowl.yml b/src/Jackett.Common/Definitions/themixingbowl.yml index 0e8f3ce4a..634cc21ac 100644 --- a/src/Jackett.Common/Definitions/themixingbowl.yml +++ b/src/Jackett.Common/Definitions/themixingbowl.yml @@ -79,11 +79,11 @@ search: inputs: search: "{{ .Keywords }}" go: Search - artistsearch: "{{ if .Query.Artist }}{{ .Query.Artist }}{{ else }}{{ end }}" + artistsearch: "{{ .Query.Artist }}" freesearch: "{{ if .Config.freeleech }}on{{ else }}{{ end }}" results-order1: "{{ .Config.sort }}.{{ .Config.type }}" results-page: 1 - tagsearch: "{{ range .Categories }}{{.}},{{end}}" + # can search by genre but need join support. &tagsearch=acid,+house for Acid and House rows: selector: table.torrenttable > tbody > tr:has(a[href^="/torrent/download/"]) @@ -107,7 +107,7 @@ search: artist: selector: span.artist optional: true - _tag: + genre: selector: span.tag optional: true _codec: @@ -117,7 +117,7 @@ search: selector: td:nth-child(7) optional: true description: - text: "Artist=[{{ .Result.artist }}] , Tags={{ .Result._tag }} , Codec=[{{ .Result._codec }}] , BitRate=[{{ .Result._bit }}]" + text: "Artist=[{{ .Result.artist }}] , Tags={{ .Result.genre }} , Codec=[{{ .Result._codec }}] , BitRate=[{{ .Result._bit }}]" grabs: selector: td:nth-child(8) seeders: