qbittorrent-bot
qbittorrent-bot copied to clipboard
feature request
- Add the function of freely selecting the files to be downloaded in the torrent
- The download information progress is not refreshed in time, and there is a delay with the web ui download progress
- If you can add rclone, it will be even better. After downloading, upload it to the cloud configured by rclone
Hello, I will answer point by point:
- I'm not sure what you're asking for here (waiting for further clarifications)
- the download progress displayed by the bot is not supposed to be updated in real time. I was planning to update every few minutes the data
/overview
shows, but that's the only command that would get a "real time" refresh. There are too many commands that display information that changes very frequently, and I would have to design a way to code the refresh so it is easy to maintain. We will see. I think this deserves a dedicated issue - scripts that interact with the file system or other external software are out of the scope of this bot. It makes more sense to configure them without tying them to such a project
Hello, I will answer point by point:
- I'm not sure what you're asking for here (waiting for further clarifications)
- the download progress displayed by the bot is not supposed to be updated in real time. I was planning to update every few minutes the data
/overview
shows, but that's the only command that would get a "real time" refresh. There are too many commands that display information that changes very frequently, and I would have to design a way to code the refresh so it is easy to maintain. We will see. I think this deserves a dedicated issue- scripts that interact with the file system or other external software are out of the scope of this bot. It makes more sense to configure them without tying them to such a project
Understand, this robot is already great.