ludviglundgren / qbittorrent-cli

Cli to manage qBittorrent
MIT License
158 stars 17 forks source link

btq adding new torrent download path #47

Closed BillyDas closed 1 year ago

BillyDas commented 1 year ago

So im trying to add a new torrent with a custom save path. The idea is to make a script to generate my custom download paths, issue is i can't seem to figure out how to pass in a save path argument.

i peeded the add torrent code and can see there is a reference to save-path but unsure how to use it?

command: qbt torrent add url "URL HERE" --save-path "/PATH/HERE" am i doing something wrong / is there support for this?

BillyDas commented 1 year ago

infact i was looking at the readme. https://github.com/ludviglundgren/qbittorrent-cli#add This seems wrong? i mean the command qbt add doesent seem to even work for me, only qbt torrent add works.