fedarovich / qbittorrent-cli

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

add torrent with skip hashcheck? #41

Closed foxi69 closed 3 years ago

foxi69 commented 3 years ago

Is there any way to do it? :D

and/or with Superseed? :)

fedarovich commented 3 years ago

Yes, you can add torrent with skipping hashcheck. You can use --no-check (or just -n) option for that.

By the way, you can always check the available options either by qbt <command> --help command or online.

Regarding the second question, alas, qBittorent API does not allow to enable superseed when add a torrent.

foxi69 commented 3 years ago

sorry, thanks!