zeroone2numeral2 / qbittorrent-bot

Telegram bot to mange your qBittorrent torrents
160 stars 48 forks source link

feature request #59

Open b1fly opened 2 years ago

b1fly commented 2 years ago
  1. Add the function of freely selecting the files to be downloaded in the torrent
  2. The download information progress is not refreshed in time, and there is a delay with the web ui download progress
  3. If you can add rclone, it will be even better. After downloading, upload it to the cloud configured by rclone
zeroone2numeral2 commented 2 years ago

Hello, I will answer point by point:

  1. I'm not sure what you're asking for here (waiting for further clarifications)
  2. 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
  3. 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
b1fly commented 2 years ago

Hello, I will answer point by point:

  1. I'm not sure what you're asking for here (waiting for further clarifications)
  2. 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
  3. 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.