Features:
- Processing all torrents
- Processing torrents with subdirectories and without subdirectories
- Processing torrents with renamed files
- Processing torrents with non-standard encodings (for example, cp1251)
- Processing of torrents in the not ready state *
- Save date, metrics, status. **
- Import of tags and labels
- Multithreading
** The calculation of the completed parts is based only on the priority of the files in torrent
*** Partially downloaded torrents will be visible as 100% completed, but in fact you will need to do a rehash. Without rehash torrents not will be valid. This is due to the fact that conversion of .dat files in which parts of objects are stored is not implemented. After rehash files on fs will be valid, but qBittorrent will show that come files are 99% downloaded.
Don't forget before use make backup bittorrent\utorrent, qbittorrent folder. and config ~/.config/qBittorrent/qbittorrent.ini. Close all this program before.
Usage:
At first you must set file executable
Code: Select all
$ chmod +x bt2qbt_v1.1_amd64_macos
Code: Select all
$ ./bt2qbt_v1.1_amd64_macos.exe -h
Usage of C:\Users\user\Downloads\bt2qbt_v1.1_amd64.exe:
-c, --qconfig (= "~/.config/qBittorrent/qbittorrent.ini")
qBittorrent config files (for write tags)
-d, --destination (= "~/Library/Application Support/QBittorrent")
Destination directory BT_backup (as default)
-s, --source (= "~/Library/Application Support/uTorrent")
Source directory that contains resume.dat and torrents files
--without-labels (= false)
Do not export/import labels
--without-tags (= false)
Do not export/import tags
Example:
Code: Select all
It will be performed processing from directory /Users/user/Library/Application Support/uTorrent/ to directory /Users/user/Library/Application Support/QBittorrent/BT_backup/
Check that the qBittorrent is turned off and the directory /Users/user/Library/Application Support/QBittorrent/BT_backup/ and config /Users/user/.config/qBittorrent/qbittorrent.ini is backed up.
Press Enter to start
2019/08/15 00:11:27 Started
1/4 Sucessfully imported torrent1.torrent
2/4 Sucessfully imported torrent2.torrent
3/4 Sucessfully imported torrent3.torrent
4/4 Sucessfully imported torrent4.torrent
2019/08/15 00:11:27 Ended
Press Enter to exit
Example:
Code: Select all
$ bt2qbt_v1.1_amd64_macos -s /custom/source/path
- Unknown
Code: https://github.com/rumanzo/bt2qbt/blob/master/bt2qbt.go
Releases: https://github.com/rumanzo/bt2qbt/releases
x86_64 MacOs binary: https://github.com/rumanzo/bt2qbt/relea ... md64_macos
Deluge branch:
comming soon
If there are any errors or if it help you - write there