How to force torrent state from CheckingUploading to Seeding? #14968
murlakatamenka
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes I have to force reboot of my Linux system via SysRq command. qBittorrent runs during it and after reboot it re-checks hundreds of torrents.
I know that files on my drives are fine, so there is no need to re-hash gigabytes of data. I'd like to change the state of such torrents from
CheckingUploading
toSeeding
. Since GUI offers no such functionality, I can use something like Python'slibtorrent
bindings to edit.fastresume
files (I assume this state data is stored in them).I looked through bdecoded
.fastresume
files and throughsrc/base/bittorrent/torrentimpl.cpp
but it wasn't obvious how I can manually fix the state.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions