qbit_manage
qbit_manage copied to clipboard
[FR]: Command to specify the start time
Is your feature request related to a problem? Please elaborate.
qbit_manage has a switch --schedule
that allows it to run every x minutes. However, the start time depends entirely on what time the tool was first started. Things can get offset when you are stopping the docker container/tool for whatever reason, upgrading etc. I would like an option to tell qbit_manage to start for example at 06:00am, and that the --schedule
starts from then. This would ensure any tagging is done before I open and look at qbittorrent.
Describe the solution you'd like
A new command to use in conjunction with --schedule
to set the time could be a great addition.
Does your solution involve any of the following?
- [X] New config option
- [X] New command option
Describe alternatives you've considered
The alternative is to initially start the tool at the time you want --schedule
to start from which can be a bit of an issue if you want things to be done in the middle of the night/early in the morning.
Who will this benefit?
Hopefully everyone who wants to make sure all operations are done by a specified time.
Additional Information
No response