flood
flood copied to clipboard
Hash check after moving?
Type: Question
Hello! Firstly thank you for making this very useful UI for rtorrent!
Quick question about hash checking. I noticed moving a torrent will always trigger a hash check. A bit over the top for my setup, as I never move across disks or partitions.
Is this hash checking initiated by Flood or rtorrent itself? Ideally I want one hash check only (on completion) and no checks on subsequent moves.
Thanks again!
It's on the rtorrent's side that you have to add you param. Simply edit your rtorrent.rc file, and add: check_hash = no. This should do the trick :)
Thanks for the suggestion. I'll try it. Does it also stop the auto hash check on completion? I'd like to keep that.
Just tested check_hash = no Not exactly what I'm after, as the hash check at completion is also disabled...
Ok, you should check the rtorrent documentation, you'll find what you need. But it will be on rtorrent's side, not Flood ;) https://rtorrent-docs.readthedocs.io/en/latest/cmd-ref.html
consider using pieces.hash.on_completion.set = no as check_hash = no is deprecated.
Resolved by https://github.com/jesec/flood/commit/0eae92faf5969375b5dc0dcd2ad03e06e773e6a6.
Thank you @jesec haven't got time to try it but looks promising!