rdt-client/server/RdtClient.Web
Edouard CHIN dcea8dcc1a Filter torrents with the category query string:
- ### Problem

  When using multiple *arr instances (sonarr, radarr ...), the queue
  on each instance displays *all* torrents being processed by RDT.
  The normal behaviour is to display torrents that have the same
  category as the one set in the DownloadClient config on
  radarr/sonarr.

  ### Solution

  *arr uses the `/api/v2/torrents/info` QBittorrent endpoint which
  accepts a `category` query string.
  This is how the Qbittorent API behaves when that query string
  exists:

  ```text
  See https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#get-torrent-list

  Get torrents with the given category.
  empty string means "without category";
  no "category" parameter means "any category"
  ```

  See [here](3125b038d5/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentProxyV2.cs (L96)) how radarr sets the categories when making the query.

  Thanks for your indulgence, first time writing dotnet :)
2022-04-28 21:18:56 +02:00
..
.config Fixed some issues, first release beta. 2020-04-07 18:40:58 -06:00
.vs/RdtClient.Web Initial commit 2020-03-31 15:16:34 -06:00
Controllers Filter torrents with the category query string: 2022-04-28 21:18:56 +02:00
Properties Update packages and update Runtime to .NET 5 2020-12-12 11:02:54 -07:00
appsettings.Development.json Add logging and fixed issue with the torrentrunner hanging sometimes. 2021-02-12 14:39:20 -07:00
appsettings.json Add logging and fixed issue with the torrentrunner hanging sometimes. 2021-02-12 14:39:20 -07:00
Program.cs Upgrade packages. 2022-03-12 12:31:19 -07:00
RdtClient.Web.csproj Fixed the AllDebrid client. 2022-03-20 11:43:05 -06:00
service-install.bat Re-instate the service-install and service-remove bat files. 2021-02-05 21:28:06 -07:00
service-remove.bat Re-instate the service-install and service-remove bat files. 2021-02-05 21:28:06 -07:00
Startup.cs Upgrade packages. 2022-03-12 12:31:19 -07:00
Update.ps1 Fixed some bugs in the update script 2021-04-01 16:31:05 -06:00