Add option to skip hash check when adding torrents
It would be nice to have the option to skip hash checking when adding a torrent. qbittorrent exposes this through an argument when adding a torrent through file or URL. This is something that Transmission does not expose, so it would have to be something like a flag when running the program.
Hello, ctlaltdefeat Thank you for the participation! There are several settings that are not exposed by Transmision RPC, but are available though qBittorrent API. For example, the switches that enable sequential download and first&last piece priority increase. Currently, I don't have any ideas of how to expose those settings in an intuitive way. For example, It's possible to append something like "+skiphashing" or "+sequential" to the save path, but it's not convenient.
The issue was fixed in v1.0-rc1. Please try it.