rivenmedia / riven

Handle your Media Library with ease!
https://rivenmedia.github.io/wiki/
GNU General Public License v3.0
380 stars 51 forks source link

Torbox Search missing required API key/NZB support #866

Open s1dave-web opened 5 hours ago

s1dave-web commented 5 hours ago

Torbox search is an option that can be enabled but provides no section for the API key which is required to search for data.

Does Riven have the ability to support Torbox & Prowlarr searching and grabbing NZB files for the usenet download feature?

s1dave-web commented 5 hours ago

Suspect the Torbox API switched to requiring the API key for grabbing data as I had to update the Prowlarr custom integration to include the API key in the header: search: headers: Authorization: ["Bearer {{ .Config.apikey }}"]