Search found 8 matches

by jslay
Wed Sep 06, 2023 9:22 pm
Forum: Windows
Topic: moving torrents WITH their paths to a new drive
Replies: 16
Views: 5763

Re: moving torrents WITH their paths to a new drive

You don’t need to download the zip. Just run the pip install command listed above. Pip will download and install it for you.
by jslay
Wed Dec 28, 2022 6:48 pm
Forum: Windows
Topic: How to migrate everything to a new drive?
Replies: 9
Views: 2696

Re: How to migrate everything to a new drive?

You can install Python and use my tool

https://github.com/jslay88/qbt_migrate
by jslay
Wed Dec 28, 2022 6:45 pm
Forum: Windows
Topic: moving torrents WITH their paths to a new drive
Replies: 16
Views: 5763

Re: moving torrents WITH their paths to a new drive

It is great that https://github.com/jslay88/qbt_migrate works, but it is just code and I am not a programmer. :) :-\ Install Python https://www.python.org/downloads/ Follow the guide on the README. Ergo, open command prompt and run pip install qbt_migrate qbt_migrate Follow the on-screen prompts
by jslay
Sat Feb 29, 2020 8:12 am
Forum: Windows
Topic: Script: Bulk Change Save Path
Replies: 14
Views: 23707

Re: Script: Bulk Change Save Path

I have updated the script to support setting the target OS, which will subsequently convert the slashes.

https://github.com/jslay88/qbt_migrate
by jslay
Sun May 19, 2019 9:28 am
Forum: Windows
Topic: Script: Bulk Change Save Path
Replies: 14
Views: 23707

Re: Script: Bulk Change Save Path

Added a Python3 script since Python2 is EOL Jan 1 2020.

Python3 version will automatically backup the file before overwriting it.
Python3 version also will find the BT_backup folder for the current user.

Feel free to import/modify as you wish.
by jslay
Sat Apr 01, 2017 3:16 pm
Forum: Windows
Topic: Hard disk where I stored all temp and complete torrents DIED. How can I resume?
Replies: 2
Views: 1826

Re: Hard disk where I stored all temp and complete torrents DIED. How can I resume?

First things first. qBittorrent is looking for all the files in the old path. If you have got the new drive installed, AND you have the data (doesn't sound likely in this case), it is easiest to setup the folder structure on the drive the exact same, and assign the old drive letter to the new drive....
by jslay
Sat Apr 01, 2017 3:23 am
Forum: Windows
Topic: Retrieving QB torrents file
Replies: 7
Views: 3653

Re: Retrieving QB torrents file

I created a script to change base dir paths.

It can be found here.

index.php/topic,4976.0.html
by jslay
Sat Apr 01, 2017 3:22 am
Forum: Windows
Topic: Script: Bulk Change Save Path
Replies: 14
Views: 23707

Script: Bulk Change Save Path

This has been packaged up and maintained now through PyPi.

Install Python and follow the README at https://github.com/jslay88/qbt_migrate

TL;DR

Once Python is installed, open a terminal/command prompt and run the following

Code: Select all

pip install qbt_migrate
qbt_migrate
Follow on-screen prompts.