Please provide the following information
qBittorrent v4.1.0
Windows 10 (1803) / macOS 10.13.4
I want to transfer my major use system from Windows to macOS, I want to move some torrent I have not finished to download on qBittorrent on Windows to macOS and download them continuously. It that possible?
short answer is NO.
but this is possible. all you need is move BT_backup
folder from your Windows (C:\Users\BT_backup
folder and it can not be found on your "new" system). qBittorrent will re-check downloaded data and then continue.
I wrote python script exactly for this case, but it is usable only on Linux :'( , so it will be not helpful for you.
some technical details: everything you need to correctly "import" downloads is just edit ".fastresume" files changing download path in it. these files also store download progress and download/upload statistics (like total uploaded, when torrent files was added and etc.)
EDIT: Better do what the post below says.
I was just writing a long answer saying that you can with what @Kolcha said with a few differences:
.<hash>.parts
files.Set location...
to where you moved them.Set location...
overwrites/deletes existing files.)Not sure if 4. will work though. You may need to recheck them anyway.
You should probably follow these instructions instead: https://github.com/qbittorrent/qBittorrent/issues/8879#issuecomment-388516470
Most helpful comment
EDIT: Better do what the post below says.
I was just writing a long answer saying that you can with what @Kolcha said with a few differences:
.<hash>.parts
files.Now select them all ctrl+a or whatever is the equivalent in mac and(Looks like there is a bug andSet location...
to where you moved them.Set location...
overwrites/deletes existing files.)Not sure if 4. will work though. You may need to recheck them anyway.