Fix torrent file encoding for deluge
- received content is bytes
- we need to convert this content into base64
- we then need to convert base64 bytes into base64 string to include in
the json data
binary
Fixes#3362
Orpheus & Redacted being based on Gazelle API, their code was the same
(with the exception of release type filtering).
Merging both will make maintenance easy and brings Redacted on par with
Orpheus regarding release type filtering.
-Search using parent category 3000
some providers lump everything in to the parent Music Category 3000 instead of the Sub Category (e.g. 3040 lossless).
search using 3000 then filter with Category (if returned) or Headphones filtering
overall this should return more results across indexers
-Allow Prowlarr indexers to be manually entered
-Searcher fixups
-include soulseek results in overall search results
-fixed windows paths not quite working on macOS
-allow user search term
-tighten search for self titled, Various Artists
-postprocess by user/folder
-bit more logging
-Search using parent category 3000
some providers lump everything in to the parent Music Category 3000 instead of the Sub Category (e.g. 3040 lossless).
search using 3000 then filter with Category (if returned) or Headphones filtering
overall this should return more results across indexers
-Allow Prowlarr indexers to be manually entered
-Searcher fixups
-include soulseek results in overall search results
-fixed windows paths not quite working on macOS
-allow user search term
-tighten search for self titled, Various Artists
-postprocess by user/folder
-bit more logging