qbt_migrate icon indicating copy to clipboard operation
qbt_migrate copied to clipboard

Migrate qBittorrent downloads

Results 4 qbt_migrate issues
Sort by recently updated
recently updated
newest added

With the updated qBittorrent, [the default paths on Linux and MacOS have changed](https://github.com/qbittorrent/qBittorrent/blob/master/src/base/profile_p.cpp#L87-L109). [`discover_bt_backup_path`](https://github.com/jslay88/qbt_migrate/blob/master/qbt_migrate/methods.py#L45) needs to reflect these changes, and "hunt" for legacy vs current for Linux. This can be...

After running: `docker run -v %LOCALAPPDATA%/qBittorrent/BT_backup:/tmp/BT_backup jslay88/qbt_migrate -e G:\ -n T:\` I get an error: ``` Existing and New paths are regex patterns (capture groups recommended)? [y/N]: Traceback (most recent...

Firstly, I'd like to report success and thank you for the script. I was able to rewrite the paths of some 2K torrents, with five successive passes, from the container....

Add usage and examples to Wiki, so that more complex use cases can be better understood, as well as basic usage.

documentation
help wanted
good first issue