node-qbittorrent-api-v2 icon indicating copy to clipboard operation
node-qbittorrent-api-v2 copied to clipboard

Wrapper around qBittorrent's Web API v2 to manage your torrents from Node. Documented and everything.

Results 7 node-qbittorrent-api-v2 issues
Sort by recently updated
recently updated
newest added

the function `plainify` does not properly handle passwords with special characters. this leads to the `connect` function to never acquire a cookie and the whole package not working

I believe this is a small typo ``` ReferenceError: hashed is not defined at addTags (/antmedia/bt/qbt/node_modules/qbittorrent-api-v2/src/qbt.js:1161:71) at Object.addTags (/antmedia/bt/qbt/node_modules/qbittorrent-api-v2/src/qbt.js:678:18) ``` https://github.com/TheFlow95/node-qbittorrent-api-v2/blob/6f4e527a653a115958fe2aaa0b05ffaa225dcfcc/src/qbt.js#L1160 ``` 1161c1161 < await performRequest(options, cookie, '/torrents/addTags', { hashes:...

I was trying to update the global speed limit on qBittorrent (`setGlobalDownloadLimit`) and got a 400 error. I did some digging and it looks like the problem is in the...

Will there be a functionality where we can add torrents using a hash? In the documentation this feature is still TODO. Or maybe there is a work around that can...

When adding tags, operation fails because `hashed is not defined`. I think this is a typo.