rmartin16 / qbittorrent-api

Python client implementation for qBittorrent's Web API
https://qbittorrent-api.readthedocs.io/
MIT License
411 stars 66 forks source link

can this software control Bittorrent Option? #412

Closed kucingkembar closed 9 months ago

kucingkembar commented 9 months ago

What is the problem or limitation you are having?

in Option -> Bittorrent -> there this setting:

Maximum active downloads: |   -- | -- Maximum active uploads: |   Maximum active torrents:

can this software control these setting?

Describe the solution you'd like

-

Describe alternatives you've considered

-

Additional context

-

rmartin16 commented 9 months ago

Yes, the application preferences endpoint.

https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#get-application-preferences

https://qbittorrent-api.readthedocs.io/en/latest/apidoc/app.html#qbittorrentapi.app.AppAPIMixIn.app_set_preferences

kucingkembar commented 9 months ago

thank you