fedarovich / qbittorrent-cli

Command line interface for QBittorrent
MIT License
303 stars 16 forks source link

Add ability to manually enable or disable alternative limits #45

Closed Saxtus closed 3 years ago

Saxtus commented 3 years ago

The server settings speed has no command to manually enable or disable alternative limits regardless of the current schedule. If possible, add this feature.

fedarovich commented 3 years ago

I guess you are looking for this command:

qbt global limit alternative --set true
qbt global limit alternative --set false
Saxtus commented 3 years ago

You are absolutely right, I don't know how I missed that. Maybe I was expecting it in the speed category. I've tested it and works fine, so I am closing this issue and apologies for me creating it. Thank you for building this great program!