ludviglundgren / qbittorrent-cli

Cli to manage qBittorrent
MIT License
161 stars 18 forks source link

[FEATURE REQ] Specify which file to download #103

Open vilanele opened 3 months ago

vilanele commented 3 months ago

Hi, is it possible when adding a torrent with multiple files in it to specify which file(s) to actually download (of course I know the exact name of the file(s) to be downloaded in advance) ?

ludviglundgren commented 3 months ago

Hi!

As far as I know this is only supported in the desktop ui and not the webui. The WebUI/WebAPI lacks any endpoints to handle partial downloads on add.

There is an open pr #21015 that aims to provide that functionality but it might be months to a year if it is implemented in future versions.